You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-perl/HTTP-Server-Simple-Static/HTTP-Server-Simple-Static-0...

29 lines
572 B

# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
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
virtual/perl-Exporter
dev-perl/File-LibMagic
virtual/perl-File-Spec
dev-perl/HTTP-Date
>=dev-perl/HTTP-Server-Simple-0.10.0
virtual/perl-IO
dev-perl/URI
"
DEPEND="dev-perl/Module-Build"
BDEPEND="${RDEPEND}
>=dev-perl/Module-Build-0.400.0
"