mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-12 00:07:12 +03:00
26 lines
512 B
Bash
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
|
|
"
|