aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/p5-NetAddr-IP/Makefile
diff options
context:
space:
mode:
authortobez <tobez@FreeBSD.org>2002-07-25 07:34:39 +0800
committertobez <tobez@FreeBSD.org>2002-07-25 07:34:39 +0800
commit4d25f7933704a3750c26b8342b954c6c4b060748 (patch)
treedcc9da91d1bf46ddf028e4a56ed6465956c3307b /net-mgmt/p5-NetAddr-IP/Makefile
parent672d86181418b4ce3184c7a5e1fcab1d3c529ec2 (diff)
downloadfreebsd-ports-gnome-4d25f7933704a3750c26b8342b954c6c4b060748.tar.gz
freebsd-ports-gnome-4d25f7933704a3750c26b8342b954c6c4b060748.tar.zst
freebsd-ports-gnome-4d25f7933704a3750c26b8342b954c6c4b060748.zip
Update to 3.10. Provide a note that this modules can do more if used
with modern perls.
Diffstat (limited to 'net-mgmt/p5-NetAddr-IP/Makefile')
-rw-r--r--net-mgmt/p5-NetAddr-IP/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/net-mgmt/p5-NetAddr-IP/Makefile b/net-mgmt/p5-NetAddr-IP/Makefile
index 0f63af3d6afe..fe6c9f3e8ab1 100644
--- a/net-mgmt/p5-NetAddr-IP/Makefile
+++ b/net-mgmt/p5-NetAddr-IP/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= NetAddr-IP
-PORTVERSION= 3.09
+PORTVERSION= 3.10
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= NetAddr
@@ -26,4 +26,9 @@ post-patch:
-e '$$_="" if /use warnings/;' \
${WRKSRC}/IP.pm
+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.0 (both in the ports collection)." )
+
.include <bsd.port.mk>