diff options
Diffstat (limited to 'dev-perl/Expect/Expect-1.210.0-r1.ebuild')
-rw-r--r-- | dev-perl/Expect/Expect-1.210.0-r1.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-perl/Expect/Expect-1.210.0-r1.ebuild b/dev-perl/Expect/Expect-1.210.0-r1.ebuild new file mode 100644 index 000000000000..6e355eaa429c --- /dev/null +++ b/dev-perl/Expect/Expect-1.210.0-r1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=RGIERSIG +MODULE_VERSION=1.21 +inherit perl-module + +DESCRIPTION="Expect for Perl" + +SLOT="0" +KEYWORDS="amd64 ~arm ppc ~ppc64 sparc x86" +IUSE="" + +RDEPEND=">=dev-perl/IO-Tty-1.03" +DEPEND="${RDEPEND}" + +SRC_TEST="do" |