summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Huettel (dilfridge) <dilfridge@gentoo.org>2015-09-20 20:44:42 +0200
committerAndreas K. Huettel (dilfridge) <dilfridge@gentoo.org>2015-09-20 22:45:23 +0200
commit910f53ee025b1ddfb808a353a3f5f45575353f91 (patch)
treecca09159d0342ab4bc7a9cd2bd1409a0fac9fa0f /dev-perl/strictures/strictures-2.0.1.ebuild
parentdev-perl/Sub-Install: Version bump (diff)
downloadgentoo-910f53ee025b1ddfb808a353a3f5f45575353f91.tar.gz
gentoo-910f53ee025b1ddfb808a353a3f5f45575353f91.tar.bz2
gentoo-910f53ee025b1ddfb808a353a3f5f45575353f91.zip
dev-perl/strictures: Version bump
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'dev-perl/strictures/strictures-2.0.1.ebuild')
-rw-r--r--dev-perl/strictures/strictures-2.0.1.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-perl/strictures/strictures-2.0.1.ebuild b/dev-perl/strictures/strictures-2.0.1.ebuild
new file mode 100644
index 000000000000..7f698144ee75
--- /dev/null
+++ b/dev-perl/strictures/strictures-2.0.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MODULE_AUTHOR=HAARG
+MODULE_VERSION=2.000001
+inherit perl-module
+
+DESCRIPTION="Turn on strict and make all warnings fatal"
+
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~x86 ~ppc-aix ~ppc-macos ~x86-solaris"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? ( virtual/perl-Test-Simple )
+"
+
+SRC_TEST="do parallel"