diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-11-22 22:25:05 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-11-22 22:25:05 +0000 |
commit | 22b5543798bee467a00b64f55f71ce3ff262896d (patch) | |
tree | c7705492ef006a5755761770ad9c2812de787d98 /net/p5-Net-Packet-Target | |
parent | bf33f3e5b84df668f8b5e5153f96631610f261b8 (diff) | |
download | ports-22b5543798bee467a00b64f55f71ce3ff262896d.tar.gz ports-22b5543798bee467a00b64f55f71ce3ff262896d.zip |
- Require perl from ports instead of trying untested hacks
Discussed with: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
Notes
Notes:
svn path=/head/; revision=177848
Diffstat (limited to 'net/p5-Net-Packet-Target')
-rw-r--r-- | net/p5-Net-Packet-Target/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/p5-Net-Packet-Target/Makefile b/net/p5-Net-Packet-Target/Makefile index 801a41299ba4..d92bb8223ff5 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> |