From bd7908c6630f38067350d396ac5d18c3cc2434a0 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 29 Oct 2017 11:22:34 +0000 Subject: gentoo resync : 29.10.2017 --- dev-perl/indirect/indirect-0.370.0.ebuild | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 dev-perl/indirect/indirect-0.370.0.ebuild (limited to 'dev-perl/indirect/indirect-0.370.0.ebuild') diff --git a/dev-perl/indirect/indirect-0.370.0.ebuild b/dev-perl/indirect/indirect-0.370.0.ebuild new file mode 100644 index 000000000000..02063b7cb1b5 --- /dev/null +++ b/dev-perl/indirect/indirect-0.370.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=VPIT +DIST_VERSION=0.37 +inherit perl-module + +DESCRIPTION="Lexically warn about using the indirect method call syntax" + +SLOT="0" +KEYWORDS="~amd64 ~hppa ~ppc ~x86" +IUSE="test" + +RDEPEND=" + virtual/perl-Carp + virtual/perl-XSLoader +" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + virtual/perl-Socket + test? ( virtual/perl-Test-Simple ) +" -- cgit v1.2.3