diff options
author | Michael Cummings <mcummings@gentoo.org> | 2004-06-06 03:32:56 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2004-06-06 03:32:56 +0000 |
commit | 25be74b59a78e4175dc618c47e8e6c63b237a30a (patch) | |
tree | 36c914d456964f3f2da10b0ba0fdad83a62f0b48 /dev-perl/Scalar-List-Utils/Scalar-List-Utils-1.14.ebuild | |
parent | repoman: Trim trailing whitespace (Manifest recommit) (diff) | |
download | gentoo-2-25be74b59a78e4175dc618c47e8e6c63b237a30a.tar.gz gentoo-2-25be74b59a78e4175dc618c47e8e6c63b237a30a.tar.bz2 gentoo-2-25be74b59a78e4175dc618c47e8e6c63b237a30a.zip |
dep update for html-fromtext
Diffstat (limited to 'dev-perl/Scalar-List-Utils/Scalar-List-Utils-1.14.ebuild')
-rw-r--r-- | dev-perl/Scalar-List-Utils/Scalar-List-Utils-1.14.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-perl/Scalar-List-Utils/Scalar-List-Utils-1.14.ebuild b/dev-perl/Scalar-List-Utils/Scalar-List-Utils-1.14.ebuild new file mode 100644 index 000000000000..fa4a1bc90153 --- /dev/null +++ b/dev-perl/Scalar-List-Utils/Scalar-List-Utils-1.14.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/Scalar-List-Utils/Scalar-List-Utils-1.14.ebuild,v 1.1 2004/06/06 03:32:56 mcummings Exp $ + +inherit perl-module + +S=${WORKDIR}/${P} +DESCRIPTION="Scalar-List-Utils module for perl" +SRC_URI="http://cpan.org/modules/by-module/Scalar/${P}.tar.gz" +HOMEPAGE="http://cpan.org/modules/by-module/Scalar/" + +SLOT="0" +LICENSE="Artistic | GPL-2" +KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~alpha" + +DEPEND="${DEPEND}" |