diff options
author | Chris White <chriswhite@gentoo.org> | 2005-11-04 18:47:11 +0000 |
---|---|---|
committer | Chris White <chriswhite@gentoo.org> | 2005-11-04 18:47:11 +0000 |
commit | c268f201a154b099712f59feb1dfb2f1307a47f1 (patch) | |
tree | 466ac7ea26f7cd9a89d310117ff53e6001049730 /dev-perl/Apache-AuthTicket/Apache-AuthTicket-0.40.ebuild | |
parent | Fix xproto depend to reflect compile-time requirements. Drop old version. (diff) | |
download | historical-c268f201a154b099712f59feb1dfb2f1307a47f1.tar.gz historical-c268f201a154b099712f59feb1dfb2f1307a47f1.tar.bz2 historical-c268f201a154b099712f59feb1dfb2f1307a47f1.zip |
Initial import into the tree to meet Eidetic depend.
Package-Manager: portage-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.ebuild | 22 |
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="" + |