summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/Net-Domain-TLD/Net-Domain-TLD-1.690.0-r1.ebuild')
-rw-r--r--dev-perl/Net-Domain-TLD/Net-Domain-TLD-1.690.0-r1.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-perl/Net-Domain-TLD/Net-Domain-TLD-1.690.0-r1.ebuild b/dev-perl/Net-Domain-TLD/Net-Domain-TLD-1.690.0-r1.ebuild
new file mode 100644
index 000000000000..5fa83ed68e78
--- /dev/null
+++ b/dev-perl/Net-Domain-TLD/Net-Domain-TLD-1.690.0-r1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-Domain-TLD/Net-Domain-TLD-1.690.0-r1.ebuild,v 1.1 2014/08/22 19:41:35 axs Exp $
+
+EAPI=5
+
+MODULE_AUTHOR=ALEXP
+MODULE_VERSION=1.69
+inherit perl-module
+
+DESCRIPTION="Current list of available top level domain names including new ICANN additions and ccTLDs"
+
+SLOT="0"
+KEYWORDS="amd64 hppa ~mips ppc ppc64 x86"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+ test? ( dev-perl/Test-Pod )"
+
+SRC_TEST="do"