summaryrefslogtreecommitdiffstats
path: root/net-mgmt/p5-NetAddr-IP
diff options
context:
space:
mode:
authortobez <tobez@FreeBSD.org>2005-04-03 11:21:27 +0000
committertobez <tobez@FreeBSD.org>2005-04-03 11:21:27 +0000
commitfceeaa6ece94893f2c6897ea8c8abedb0a0e95c2 (patch)
tree56fbb15b6db8abcfbdfd3ddbadc44e8082de47f7 /net-mgmt/p5-NetAddr-IP
parent5a79d8a9c6369557e33688988e1dd10ac285b0df (diff)
downloadFreeBSD-ports-fceeaa6ece94893f2c6897ea8c8abedb0a0e95c2.zip
FreeBSD-ports-fceeaa6ece94893f2c6897ea8c8abedb0a0e95c2.tar.gz
Update to 3.24. This port now requires perl >= 5.6.X.
Diffstat (limited to 'net-mgmt/p5-NetAddr-IP')
-rw-r--r--net-mgmt/p5-NetAddr-IP/Makefile24
-rw-r--r--net-mgmt/p5-NetAddr-IP/distinfo4
2 files changed, 12 insertions, 16 deletions
diff --git a/net-mgmt/p5-NetAddr-IP/Makefile b/net-mgmt/p5-NetAddr-IP/Makefile
index 92c98bf..e3fdae1 100644
--- a/net-mgmt/p5-NetAddr-IP/Makefile
+++ b/net-mgmt/p5-NetAddr-IP/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= NetAddr-IP
-PORTVERSION= 3.21
+PORTVERSION= 3.24
CATEGORIES= net-mgmt perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= NetAddr
@@ -15,22 +15,18 @@ PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
COMMENT= Perl module for working with IP addresses and blocks thereof
+BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \
+ ${SITE_PERL}/Math/BigInt.pm:${PORTSDIR}/math/p5-Math-BigInt
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
PERL_CONFIGURE= yes
-MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= NetAddr::IP.3
-post-patch:
- ${PERL} -pi -e 's/\r//;' \
- -e 's/^our\s+([\$$\@\%]\w+)/use vars qw($$1);\n$$1/;' \
- -e '$$_="" if /require 5/;' \
- -e '$$_="" if /use warnings/;' \
- ${WRKSRC}/IP.pm ${WRKSRC}/t/v4-badnm.t ${WRKSRC}/t/v4-new.t \
- ${WRKSRC}/t/v6-base.t
+.include <bsd.port.pre.mk>
-post-build:
- @${PERL} -M5.6.0 -e '' >/dev/null 2>&1 || \
- ( ${ECHO_MSG} "===> Please note that this module provides more functionality when" && \
- ${ECHO_MSG} "===> used with perl 5.6.1 or perl 5.8.1 (both in the ports collection)." )
+.if ${PERL_LEVEL} < 500601
+IGNORE= This port requires perl 5.6.x or later version
+.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/net-mgmt/p5-NetAddr-IP/distinfo b/net-mgmt/p5-NetAddr-IP/distinfo
index 8f2dfe5..3eb6a2d 100644
--- a/net-mgmt/p5-NetAddr-IP/distinfo
+++ b/net-mgmt/p5-NetAddr-IP/distinfo
@@ -1,2 +1,2 @@
-MD5 (NetAddr-IP-3.21.tar.gz) = c6033bdadf356daf4bd4658247f5362e
-SIZE (NetAddr-IP-3.21.tar.gz) = 33414
+MD5 (NetAddr-IP-3.24.tar.gz) = 62c91d3b010f20e2a192d6e59d59d3be
+SIZE (NetAddr-IP-3.24.tar.gz) = 31269
OpenPOWER on IntegriCloud