diff options
Diffstat (limited to 'dev-perl/Apache-AuthTicket/Apache-AuthTicket-0.90.ebuild')
-rw-r--r-- | dev-perl/Apache-AuthTicket/Apache-AuthTicket-0.90.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-perl/Apache-AuthTicket/Apache-AuthTicket-0.90.ebuild b/dev-perl/Apache-AuthTicket/Apache-AuthTicket-0.90.ebuild new file mode 100644 index 000000000000..c796af57135b --- /dev/null +++ b/dev-perl/Apache-AuthTicket/Apache-AuthTicket-0.90.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2009 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.90.ebuild,v 1.1 2009/11/10 09:56:39 robbat2 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="~amd64 ~x86" +IUSE="" + +DEPEND=">=dev-perl/Apache-AuthCookie-3.0 + dev-perl/DBI + virtual/perl-Digest-MD5 + dev-perl/SQL-Abstract + dev-lang/perl" |