diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-02-05 00:31:14 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-02-05 00:31:14 +0800 |
commit | 46f28a36b62989e0de6420161f422482d4e641e9 (patch) | |
tree | 787f8e83d77e3b1097f033b256ade77268578ef9 /dns | |
parent | 99de89a5fdd2f43c5bcab988c30b2af9f559b5e0 (diff) | |
download | freebsd-ports-gnome-46f28a36b62989e0de6420161f422482d4e641e9.tar.gz freebsd-ports-gnome-46f28a36b62989e0de6420161f422482d4e641e9.tar.zst freebsd-ports-gnome-46f28a36b62989e0de6420161f422482d4e641e9.zip |
- Update to 0.48
- Add LICENSE
Changes: http://search.cpan.org/dist/Net-DNS-ToolKit/Changes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/p5-Net-DNS-ToolKit/Makefile | 6 | ||||
-rw-r--r-- | dns/p5-Net-DNS-ToolKit/distinfo | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/dns/p5-Net-DNS-ToolKit/Makefile b/dns/p5-Net-DNS-ToolKit/Makefile index 54fbc4fca22a..5f67f3683f95 100644 --- a/dns/p5-Net-DNS-ToolKit/Makefile +++ b/dns/p5-Net-DNS-ToolKit/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Net-DNS-ToolKit -PORTVERSION= 0.47 +PORTVERSION= 0.48 CATEGORIES= dns perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,12 +10,14 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Tools for working with DNS packets +LICENSE= ART10 GPLv2 GPLv3 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Net-DNS-Codes>=0.09:${PORTSDIR}/dns/p5-Net-DNS-Codes \ p5-NetAddr-IP>=1.30:${PORTSDIR}/net-mgmt/p5-NetAddr-IP RUN_DEPENDS:= ${BUILD_DEPENDS} MAKE_JOBS_UNSAFE= yes - USES= perl5 USE_PERL5= configure diff --git a/dns/p5-Net-DNS-ToolKit/distinfo b/dns/p5-Net-DNS-ToolKit/distinfo index 7d2e3d56ea5b..834d8e0e9b7b 100644 --- a/dns/p5-Net-DNS-ToolKit/distinfo +++ b/dns/p5-Net-DNS-ToolKit/distinfo @@ -1,2 +1,2 @@ -SHA256 (Net-DNS-ToolKit-0.47.tar.gz) = 2ca01b0d76599e64c19ab120abb57d5f887d9932108744591891da2b067dfac2 -SIZE (Net-DNS-ToolKit-0.47.tar.gz) = 244245 +SHA256 (Net-DNS-ToolKit-0.48.tar.gz) = d103c6927e5ebad40152b7de8f52fb520c4c1a34ef83af08d663d17b1485f582 +SIZE (Net-DNS-ToolKit-0.48.tar.gz) = 244476 |