summaryrefslogtreecommitdiff
path: root/dev-perl/CGI-Compile/CGI-Compile-0.250.0.ebuild
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2020-08-08 02:38:13 +1200
committerKent Fredric <kentnl@gentoo.org>2020-08-08 02:38:36 +1200
commit16e2f4bd2b59d4d76f50fb72a13bd841dee3d57a (patch)
tree6b0dbc0e03f0bb4203b1f8b9204c56889d622a76 /dev-perl/CGI-Compile/CGI-Compile-0.250.0.ebuild
parentfa0aea8d9ef1520a5788e7ece70ac91213bd6e51 (diff)
downloadgentoo-16e2f4bd2b59d4d76f50fb72a13bd841dee3d57a.tar.gz
gentoo-16e2f4bd2b59d4d76f50fb72a13bd841dee3d57a.tar.bz2
gentoo-16e2f4bd2b59d4d76f50fb72a13bd841dee3d57a.zip
dev-perl/CGI-Compile: Bump to version 0.250.0
Upstream: - Include source filename in compiled constructed package name to avoid in-memory symbol collisions Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl/CGI-Compile/CGI-Compile-0.250.0.ebuild')
-rw-r--r--dev-perl/CGI-Compile/CGI-Compile-0.250.0.ebuild38
1 files changed, 38 insertions, 0 deletions
diff --git a/dev-perl/CGI-Compile/CGI-Compile-0.250.0.ebuild b/dev-perl/CGI-Compile/CGI-Compile-0.250.0.ebuild
new file mode 100644
index 000000000000..3a48ef3395f3
--- /dev/null
+++ b/dev-perl/CGI-Compile/CGI-Compile-0.250.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=RKITOVER
+DIST_VERSION=0.25
+inherit perl-module
+
+DESCRIPTION="Compile .cgi scripts to a code reference like ModPerl::Registry"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ dev-perl/File-pushd
+ dev-perl/Sub-Name
+"
+DEPEND="
+ dev-perl/Module-Build-Tiny
+"
+BDEPEND="${RDEPEND}
+ >=dev-perl/Module-Build-Tiny-0.34.0
+ test? (
+ dev-perl/CGI
+ dev-perl/Capture-Tiny
+ dev-perl/Sub-Identify
+ dev-perl/Switch
+ dev-perl/Test-NoWarnings
+ dev-perl/Test-Requires
+ virtual/perl-Test-Simple
+ dev-perl/Try-Tiny
+ )
+"
+PERL_RM_FILES=(
+ "t/author-pod-syntax.t"
+)