summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris White <chriswhite@gentoo.org>2005-11-04 18:47:11 +0000
committerChris White <chriswhite@gentoo.org>2005-11-04 18:47:11 +0000
commit798bf25697f7728f9618b5b5b80e9e547bab9e5d (patch)
tree81321875c4de62a55e609778c8ccdec7c6037ee7 /dev-perl/Apache-AuthTicket/Apache-AuthTicket-0.40.ebuild
parentFix xproto depend to reflect compile-time requirements. Drop old version. (diff)
downloadgentoo-2-798bf25697f7728f9618b5b5b80e9e547bab9e5d.tar.gz
gentoo-2-798bf25697f7728f9618b5b5b80e9e547bab9e5d.tar.bz2
gentoo-2-798bf25697f7728f9618b5b5b80e9e547bab9e5d.zip
Initial import into the tree to meet Eidetic depend.
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'dev-perl/Apache-AuthTicket/Apache-AuthTicket-0.40.ebuild')
-rw-r--r--dev-perl/Apache-AuthTicket/Apache-AuthTicket-0.40.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-perl/Apache-AuthTicket/Apache-AuthTicket-0.40.ebuild b/dev-perl/Apache-AuthTicket/Apache-AuthTicket-0.40.ebuild
new file mode 100644
index 000000000000..d7a36cf91802
--- /dev/null
+++ b/dev-perl/Apache-AuthTicket/Apache-AuthTicket-0.40.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-AuthTicket/Apache-AuthTicket-0.40.ebuild,v 1.1 2005/11/04 18:47:11 chriswhite Exp $
+
+inherit perl-module
+SRC_TEST="do"
+
+DESCRIPTION="Cookie based access module."
+HOMEPAGE="http://search.cpan.org/~mschout/Apache-AuthTicket-0.40/"
+SRC_URI="mirror://cpan/authors/id/M/MS/MSCHOUT/${P}.tar.gz"
+
+LICENSE="Artistic"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND=">=dev-perl/Apache-AuthCookie-3.0
+ dev-perl/DBI
+ perl-core/Digest-MD5
+ dev-perl/SQL-Abstract"
+RDEPEND=""
+