aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/p5-NetAddr-IP/Makefile
diff options
context:
space:
mode:
authortobez <tobez@FreeBSD.org>2002-09-12 20:04:21 +0800
committertobez <tobez@FreeBSD.org>2002-09-12 20:04:21 +0800
commit36bb2186fa5fe1fdebf43625ab5f8eaed18b1138 (patch)
treef5ae4136729342222a3bbe083e4501592063d846 /net-mgmt/p5-NetAddr-IP/Makefile
parentc86ac95dc86257e17f4052e75808061d208b3d09 (diff)
downloadfreebsd-ports-gnome-36bb2186fa5fe1fdebf43625ab5f8eaed18b1138.tar.gz
freebsd-ports-gnome-36bb2186fa5fe1fdebf43625ab5f8eaed18b1138.tar.zst
freebsd-ports-gnome-36bb2186fa5fe1fdebf43625ab5f8eaed18b1138.zip
Update to 3.11.
Diffstat (limited to 'net-mgmt/p5-NetAddr-IP/Makefile')
-rw-r--r--net-mgmt/p5-NetAddr-IP/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/p5-NetAddr-IP/Makefile b/net-mgmt/p5-NetAddr-IP/Makefile
index fe6c9f3e8ab1..bce9970fa01a 100644
--- a/net-mgmt/p5-NetAddr-IP/Makefile
+++ b/net-mgmt/p5-NetAddr-IP/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= NetAddr-IP
-PORTVERSION= 3.10
+PORTVERSION= 3.11
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= NetAddr
@@ -24,7 +24,7 @@ post-patch:
-e 's/^our\s+([\$$\@\%]\w+)/use vars qw($$1);$$1/;' \
-e '$$_="" if /require 5/;' \
-e '$$_="" if /use warnings/;' \
- ${WRKSRC}/IP.pm
+ ${WRKSRC}/IP.pm ${WRKSRC}/t/v4-badnm.t
post-build:
@${PERL} -M5.6.0 -e '' >/dev/null 2>&1 || \