Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net-mgmt/p5-Net-Netmask/Makefile,v --- Makefile 23 Feb 2004 04:42:07 -0000 1.7 +++ Makefile 14 Mar 2004 16:22:06 -0000 @@ -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 -.include +.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 Index: distinfo =================================================================== RCS file: /home/ncvs/ports/net-mgmt/p5-Net-Netmask/distinfo,v --- distinfo 11 Feb 2004 15:14:59 -0000 1.3 +++ distinfo 14 Mar 2004 16:22:06 -0000 @@ -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 Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/net-mgmt/p5-Net-Netmask/pkg-descr,v --- pkg-descr 20 Nov 2001 23:29:32 -0000 1.2 +++ pkg-descr 14 Mar 2004 16:22:06 -0000 @@ -2,4 +2,4 @@ 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/