diff options
author | Michael Cummings <mcummings@gentoo.org> | 2004-06-06 22:52:55 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2004-06-06 22:52:55 +0000 |
commit | 19cc4b3a88a02298658bcf10219e4c68f2ceb25e (patch) | |
tree | 05456a191eef420cc764c4bb63fa834c22bbcc69 /dev-perl/Storable/Storable-2.12.ebuild | |
parent | new version on cpan (Manifest recommit) (diff) | |
download | gentoo-2-19cc4b3a88a02298658bcf10219e4c68f2ceb25e.tar.gz gentoo-2-19cc4b3a88a02298658bcf10219e4c68f2ceb25e.tar.bz2 gentoo-2-19cc4b3a88a02298658bcf10219e4c68f2ceb25e.zip |
new version on cpan
Diffstat (limited to 'dev-perl/Storable/Storable-2.12.ebuild')
-rw-r--r-- | dev-perl/Storable/Storable-2.12.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-perl/Storable/Storable-2.12.ebuild b/dev-perl/Storable/Storable-2.12.ebuild new file mode 100644 index 000000000000..8a5413c5098a --- /dev/null +++ b/dev-perl/Storable/Storable-2.12.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Storable/Storable-2.12.ebuild,v 1.1 2004/06/06 22:52:55 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="The Perl Storable Module" +HOMEPAGE="http://www.cpan.org/modules/by-module/Storable/${P}.readme" +SRC_URI="http://www.cpan.org/modules/by-module/Storable/${P}.tar.gz" + +LICENSE="Artistic" +SLOT="0" +KEYWORDS="~x86 ~sparc ~mips ~alpha ~arm ~s390 ~ppc64" +IUSE="" + +SRC_TEST="do" |