summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentfredric@gmail.com>2016-03-11 07:23:28 +1300
committerAndreas K. Hüttel <dilfridge@gentoo.org>2016-03-11 00:09:46 +0100
commit5e09f06892c7b201404367952b78e26374554747 (patch)
tree4a2b4c034414ddde3e3583cb522a92e334c1f058 /dev-perl/Modern-Perl/Modern-Perl-1.201.501.270.ebuild
parentdev-perl/wxperl: Removed from tree, moved to dev-perl/Wx (diff)
downloadgentoo-5e09f06892c7b201404367952b78e26374554747.tar.gz
gentoo-5e09f06892c7b201404367952b78e26374554747.tar.bz2
gentoo-5e09f06892c7b201404367952b78e26374554747.zip
dev-perl/Modern-Perl: Added to tree at version 1.201.501.270
By request from jmbsvicetto Previously maintained in ::perl-experimental by Torsten Veller and Kent Fredric since April 2009 Package-Manager: portage-2.2.27
Diffstat (limited to 'dev-perl/Modern-Perl/Modern-Perl-1.201.501.270.ebuild')
-rw-r--r--dev-perl/Modern-Perl/Modern-Perl-1.201.501.270.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-perl/Modern-Perl/Modern-Perl-1.201.501.270.ebuild b/dev-perl/Modern-Perl/Modern-Perl-1.201.501.270.ebuild
new file mode 100644
index 000000000000..fd7f2f50d5ac
--- /dev/null
+++ b/dev-perl/Modern-Perl/Modern-Perl-1.201.501.270.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+DIST_AUTHOR=CHROMATIC
+DIST_VERSION=1.20150127
+inherit perl-module
+
+DESCRIPTION="enable all of the features of Modern Perl with one import"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RDEPEND="virtual/perl-IO
+ >=virtual/perl-autodie-2.220.0"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ >=dev-perl/Module-Build-0.280.0
+ test? (
+ >=virtual/perl-Test-Simple-0.980.0
+ )"