summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2017-12-05 21:31:33 +1300
committerKent Fredric <kentnl@gentoo.org>2017-12-06 04:04:32 +1300
commit175b15f8430f53bad4d056c32e2b7b05e3e976ec (patch)
tree83d9db0debec755d32a408cc9f207a988a30db0d /dev-perl/Net-Domain-TLD/Net-Domain-TLD-1.750.0.ebuild
parentdev-perl/Net-DNS-SEC: Bump to version 1.30.0 (diff)
downloadgentoo-175b15f8430f53bad4d056c32e2b7b05e3e976ec.tar.gz
gentoo-175b15f8430f53bad4d056c32e2b7b05e3e976ec.tar.bz2
gentoo-175b15f8430f53bad4d056c32e2b7b05e3e976ec.zip
dev-perl/Net-Domain-TLD: Bump to version 1.750.0
Upstream: - update TLD list Package-Manager: Portage-2.3.14, Repoman-2.3.6
Diffstat (limited to 'dev-perl/Net-Domain-TLD/Net-Domain-TLD-1.750.0.ebuild')
-rw-r--r--dev-perl/Net-Domain-TLD/Net-Domain-TLD-1.750.0.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-perl/Net-Domain-TLD/Net-Domain-TLD-1.750.0.ebuild b/dev-perl/Net-Domain-TLD/Net-Domain-TLD-1.750.0.ebuild
new file mode 100644
index 000000000000..1d1e7389bcbb
--- /dev/null
+++ b/dev-perl/Net-Domain-TLD/Net-Domain-TLD-1.750.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=ALEXP
+DIST_VERSION=1.75
+inherit perl-module
+
+DESCRIPTION="Current top level domain names including new ICANN additions and ccTLDs"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND="
+ virtual/perl-Carp
+ virtual/perl-Storable
+"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+"