aboutsummaryrefslogtreecommitdiffstats
path: root/net/p5-Net-Packet-Target
diff options
context:
space:
mode:
Diffstat (limited to 'net/p5-Net-Packet-Target')
-rw-r--r--net/p5-Net-Packet-Target/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/net/p5-Net-Packet-Target/Makefile b/net/p5-Net-Packet-Target/Makefile
index 801a41299ba..d92bb8223ff 100644
--- a/net/p5-Net-Packet-Target/Makefile
+++ b/net/p5-Net-Packet-Target/Makefile
@@ -23,9 +23,8 @@ MAN3= ${PORTNAME:S/-/::/g}.3
.include <bsd.port.pre.mk>
-.if ${PERL_LEVEL} < 500600
-post-patch:
- @${REINPLACE_CMD} -e '/^use warnings;/s|||' ${WRKSRC}/lib/Net/Packet/Target.pm
+.if ${PERL_LEVEL} < 500601
+IGNORE= requires perl 5.6.1 or later. Install lang/perl5.8 and try again
.endif
.include <bsd.port.post.mk>