diff options
author | 2004-06-05 18:05:42 +0000 | |
---|---|---|
committer | 2004-06-05 18:05:42 +0000 | |
commit | a469876450471a5dd63afe30e0da7f0ce609bf14 (patch) | |
tree | 22f86d69e344aab29cf79f64351bacf515dc387d /dev-perl/Data-Compare/Data-Compare-0.11.ebuild | |
parent | version bump (diff) | |
download | historical-a469876450471a5dd63afe30e0da7f0ce609bf14.tar.gz historical-a469876450471a5dd63afe30e0da7f0ce609bf14.tar.bz2 historical-a469876450471a5dd63afe30e0da7f0ce609bf14.zip |
new version on cpan
Diffstat (limited to 'dev-perl/Data-Compare/Data-Compare-0.11.ebuild')
-rw-r--r-- | dev-perl/Data-Compare/Data-Compare-0.11.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-perl/Data-Compare/Data-Compare-0.11.ebuild b/dev-perl/Data-Compare/Data-Compare-0.11.ebuild new file mode 100644 index 000000000000..9556c12f9f51 --- /dev/null +++ b/dev-perl/Data-Compare/Data-Compare-0.11.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Data-Compare/Data-Compare-0.11.ebuild,v 1.1 2004/06/05 18:05:42 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="compare perl data structures" +HOMEPAGE="http://search.cpan.org/~dcantrell/${P}/" +SRC_URI="http://www.cpan.org/authors/id/D/DC/DCANTRELL/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +SRC_TEST="do" + +DEPEND="dev-perl/File-Find-Rule + dev-perl/Scalar-Properties" |