summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2016-10-01 12:23:37 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2016-10-01 12:23:55 +0200
commit4bb26970e4abc0b5af5ea7561f994aedacd09adf (patch)
treee22faf9b83852997bcecccc15f7c967f914efedc /dev-perl/Chatbot-Eliza/Chatbot-Eliza-1.60.0.ebuild
parentwww-apps/airdcpp-webui: remove old. (diff)
downloadgentoo-4bb26970e4abc0b5af5ea7561f994aedacd09adf.tar.gz
gentoo-4bb26970e4abc0b5af5ea7561f994aedacd09adf.tar.bz2
gentoo-4bb26970e4abc0b5af5ea7561f994aedacd09adf.zip
dev-perl/Chatbot-Eliza: New package, needed for www-apache/mod_perl (test dependency)
Package-Manager: portage-2.3.1
Diffstat (limited to 'dev-perl/Chatbot-Eliza/Chatbot-Eliza-1.60.0.ebuild')
-rw-r--r--dev-perl/Chatbot-Eliza/Chatbot-Eliza-1.60.0.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-perl/Chatbot-Eliza/Chatbot-Eliza-1.60.0.ebuild b/dev-perl/Chatbot-Eliza/Chatbot-Eliza-1.60.0.ebuild
new file mode 100644
index 000000000000..93d51b555581
--- /dev/null
+++ b/dev-perl/Chatbot-Eliza/Chatbot-Eliza-1.60.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=NEILB
+DIST_VERSION=1.06
+inherit perl-module
+
+DESCRIPTION="A clone of the classic Eliza program"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+ virtual/perl-Carp
+"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? ( >=virtual/perl-Test-Simple-0.880.0 )
+"