diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-07-30 03:23:42 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-07-30 03:23:42 +0800 |
commit | a3b00496fa3b1cd4ff5ddce7216a3948c8330a7a (patch) | |
tree | 8fb8a574f075780208f1f591d094fc617ad1542b /net-mgmt | |
parent | 6351bf7070890f926ad47c262087a0316b256db8 (diff) | |
download | freebsd-ports-gnome-a3b00496fa3b1cd4ff5ddce7216a3948c8330a7a.tar.gz freebsd-ports-gnome-a3b00496fa3b1cd4ff5ddce7216a3948c8330a7a.tar.zst freebsd-ports-gnome-a3b00496fa3b1cd4ff5ddce7216a3948c8330a7a.zip |
Update to 1.9104
Changes: https://metacpan.org/changes/distribution/Net-Netmask
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/p5-Net-Netmask/Makefile | 11 | ||||
-rw-r--r-- | net-mgmt/p5-Net-Netmask/distinfo | 6 |
2 files changed, 12 insertions, 5 deletions
diff --git a/net-mgmt/p5-Net-Netmask/Makefile b/net-mgmt/p5-Net-Netmask/Makefile index 1135e35ae52d..cceafcf509b5 100644 --- a/net-mgmt/p5-Net-Netmask/Makefile +++ b/net-mgmt/p5-Net-Netmask/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Net-Netmask -PORTVERSION= 1.9103 +PORTVERSION= 1.9104 CATEGORIES= net-mgmt perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -21,4 +21,11 @@ NO_ARCH= yes USES= perl5 USE_PERL5= configure -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 502705 +BUILD_DEPENDS+= p5-Math-BigInt>=1.999811:math/p5-Math-BigInt +RUN_DEPENDS+= p5-Math-BigInt>=1.999811:math/p5-Math-BigInt +.endif + +.include <bsd.port.post.mk> diff --git a/net-mgmt/p5-Net-Netmask/distinfo b/net-mgmt/p5-Net-Netmask/distinfo index 188b3e188e7e..f7deee5a8dad 100644 --- a/net-mgmt/p5-Net-Netmask/distinfo +++ b/net-mgmt/p5-Net-Netmask/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1529733611 -SHA256 (Net-Netmask-1.9103.tar.gz) = 5ab83944703318a09043b371fe9ad36714e87b6dcf70f85315839e7e5bd6684d -SIZE (Net-Netmask-1.9103.tar.gz) = 33836 +TIMESTAMP = 1532803563 +SHA256 (Net-Netmask-1.9104.tar.gz) = 7efc6c544b76ee3923a4f3bf82d2b20ca7452e55cfd05ec65789fceab716919e +SIZE (Net-Netmask-1.9104.tar.gz) = 41853 |