diff options
Diffstat (limited to 'dev-perl/Expect/Expect-1.320.0.ebuild')
-rw-r--r-- | dev-perl/Expect/Expect-1.320.0.ebuild | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/dev-perl/Expect/Expect-1.320.0.ebuild b/dev-perl/Expect/Expect-1.320.0.ebuild new file mode 100644 index 000000000000..d7be088dacbf --- /dev/null +++ b/dev-perl/Expect/Expect-1.320.0.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=SZABGAB +MODULE_VERSION=1.32 +inherit perl-module + +DESCRIPTION="Expect for Perl" + +SLOT="0" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86" +IUSE="test" + +RDEPEND=" + virtual/perl-Carp + virtual/perl-Exporter + virtual/perl-IO + >=dev-perl/IO-Tty-1.110.0 +" +DEPEND="${RDEPEND} + >=virtual/perl-ExtUtils-MakeMaker-6.640.0 + test? ( + virtual/perl-File-Temp + >=dev-perl/Test-Exception-0.320.0 + virtual/perl-Test-Simple + ) +" + +SRC_TEST="do parallel" |