diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-02-06 14:39:00 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-02-06 14:39:00 +0000 |
commit | 82ede254bab8ee546e27fea2f1e3e3ecb31c608e (patch) | |
tree | 761d7213d26add9230d41dc910a263bcca113edc /dev-perl/Apache-Session/Apache-Session-1.81.ebuild | |
parent | Version bump (diff) | |
download | gentoo-2-82ede254bab8ee546e27fea2f1e3e3ecb31c608e.tar.gz gentoo-2-82ede254bab8ee546e27fea2f1e3e3ecb31c608e.tar.bz2 gentoo-2-82ede254bab8ee546e27fea2f1e3e3ecb31c608e.zip |
Version bump
(Portage version: 2.1.2-r5)
Diffstat (limited to 'dev-perl/Apache-Session/Apache-Session-1.81.ebuild')
-rw-r--r-- | dev-perl/Apache-Session/Apache-Session-1.81.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-perl/Apache-Session/Apache-Session-1.81.ebuild b/dev-perl/Apache-Session/Apache-Session-1.81.ebuild new file mode 100644 index 000000000000..66c57a639c7b --- /dev/null +++ b/dev-perl/Apache-Session/Apache-Session-1.81.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Session/Apache-Session-1.81.ebuild,v 1.1 2007/02/06 14:39:00 mcummings Exp $ + +inherit perl-module +IUSE="" + +DESCRIPTION="Perl module for Apache::Session" +SRC_URI="mirror://cpan/authors/id/C/CW/CWEST/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/~cwest/" + +SLOT="0" +LICENSE="Artistic" +#KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" + +DEPEND="dev-perl/Test-Deep + virtual/perl-Digest-MD5 + virtual/perl-Storable + dev-lang/perl" |