summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/CGI-Untaint-email/CGI-Untaint-email-0.30.0.ebuild')
-rw-r--r--dev-perl/CGI-Untaint-email/CGI-Untaint-email-0.30.0.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-perl/CGI-Untaint-email/CGI-Untaint-email-0.30.0.ebuild b/dev-perl/CGI-Untaint-email/CGI-Untaint-email-0.30.0.ebuild
new file mode 100644
index 000000000..7e8aeef64
--- /dev/null
+++ b/dev-perl/CGI-Untaint-email/CGI-Untaint-email-0.30.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=MIYAGAWA
+MODULE_VERSION=0.03
+inherit perl-module
+
+DESCRIPTION="validate an eamil address"
+
+IUSE=""
+
+SLOT="0"
+LICENSE="|| ( Artistic GPL-2 )"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+ >=virtual/perl-Test-Simple-0.180.0
+ >=dev-perl/CGI-Untaint-0.70.0
+ >=dev-perl/Email-Valid-0.130.0
+ >=dev-perl/MailTools-1.400.0"
+DEPEND="$RDEPEND"
+
+SRC_TEST=do