diff options
Diffstat (limited to 'dev-perl/Class-C3-Componentised/Class-C3-Componentised-1.0001.ebuild')
-rw-r--r-- | dev-perl/Class-C3-Componentised/Class-C3-Componentised-1.0001.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-perl/Class-C3-Componentised/Class-C3-Componentised-1.0001.ebuild b/dev-perl/Class-C3-Componentised/Class-C3-Componentised-1.0001.ebuild new file mode 100644 index 000000000..8bdb56309 --- /dev/null +++ b/dev-perl/Class-C3-Componentised/Class-C3-Componentised-1.0001.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header$ + +inherit perl-module + +DESCRIPTION="Load mix-ins or components to your C3-based class." +HOMEPAGE="http://search.cpan.org/dist/${PN}/" +SRC_URI="mirror://cpan/authors/id/A/AS/ASH/${P}.tar.gz" +LICENSE="|| ( Artistic GPL-2 )" + +SLOT="0" +KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 ppc-macos s390 sh sparc x86" +RESTRICT="nomirror" + +IUSE="" +DEPEND=" + dev-perl/Class-C3 + dev-perl/Class-Inspector + dev-perl/Test-Exception +" + |