summaryrefslogtreecommitdiff
path: root/net/p5-Net-Domain-TLD/Makefile
diff options
context:
space:
mode:
authorfhajny <fhajny>2014-07-15 14:03:13 +0000
committerfhajny <fhajny>2014-07-15 14:03:13 +0000
commit847bcdfd3714080f79bec77da392adb8e7e50bc2 (patch)
tree22604d2ab31bf5796ead3b02be810d9d925006c8 /net/p5-Net-Domain-TLD/Makefile
parenteb53db6f4cfc86083b8e55d897d1ae8c05d6186e (diff)
downloadpkgsrc-847bcdfd3714080f79bec77da392adb8e7e50bc2.tar.gz
Import p5-Net-Domain-TLD 1.72.
The purpose of this module is to provide user with current list of available top level domain names including new ICANN additions and ccTLDs.
Diffstat (limited to 'net/p5-Net-Domain-TLD/Makefile')
-rw-r--r--net/p5-Net-Domain-TLD/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/net/p5-Net-Domain-TLD/Makefile b/net/p5-Net-Domain-TLD/Makefile
new file mode 100644
index 00000000000..7774765b8b5
--- /dev/null
+++ b/net/p5-Net-Domain-TLD/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2014/07/15 14:03:13 fhajny Exp $
+#
+
+DISTNAME= Net-Domain-TLD-1.72
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= net perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/Net-Domain-TLD/
+COMMENT= Work with TLD names
+LICENSE= ${PERL5_LICENSE}
+
+PERL5_PACKLIST= auto/Net/Domain/TLD/.packlist
+#USE_LANGUAGES= # none
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"