aboutsummaryrefslogtreecommitdiffstats
path: root/net/p5-Net-Packet-Target
diff options
context:
space:
mode:
authorsat <sat@FreeBSD.org>2006-11-23 06:25:05 +0800
committersat <sat@FreeBSD.org>2006-11-23 06:25:05 +0800
commit72f0fd20198223b7ac949b210a22a6bfed74c270 (patch)
tree44dff977f0f525f15167bc1cfe5de3a6ea2d5c58 /net/p5-Net-Packet-Target
parentf7d6e9266348f0063ea87a21d6815f7b9642b125 (diff)
downloadfreebsd-ports-graphics-72f0fd20198223b7ac949b210a22a6bfed74c270.tar.gz
freebsd-ports-graphics-72f0fd20198223b7ac949b210a22a6bfed74c270.tar.zst
freebsd-ports-graphics-72f0fd20198223b7ac949b210a22a6bfed74c270.zip
- Require perl from ports instead of trying untested hacks
Discussed with: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
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>