diff options
author | Michael Cummings <mcummings@gentoo.org> | 2002-08-16 15:08:46 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2002-08-16 15:08:46 +0000 |
commit | ba9fdfe0e3890897279bdb2e1a82f0fe15d71bd1 (patch) | |
tree | 678a26c86bfda55db3ebf540fcc675c1b189df72 /dev-perl/ExtUtils-MakeMaker | |
parent | Initial check in for changelong ExtUtils-MakeMaker (diff) | |
download | historical-ba9fdfe0e3890897279bdb2e1a82f0fe15d71bd1.tar.gz historical-ba9fdfe0e3890897279bdb2e1a82f0fe15d71bd1.tar.bz2 historical-ba9fdfe0e3890897279bdb2e1a82f0fe15d71bd1.zip |
Initial check in for ExtUtils-MakeMaker. This fixes perl 5.6.1 makemaker
Diffstat (limited to 'dev-perl/ExtUtils-MakeMaker')
-rw-r--r-- | dev-perl/ExtUtils-MakeMaker/ExtUtils-MakeMaker-6.03.ebuild | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/dev-perl/ExtUtils-MakeMaker/ExtUtils-MakeMaker-6.03.ebuild b/dev-perl/ExtUtils-MakeMaker/ExtUtils-MakeMaker-6.03.ebuild new file mode 100644 index 000000000000..3671c602026e --- /dev/null +++ b/dev-perl/ExtUtils-MakeMaker/ExtUtils-MakeMaker-6.03.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-MakeMaker/ExtUtils-MakeMaker-6.03.ebuild,v 1.1 2002/08/16 15:08:46 mcummings Exp $ + +inherit perl-module + +S=${WORKDIR}/${P} +DESCRIPTION="MakeMaker Perl Module" +SRC_URI="http://cpan.valueclick.com/modules/by-module/ExtUtils/${P}.tar.gz" +HOMEPAGE="http://cpan.valueclick.com/modules/by-module/ExtUtils/${P}.readme" + +SLOT="0" +LICENSE="Artistic | GPL-2" +KEYWORDS="x86" |