diff options
author | Michael Cummings <mcummings@gentoo.org> | 2005-04-19 13:36:55 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2005-04-19 13:36:55 +0000 |
commit | 187c453c91551491c971fad28afb812a076291e3 (patch) | |
tree | c2269ad3c34e7230d4e2e3d02a370283b78290d0 /dev-perl/Class-MakeMethods/Class-MakeMethods-1.01.ebuild | |
parent | add virtual/glut to RDEPEND/DEPEND strings. Thanks to: Sveinung Kvilhaugsvik ... (diff) | |
download | historical-187c453c91551491c971fad28afb812a076291e3.tar.gz historical-187c453c91551491c971fad28afb812a076291e3.tar.bz2 historical-187c453c91551491c971fad28afb812a076291e3.zip |
bug 74394
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-perl/Class-MakeMethods/Class-MakeMethods-1.01.ebuild')
-rw-r--r-- | dev-perl/Class-MakeMethods/Class-MakeMethods-1.01.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-perl/Class-MakeMethods/Class-MakeMethods-1.01.ebuild b/dev-perl/Class-MakeMethods/Class-MakeMethods-1.01.ebuild new file mode 100644 index 000000000000..37fcdbb9d841 --- /dev/null +++ b/dev-perl/Class-MakeMethods/Class-MakeMethods-1.01.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-MakeMethods/Class-MakeMethods-1.01.ebuild,v 1.1 2005/04/19 13:36:55 mcummings Exp $ + +inherit perl-module + +CATEGORY="dev-perl" +DESCRIPTION="Automated method creation module for Perl" +SRC_URI="mirror://cpan/authors/id/E/EV/EVO/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/~evo/${P}/" + +SLOT="0" +LICENSE="|| ( Artistic GPL-2 )" +KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~alpha" +IUSE="" + +SRC_TEST="do" + |