diff options
author | Torsten Veller <tove@gentoo.org> | 2012-11-17 19:26:46 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2012-11-17 19:26:46 +0000 |
commit | d0ff69e46b100309ed8c13b850b4d8a499ffed40 (patch) | |
tree | 87fe8e62ae7b44807b9871c55e962be2e0da012f /perl-core/Module-Pluggable/Module-Pluggable-4.500.0.ebuild | |
parent | stable ppc, bug #433016 (diff) | |
download | historical-d0ff69e46b100309ed8c13b850b4d8a499ffed40.tar.gz historical-d0ff69e46b100309ed8c13b850b4d8a499ffed40.tar.bz2 historical-d0ff69e46b100309ed8c13b850b4d8a499ffed40.zip |
[bump] perl-core/Module-Pluggable-4.500.0
Package-Manager: portage-2.2.0_alpha142/cvs/Linux x86_64
Manifest-Sign-Key: 0x5772769F4E046AEC
Diffstat (limited to 'perl-core/Module-Pluggable/Module-Pluggable-4.500.0.ebuild')
-rw-r--r-- | perl-core/Module-Pluggable/Module-Pluggable-4.500.0.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/perl-core/Module-Pluggable/Module-Pluggable-4.500.0.ebuild b/perl-core/Module-Pluggable/Module-Pluggable-4.500.0.ebuild new file mode 100644 index 000000000000..539d25eb5625 --- /dev/null +++ b/perl-core/Module-Pluggable/Module-Pluggable-4.500.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Pluggable/Module-Pluggable-4.500.0.ebuild,v 1.1 2012/11/17 19:26:45 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=SIMONW +MODULE_VERSION=4.5 +inherit perl-module + +DESCRIPTION="automatically give your module the ability to have plugins" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" +IUSE="" + +RDEPEND="virtual/perl-File-Spec" +DEPEND="${RDEPEND} + virtual/perl-Module-Build +" + +SRC_TEST="do" |