diff options
author | 2009-11-10 10:18:52 +0000 | |
---|---|---|
committer | 2009-11-10 10:18:52 +0000 | |
commit | ded1cbc2c1a6c2dea61388af5a2a162c9ebf5750 (patch) | |
tree | f58b161f65a60baf7af373e047eae96ae56177be /dev-perl/Apache-AuthTicket/Apache-AuthTicket-0.90.ebuild | |
parent | Drop the old versions that had issues known to me, and are not dependancies f... (diff) | |
download | historical-ded1cbc2c1a6c2dea61388af5a2a162c9ebf5750.tar.gz historical-ded1cbc2c1a6c2dea61388af5a2a162c9ebf5750.tar.bz2 historical-ded1cbc2c1a6c2dea61388af5a2a162c9ebf5750.zip |
Version bump via perl-bump experimental tool.
Package-Manager: portage-2.2_rc49/cvs/Linux x86_64
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" |