diff options
author | lth <lth@FreeBSD.org> | 2005-05-31 21:33:58 +0800 |
---|---|---|
committer | lth <lth@FreeBSD.org> | 2005-05-31 21:33:58 +0800 |
commit | e4a0438e2e1250ea926f994ad166f3b1178ab4a1 (patch) | |
tree | 8ec378230d753072aa9d00cfb3d5503341be6c4f /net-mgmt/p5-Net-IP/Makefile | |
parent | 66a19d7006ad6d0ac610b6c0d7a1a2f2bd2f9e6b (diff) | |
download | freebsd-ports-gnome-e4a0438e2e1250ea926f994ad166f3b1178ab4a1.tar.gz freebsd-ports-gnome-e4a0438e2e1250ea926f994ad166f3b1178ab4a1.tar.zst freebsd-ports-gnome-e4a0438e2e1250ea926f994ad166f3b1178ab4a1.zip |
Update to 1.22
Diffstat (limited to 'net-mgmt/p5-Net-IP/Makefile')
-rw-r--r-- | net-mgmt/p5-Net-IP/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/net-mgmt/p5-Net-IP/Makefile b/net-mgmt/p5-Net-IP/Makefile index 6b65386dec39..9ace0146d811 100644 --- a/net-mgmt/p5-Net-IP/Makefile +++ b/net-mgmt/p5-Net-IP/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Net-IP -PORTVERSION= 1.21 +PORTVERSION= 1.22 CATEGORIES= net-mgmt perl5 ipv6 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Net @@ -19,9 +19,4 @@ PERL_CONFIGURE= yes MAN3= Net::IP.3 -.include <bsd.port.pre.mk> -.if ${PERL_LEVEL} <= 500800 -post-patch: - @${PERL} -pi -e '$$_ = "" if m|use 5.008|' ${WRKSRC}/Makefile.PL -.endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |