diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-25 04:13:27 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-25 04:13:27 +0000 |
commit | 7cff8c80f974fa9d884f910a29fa84e43db32f85 (patch) | |
tree | a69758d3135c9a76201b95c798bf8919a0f48f1d /dev-perl/ExtUtils-F77/ExtUtils-F77-1.13-r1.ebuild | |
parent | repoman workings (diff) | |
download | historical-7cff8c80f974fa9d884f910a29fa84e43db32f85.tar.gz historical-7cff8c80f974fa9d884f910a29fa84e43db32f85.tar.bz2 historical-7cff8c80f974fa9d884f910a29fa84e43db32f85.zip |
repoman'd
Diffstat (limited to 'dev-perl/ExtUtils-F77/ExtUtils-F77-1.13-r1.ebuild')
-rw-r--r-- | dev-perl/ExtUtils-F77/ExtUtils-F77-1.13-r1.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dev-perl/ExtUtils-F77/ExtUtils-F77-1.13-r1.ebuild b/dev-perl/ExtUtils-F77/ExtUtils-F77-1.13-r1.ebuild index a1e2c3f74b5d..6b96912c1945 100644 --- a/dev-perl/ExtUtils-F77/ExtUtils-F77-1.13-r1.ebuild +++ b/dev-perl/ExtUtils-F77/ExtUtils-F77-1.13-r1.ebuild @@ -1,7 +1,6 @@ # 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-F77/ExtUtils-F77-1.13-r1.ebuild,v 1.3 2002/07/11 06:30:21 drobbins Exp $ - +# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-F77/ExtUtils-F77-1.13-r1.ebuild,v 1.4 2002/07/25 04:13:26 seemant Exp $ inherit perl-module @@ -9,3 +8,7 @@ S=${WORKDIR}/${P} DESCRIPTION="F77 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" |