aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/p5-Net-Netmask
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-03-14 16:50:35 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-03-14 16:50:35 +0000
commit4eba14961c008f2d4ccadcb6fef52e475893a0f3 (patch)
tree40933eede53081e55d308b1f28f9a923c4ef88b7 /net-mgmt/p5-Net-Netmask
parent879f7f47f5598545e141f8d9c7218a6fdb024157 (diff)
downloadports-4eba14961c008f2d4ccadcb6fef52e475893a0f3.tar.gz
ports-4eba14961c008f2d4ccadcb6fef52e475893a0f3.zip
- Update to 1.9007
- Assign maintainership to submitter - Fix WWW: PR: ports/64262 Submitted by: Lars Thegler <lars@thegler.dk>
Notes
Notes: svn path=/head/; revision=104001
Diffstat (limited to 'net-mgmt/p5-Net-Netmask')
-rw-r--r--net-mgmt/p5-Net-Netmask/Makefile15
-rw-r--r--net-mgmt/p5-Net-Netmask/distinfo4
-rw-r--r--net-mgmt/p5-Net-Netmask/pkg-descr2
3 files changed, 13 insertions, 8 deletions
diff --git a/net-mgmt/p5-Net-Netmask/Makefile b/net-mgmt/p5-Net-Netmask/Makefile
index afaec4b1b26b..c1edd72211e0 100644
--- a/net-mgmt/p5-Net-Netmask/Makefile
+++ b/net-mgmt/p5-Net-Netmask/Makefile
@@ -6,20 +6,25 @@
#
PORTNAME= Net-Netmask
-PORTVERSION= 1.9004
+PORTVERSION= 1.9007
CATEGORIES= net-mgmt perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Net
PKGNAMEPREFIX= p5-
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= lars@thegler.dk
COMMENT= Perl module to parse, manipulate and lookup IP network blocks
PERL_CONFIGURE= yes
MAN3= Net::Netmask.3
-post-patch:
- @${PERL} -pi -e '$$_ = "" if $$. == 1' ${WRKSRC}/Netmask.pm
+.include <bsd.port.pre.mk>
-.include <bsd.port.mk>
+.if ${PERL_LEVEL} <= 500503
+# make PREFIX-clean under perl 5.005_03
+post-configure:
+ ${PERL} -pi -e 's,/usr/local/,\$$(PREFIX)/,g' ${WRKSRC}/Makefile
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/net-mgmt/p5-Net-Netmask/distinfo b/net-mgmt/p5-Net-Netmask/distinfo
index 8bbaf5ec1c5a..7517f984000a 100644
--- a/net-mgmt/p5-Net-Netmask/distinfo
+++ b/net-mgmt/p5-Net-Netmask/distinfo
@@ -1,2 +1,2 @@
-MD5 (Net-Netmask-1.9004.tar.gz) = 5c17055edcdd3b98a274f0aadc23030f
-SIZE (Net-Netmask-1.9004.tar.gz) = 13501
+MD5 (Net-Netmask-1.9007.tar.gz) = f40ea4456f2facab4e1d5d166fb655cc
+SIZE (Net-Netmask-1.9007.tar.gz) = 17140
diff --git a/net-mgmt/p5-Net-Netmask/pkg-descr b/net-mgmt/p5-Net-Netmask/pkg-descr
index d82b1a7753c2..f12a9e71280f 100644
--- a/net-mgmt/p5-Net-Netmask/pkg-descr
+++ b/net-mgmt/p5-Net-Netmask/pkg-descr
@@ -2,4 +2,4 @@ Net::Netmask parses and understand IPv4 CIDR blocks. It's built with an
object-oriented interface. Nearly all functions are methods that operate
on a Net::Netmask object.
-WWW: http://www.cpan.org/
+WWW: http://search.cpan.org/dist/Net-Netmask/