diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2002-12-14 21:52:48 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2002-12-14 21:52:48 +0000 |
commit | 22250785da5163408760f2c152516b6ba936cb5e (patch) | |
tree | 86cc8da2c8068152be906c64348ce2772c931eaa /dev-perl/Apache-Session/Apache-Session-1.54.ebuild | |
parent | fixed lintool-errors and changed description to something that makes (diff) | |
download | gentoo-2-22250785da5163408760f2c152516b6ba936cb5e.tar.gz gentoo-2-22250785da5163408760f2c152516b6ba936cb5e.tar.bz2 gentoo-2-22250785da5163408760f2c152516b6ba936cb5e.zip |
new ebuild
Diffstat (limited to 'dev-perl/Apache-Session/Apache-Session-1.54.ebuild')
-rw-r--r-- | dev-perl/Apache-Session/Apache-Session-1.54.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-perl/Apache-Session/Apache-Session-1.54.ebuild b/dev-perl/Apache-Session/Apache-Session-1.54.ebuild new file mode 100644 index 000000000000..6edd1a434ab5 --- /dev/null +++ b/dev-perl/Apache-Session/Apache-Session-1.54.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Session/Apache-Session-1.54.ebuild,v 1.1 2002/12/14 21:52:48 mkennedy Exp $ + +inherit perl-module + +IUSE="" + +S=${WORKDIR}/${P} +DESCRIPTION="Perl module for Apache::Session" +SRC_URI="http://search.cpan.org/CPAN/authors/id/J/JB/JBAKER/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/author/JBAKER/Apache-Session-1.54/" + +SLOT="0" +LICENSE="Artistic" +KEYWORDS="x86 ppc sparc alpha" + +DEPEND="${DEPEND} + dev-perl/Digest-MD5 + dev-perl/Storable" |