dev-perl/CGI-Compile: Added at version 0.210.0

New dependency for dev-perl/Plack

Package-Manager: portage-2.2.28
This commit is contained in:
Kent Fredric
2016-03-19 21:16:15 +13:00
committed by Andreas K. Hüttel
parent 697c9dcdbf
commit 9b7bdd5796
3 changed files with 39 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
DIST_AUTHOR=MIYAGAWA
DIST_VERSION=0.21
inherit perl-module
DESCRIPTION="Compile .cgi scripts to a code reference like ModPerl::Registry"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RDEPEND="
dev-perl/File-pushd
"
DEPEND="${RDEPEND}
>=dev-perl/Module-Build-Tiny-0.34.0
test? (
dev-perl/Test-NoWarnings
dev-perl/Test-Requires
virtual/perl-Test-Simple
)
"

View File

@@ -0,0 +1 @@
DIST CGI-Compile-0.21.tar.gz 20910 SHA256 ed2c12e12ad3bde9d0a73344851692982c0c05d0650fa0c03df66f63c0977838 SHA512 0b26fbe4a38645df3aeae03647292125210147321ed9552bbd871824915fabaafdac8601667bddfb73038b7f096d19e1ba7a00acaa5dc28865c1f97247ad5e64 WHIRLPOOL 74b51dd793eee9a584519dfc9eadb6434445f371d6458f06a0fe811383cd593c5a055aa02c1cf261e729b6ce913dfea961b1ff8793cd325536056e25ad13cdcd

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>perl@gentoo.org</email>
<name>Gentoo Perl Project</name>
</maintainer>
<upstream>
<remote-id type="cpan">CGI-Compile</remote-id>
<remote-id type="cpan-module">CGI::Compile</remote-id>
</upstream>
</pkgmetadata>