summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2008-12-08 01:51:22 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2008-12-08 01:51:22 +0000
commitc8146d89abe4270a51e4486fe6298c4626250c82 (patch)
treebdfb628f0c2888c9b9904b73ae7b2717b95e7d98 /dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.12.ebuild
parentVersion bump. (diff)
downloadgentoo-2-c8146d89abe4270a51e4486fe6298c4626250c82.tar.gz
gentoo-2-c8146d89abe4270a51e4486fe6298c4626250c82.tar.bz2
gentoo-2-c8146d89abe4270a51e4486fe6298c4626250c82.zip
Version bump.
(Portage version: 2.2_rc16/cvs/Linux 2.6.28-rc5-00117-g7f0f598 x86_64)
Diffstat (limited to 'dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.12.ebuild')
-rw-r--r--dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.12.ebuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.12.ebuild b/dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.12.ebuild
new file mode 100644
index 000000000000..214c0c053f2d
--- /dev/null
+++ b/dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.12.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.12.ebuild,v 1.1 2008/12/08 01:51:22 robbat2 Exp $
+
+inherit perl-module
+
+DESCRIPTION="Perl Authentication and Authorization via cookies"
+HOMEPAGE="http://search.cpan.org/~mschout/Apache-AuthCookie-3.08/"
+SRC_URI="mirror://cpan/authors/id/M/MS/MSCHOUT/${P}.tar.gz"
+
+LICENSE="Artistic"
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~x86"
+IUSE=""
+
+DEPEND=">=www-apache/mod_perl-2
+ dev-lang/perl"