aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/p5-Net-IP/Makefile
diff options
context:
space:
mode:
authorlth <lth@FreeBSD.org>2006-05-29 16:41:07 +0800
committerlth <lth@FreeBSD.org>2006-05-29 16:41:07 +0800
commit8791506c3fe6873989a5824c36c0c5eaf0d9ed5f (patch)
tree6e058521d249a6f355d0834b93328af9d17e28f4 /net-mgmt/p5-Net-IP/Makefile
parent419f8c43bf770521d0f214534cd5a36561c26df9 (diff)
downloadfreebsd-ports-gnome-8791506c3fe6873989a5824c36c0c5eaf0d9ed5f.tar.gz
freebsd-ports-gnome-8791506c3fe6873989a5824c36c0c5eaf0d9ed5f.tar.zst
freebsd-ports-gnome-8791506c3fe6873989a5824c36c0c5eaf0d9ed5f.zip
Update to 1.25
PR: ports/97947 Submitted by: leeym
Diffstat (limited to 'net-mgmt/p5-Net-IP/Makefile')
-rw-r--r--net-mgmt/p5-Net-IP/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net-mgmt/p5-Net-IP/Makefile b/net-mgmt/p5-Net-IP/Makefile
index 7e07ef6498e2..07857c045ff5 100644
--- a/net-mgmt/p5-Net-IP/Makefile
+++ b/net-mgmt/p5-Net-IP/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Net-IP
-PORTVERSION= 1.24
+PORTVERSION= 1.25
CATEGORIES= net-mgmt perl5 ipv6
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Net
@@ -15,8 +15,14 @@ PKGNAMEPREFIX= p5-
MAINTAINER= lth@FreeBSD.org
COMMENT= Perl extension for manipulating IPv4/IPv6 addresses
+RUN_DEPENDS= ${SITE_PERL}/Math/BigInt.pm:${PORTSDIR}/math/p5-Math-BigInt
+BUILD_DEPENDS= ${RUN_DEPENDS}
+
PERL_CONFIGURE= yes
MAN3= Net::IP.3
+post-configure:
+ ${PERL} -pi -e 's/-I\S+PERL\S+ //g if m{PERL_DL_NONLAZY}' ${WRKSRC}/Makefile
+
.include <bsd.port.mk>