summaryrefslogtreecommitdiff
blob: 4f2364811268406f5b9edea0a5357d825f3cbe24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# 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
"