diff options
author | swills <swills@FreeBSD.org> | 2011-06-05 09:37:41 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2011-06-05 09:37:41 +0800 |
commit | c2c2ba3178233122bf51ffcad70188db0e134b85 (patch) | |
tree | 296a3319296ce4dd460841c4308404cfed4f9a6a /dns | |
parent | 964ab82c2a9a8ac40298b6967eb8f8ef50c34cfd (diff) | |
download | freebsd-ports-gnome-c2c2ba3178233122bf51ffcad70188db0e134b85.tar.gz freebsd-ports-gnome-c2c2ba3178233122bf51ffcad70188db0e134b85.tar.zst freebsd-ports-gnome-c2c2ba3178233122bf51ffcad70188db0e134b85.zip |
- Update to 1.01
- Add build depend to silence build warning
Changes: http://search.cpan.org/dist/Net-Domain-ExpireDate/Changes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/p5-Net-Domain-ExpireDate/Makefile | 3 | ||||
-rw-r--r-- | dns/p5-Net-Domain-ExpireDate/distinfo | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/dns/p5-Net-Domain-ExpireDate/Makefile b/dns/p5-Net-Domain-ExpireDate/Makefile index da4001f6d176..438a022e3a51 100644 --- a/dns/p5-Net-Domain-ExpireDate/Makefile +++ b/dns/p5-Net-Domain-ExpireDate/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Net-Domain-ExpireDate -PORTVERSION= 1.00 +PORTVERSION= 1.01 CATEGORIES= dns net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,6 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module obtain expiration date of domain names +BUILD_DEPENDS= ${SITE_PERL}/Net/Whois/Raw.pm:${PORTSDIR}/net/p5-Net-Whois-Raw RUN_DEPENDS= ${SITE_PERL}/Net/Whois/Raw.pm:${PORTSDIR}/net/p5-Net-Whois-Raw PERL_CONFIGURE= yes diff --git a/dns/p5-Net-Domain-ExpireDate/distinfo b/dns/p5-Net-Domain-ExpireDate/distinfo index c13ab10ca796..c72a79dbadbe 100644 --- a/dns/p5-Net-Domain-ExpireDate/distinfo +++ b/dns/p5-Net-Domain-ExpireDate/distinfo @@ -1,2 +1,2 @@ -SHA256 (Net-Domain-ExpireDate-1.00.tar.gz) = f945b41c1c18ce6712dc85621d5bb0fde0e659ba0d05e7e206d0499d098503b4 -SIZE (Net-Domain-ExpireDate-1.00.tar.gz) = 12102 +SHA256 (Net-Domain-ExpireDate-1.01.tar.gz) = 68de09dd0bfd14495e2ebd3cb8f7273492664878a08d9a1d050eeaf0ef28c7b7 +SIZE (Net-Domain-ExpireDate-1.01.tar.gz) = 12255 |