summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2007-02-06 14:39:00 +0000
committerMichael Cummings <mcummings@gentoo.org>2007-02-06 14:39:00 +0000
commit82ede254bab8ee546e27fea2f1e3e3ecb31c608e (patch)
tree761d7213d26add9230d41dc910a263bcca113edc /dev-perl/Apache-Session/Apache-Session-1.81.ebuild
parentVersion bump (diff)
downloadgentoo-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.ebuild20
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"