aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-mgmt/p5-NetAddr-IP/Makefile7
-rw-r--r--net-mgmt/p5-NetAddr-IP/distinfo2
-rw-r--r--net-mgmt/p5-NetAddr-IP/pkg-descr3
-rw-r--r--net/p5-NetAddr-IP/Makefile7
-rw-r--r--net/p5-NetAddr-IP/distinfo2
-rw-r--r--net/p5-NetAddr-IP/pkg-descr3
6 files changed, 20 insertions, 4 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>
diff --git a/net-mgmt/p5-NetAddr-IP/distinfo b/net-mgmt/p5-NetAddr-IP/distinfo
index 2a27bed11e5d..3332aed5690f 100644
--- a/net-mgmt/p5-NetAddr-IP/distinfo
+++ b/net-mgmt/p5-NetAddr-IP/distinfo
@@ -1 +1 @@
-MD5 (NetAddr-IP-3.09.tar.gz) = d05ab2756cd3093bca000a7a1885ea97
+MD5 (NetAddr-IP-3.10.tar.gz) = 822dcf6b975b1687b735736f91e6fac4
diff --git a/net-mgmt/p5-NetAddr-IP/pkg-descr b/net-mgmt/p5-NetAddr-IP/pkg-descr
index 2cf0bae9301c..155ae87a9cbd 100644
--- a/net-mgmt/p5-NetAddr-IP/pkg-descr
+++ b/net-mgmt/p5-NetAddr-IP/pkg-descr
@@ -3,4 +3,7 @@ manipulation involved when handling IP address calculations. It also
helps by performing range comparisons between subnets as well as other
frequently used functions.
+Please note that this module provides more functionality when used with
+perl 5.6.1 or perl 5.8.0.
+
WWW: http://search.cpan.org/search?dist=NetAddr-IP
diff --git a/net/p5-NetAddr-IP/Makefile b/net/p5-NetAddr-IP/Makefile
index 0f63af3d6afe..fe6c9f3e8ab1 100644
--- a/net/p5-NetAddr-IP/Makefile
+++ b/net/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>
diff --git a/net/p5-NetAddr-IP/distinfo b/net/p5-NetAddr-IP/distinfo
index 2a27bed11e5d..3332aed5690f 100644
--- a/net/p5-NetAddr-IP/distinfo
+++ b/net/p5-NetAddr-IP/distinfo
@@ -1 +1 @@
-MD5 (NetAddr-IP-3.09.tar.gz) = d05ab2756cd3093bca000a7a1885ea97
+MD5 (NetAddr-IP-3.10.tar.gz) = 822dcf6b975b1687b735736f91e6fac4
diff --git a/net/p5-NetAddr-IP/pkg-descr b/net/p5-NetAddr-IP/pkg-descr
index 2cf0bae9301c..155ae87a9cbd 100644
--- a/net/p5-NetAddr-IP/pkg-descr
+++ b/net/p5-NetAddr-IP/pkg-descr
@@ -3,4 +3,7 @@ manipulation involved when handling IP address calculations. It also
helps by performing range comparisons between subnets as well as other
frequently used functions.
+Please note that this module provides more functionality when used with
+perl 5.6.1 or perl 5.8.0.
+
WWW: http://search.cpan.org/search?dist=NetAddr-IP