diff options
Diffstat (limited to 'perl-core/Module-Pluggable/Module-Pluggable-3.9.ebuild')
-rw-r--r-- | perl-core/Module-Pluggable/Module-Pluggable-3.9.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/perl-core/Module-Pluggable/Module-Pluggable-3.9.ebuild b/perl-core/Module-Pluggable/Module-Pluggable-3.9.ebuild new file mode 100644 index 000000000000..963ac6260ddd --- /dev/null +++ b/perl-core/Module-Pluggable/Module-Pluggable-3.9.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Pluggable/Module-Pluggable-3.9.ebuild,v 1.1 2009/03/18 09:34:16 tove Exp $ + +EAPI=2 + +MODULE_AUTHOR=SIMONW +inherit perl-module + +DESCRIPTION="automatically give your module the ability to have plugins" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +RDEPEND="virtual/perl-File-Spec" +DEPEND="${RDEPEND}" + +SRC_TEST="do" |