diff options
author | fhajny <fhajny@pkgsrc.org> | 2014-07-15 14:03:13 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2014-07-15 14:03:13 +0000 |
commit | 335138ff87742a34e80b2478e6a68573cdd26c84 (patch) | |
tree | 22604d2ab31bf5796ead3b02be810d9d925006c8 | |
parent | 95cb16f992b0305b85045785d5b9029f873e8db8 (diff) | |
download | pkgsrc-335138ff87742a34e80b2478e6a68573cdd26c84.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.
-rw-r--r-- | net/p5-Net-Domain-TLD/DESCR | 3 | ||||
-rw-r--r-- | net/p5-Net-Domain-TLD/Makefile | 18 | ||||
-rw-r--r-- | net/p5-Net-Domain-TLD/distinfo | 5 |
3 files changed, 26 insertions, 0 deletions
diff --git a/net/p5-Net-Domain-TLD/DESCR b/net/p5-Net-Domain-TLD/DESCR new file mode 100644 index 00000000000..25306dc7c7d --- /dev/null +++ b/net/p5-Net-Domain-TLD/DESCR @@ -0,0 +1,3 @@ +The purpose of this module is to provide user with current list +of available top level domain names including new ICANN additions +and ccTLDs. 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" diff --git a/net/p5-Net-Domain-TLD/distinfo b/net/p5-Net-Domain-TLD/distinfo new file mode 100644 index 00000000000..93888be3e6a --- /dev/null +++ b/net/p5-Net-Domain-TLD/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2014/07/15 14:03:13 fhajny Exp $ + +SHA1 (Net-Domain-TLD-1.72.tar.gz) = fe24c7ee4b6520d65be0ba3e6d514065e16027cf +RMD160 (Net-Domain-TLD-1.72.tar.gz) = 2733ff6230b8e9ce140d4dc86899cd876101687c +Size (Net-Domain-TLD-1.72.tar.gz) = 20180 bytes |