diff options
author | tobez <tobez@FreeBSD.org> | 2005-12-30 17:40:59 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2005-12-30 17:40:59 +0800 |
commit | ba4857085dd231fa6e8e48361e659bf068202a07 (patch) | |
tree | cc5559a9f36cb10c8e88da52a8791b128bcf9cd9 /dns/p5-Net-Domain-TLD | |
parent | f7cbd737a5ed90538873327b6f714ca2f520f998 (diff) | |
download | freebsd-ports-gnome-ba4857085dd231fa6e8e48361e659bf068202a07.tar.gz freebsd-ports-gnome-ba4857085dd231fa6e8e48361e659bf068202a07.tar.zst freebsd-ports-gnome-ba4857085dd231fa6e8e48361e659bf068202a07.zip |
Add dns/p5-Net-Domain-TLD 1.62, a Perl module to look up and validate
TLDs.
Diffstat (limited to 'dns/p5-Net-Domain-TLD')
-rw-r--r-- | dns/p5-Net-Domain-TLD/Makefile | 31 | ||||
-rw-r--r-- | dns/p5-Net-Domain-TLD/distinfo | 3 | ||||
-rw-r--r-- | dns/p5-Net-Domain-TLD/pkg-descr | 5 | ||||
-rw-r--r-- | dns/p5-Net-Domain-TLD/pkg-plist | 7 |
4 files changed, 46 insertions, 0 deletions
diff --git a/dns/p5-Net-Domain-TLD/Makefile b/dns/p5-Net-Domain-TLD/Makefile new file mode 100644 index 000000000000..74cc516c1c0f --- /dev/null +++ b/dns/p5-Net-Domain-TLD/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: dns/p5-Net-Domain-TLD +# Date created: 30 December 2005 +# Whom: Anton Berezin <tobez@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Net-Domain-TLD +PORTVERSION= 1.62 +CATEGORIES= dns perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Net +PKGNAMEPREFIX= p5- + +MAINTAINER= tobez@FreeBSD.org +COMMENT= Net::Domain::TLD - look up and validate TLDs + +BUILD_DEPENDS= ${SITE_PERL}/Memoize.pm:${PORTSDIR}/devel/p5-Memoize +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= Net::Domain::TLD.3 + +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500600 +IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 and try again +.endif + +.include <bsd.port.post.mk> diff --git a/dns/p5-Net-Domain-TLD/distinfo b/dns/p5-Net-Domain-TLD/distinfo new file mode 100644 index 000000000000..f6da9dd26cf2 --- /dev/null +++ b/dns/p5-Net-Domain-TLD/distinfo @@ -0,0 +1,3 @@ +MD5 (Net-Domain-TLD-1.62.tar.gz) = af0ce31a275ad5d2e5f8d73d132b76bd +SHA256 (Net-Domain-TLD-1.62.tar.gz) = b0e2806dcfe1357583e84c331053af18dfb3b22252a48d3113eba0f13d455292 +SIZE (Net-Domain-TLD-1.62.tar.gz) = 6246 diff --git a/dns/p5-Net-Domain-TLD/pkg-descr b/dns/p5-Net-Domain-TLD/pkg-descr new file mode 100644 index 000000000000..6ef0f99411ca --- /dev/null +++ b/dns/p5-Net-Domain-TLD/pkg-descr @@ -0,0 +1,5 @@ +The purpose of this module is to provide user with current list of +available top level domain names including new ICANN additions and +ccTLDs. + +WWW: http://search.cpan.org/dist/Net-Domain-TLD/ diff --git a/dns/p5-Net-Domain-TLD/pkg-plist b/dns/p5-Net-Domain-TLD/pkg-plist new file mode 100644 index 000000000000..da54632be9d0 --- /dev/null +++ b/dns/p5-Net-Domain-TLD/pkg-plist @@ -0,0 +1,7 @@ +%%SITE_PERL%%/Net/Domain/TLD.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Domain/TLD/.packlist +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Domain/TLD 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Domain 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Net/Domain 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Net 2>/dev/null || true |