aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Net-Netmask/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/p5-Net-Netmask/Makefile')
-rw-r--r--net/p5-Net-Netmask/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/net/p5-Net-Netmask/Makefile b/net/p5-Net-Netmask/Makefile
index e3d4b16f9414..69e8ac044451 100644
--- a/net/p5-Net-Netmask/Makefile
+++ b/net/p5-Net-Netmask/Makefile
@@ -6,17 +6,20 @@
#
PORTNAME= Net-Netmask
-PORTVERSION= 1.9002
+PORTVERSION= 1.9004
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Net
PKGNAMEPREFIX= p5-
-MAINTAINER= muir@idiom.com
+MAINTAINER= ports@FreeBSD.org
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.mk>