gentoo/dev-perl/HTTP-Server-Simple-Static/HTTP-Server-Simple-Static-0.140.0-r1.ebuild
Andreas K. Hüttel 796875a585
dev-perl/HTTP-Server-Simple-Static: EAPI bump
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2025-06-29 18:24:47 +02:00

26 lines
512 B
Bash

# Copyright 2020-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=SJQUINNEY
DIST_VERSION=0.14
DIST_EXAMPLES=("example.pl")
inherit perl-module
DESCRIPTION="Serve static files with HTTP::Server::Simple"
SLOT="0"
KEYWORDS="amd64 ~x86"
RDEPEND="
>=dev-perl/CGI-3.460.0
dev-perl/File-LibMagic
dev-perl/HTTP-Date
>=dev-perl/HTTP-Server-Simple-0.10.0
dev-perl/URI
"
DEPEND="dev-perl/Module-Build"
BDEPEND="${RDEPEND}
>=dev-perl/Module-Build-0.400.0
"