diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-23 22:29:48 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-23 22:29:48 +0000 |
commit | f77da935a59629be32097503b29502cff55e50c3 (patch) | |
tree | 78b5785ee3d6cf8dfd6e266a226d0834cc3584bb /dev-perl/Class-MakeMethods | |
parent | newt new package (diff) | |
download | historical-f77da935a59629be32097503b29502cff55e50c3.tar.gz historical-f77da935a59629be32097503b29502cff55e50c3.tar.bz2 historical-f77da935a59629be32097503b29502cff55e50c3.zip |
repoman'd
Diffstat (limited to 'dev-perl/Class-MakeMethods')
-rw-r--r-- | dev-perl/Class-MakeMethods/Class-MakeMethods-1.005.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-perl/Class-MakeMethods/Class-MakeMethods-1.005.ebuild b/dev-perl/Class-MakeMethods/Class-MakeMethods-1.005.ebuild index a8f5b62a8eaf..dabac1c59a82 100644 --- a/dev-perl/Class-MakeMethods/Class-MakeMethods-1.005.ebuild +++ b/dev-perl/Class-MakeMethods/Class-MakeMethods-1.005.ebuild @@ -1,6 +1,6 @@ # Copyright 2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-MakeMethods/Class-MakeMethods-1.005.ebuild,v 1.1 2002/06/28 12:22:31 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-MakeMethods/Class-MakeMethods-1.005.ebuild,v 1.2 2002/07/23 22:29:48 seemant Exp $ inherit perl-module @@ -8,11 +8,12 @@ MY_P=Class-MakeMethods-${PV} S=${WORKDIR}/${MY_P} CATEGORY="dev-perl" DESCRIPTION="Automated method creation module for Perl" -LICENSE="Artistic | GPL-2" SRC_URI="http://www.cpan.org/modules/by-module/Class/${MY_P}.tar.gz" HOMEPAGE="http://www.cpan.org/modules/by-module/Class/${MY_P}.readme" SLOT="0" +LICENSE="Artistic | GPL-2" +KEYWORDS="x86" src_compile() { base_src_compile |