summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2004-06-05 14:50:37 +0000
committerMichael Cummings <mcummings@gentoo.org>2004-06-05 14:50:37 +0000
commit51f7842b337740aed63a2508adbb30736137d1bb (patch)
tree8a3ac53626ed2fa4b726ff804dafd5aee7d93c3a /dev-perl/Class-Container/Class-Container-0.11.ebuild
parentAdded ~sparc keyword. (Manifest recommit) (diff)
downloadgentoo-2-51f7842b337740aed63a2508adbb30736137d1bb.tar.gz
gentoo-2-51f7842b337740aed63a2508adbb30736137d1bb.tar.bz2
gentoo-2-51f7842b337740aed63a2508adbb30736137d1bb.zip
new version on cpan
Diffstat (limited to 'dev-perl/Class-Container/Class-Container-0.11.ebuild')
-rw-r--r--dev-perl/Class-Container/Class-Container-0.11.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-perl/Class-Container/Class-Container-0.11.ebuild b/dev-perl/Class-Container/Class-Container-0.11.ebuild
new file mode 100644
index 000000000000..47750ad1e7bb
--- /dev/null
+++ b/dev-perl/Class-Container/Class-Container-0.11.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Container/Class-Container-0.11.ebuild,v 1.1 2004/06/05 14:50:37 mcummings Exp $
+
+inherit perl-module
+
+S=${WORKDIR}/${P}
+DESCRIPTION="Class-Container module for perl"
+SRC_URI="http://www.cpan.org/authors/id/K/KW/KWILLIAMS/${P}.tar.gz"
+HOMEPAGE="http://www.cpan.org/authors/id/M/MS/MSCHWERN/"
+
+SLOT="0"
+LICENSE="Artistic | GPL-2"
+KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~alpha"
+
+DEPEND="${DEPEND}
+ >=dev-perl/Params-Validate-0.24-r1
+ >=dev-perl/Scalar-List-Utils-1.08"