summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2016-09-29 23:04:53 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2016-09-29 23:20:35 +0200
commit6af28c1a67467b8e98a54bf2d80729fa1037ec5b (patch)
tree21b700cccc9df2856a71e9d9f051984710247d3a /dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.250.0.ebuild
parentdev-python/elasticsearch-curator: bump to 4.0.6, drop old. (diff)
downloadgentoo-6af28c1a67467b8e98a54bf2d80729fa1037ec5b.tar.gz
gentoo-6af28c1a67467b8e98a54bf2d80729fa1037ec5b.tar.bz2
gentoo-6af28c1a67467b8e98a54bf2d80729fa1037ec5b.zip
dev-perl/Apache-AuthCookie: Version bump
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.250.0.ebuild')
-rw-r--r--dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.250.0.ebuild28
1 files changed, 28 insertions, 0 deletions
diff --git a/dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.250.0.ebuild b/dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.250.0.ebuild
new file mode 100644
index 000000000000..6fac48911a93
--- /dev/null
+++ b/dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.250.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=MSCHOUT
+DIST_VERSION=3.25
+inherit perl-module
+
+DESCRIPTION="Perl Authentication and Authorization via cookies"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+ >=www-apache/mod_perl-2
+ >=dev-perl/CGI-3.120.0
+ >=dev-perl/Class-Load-0.30.0
+"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ >=dev-perl/Apache-Test-1.390.0
+ >=virtual/perl-Test-Simple-0.940.0
+ )
+"