1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

- Require perl from ports instead of trying untested hacks

Discussed with:	Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
This commit is contained in:
Andrew Pantyukhin 2006-11-22 22:25:05 +00:00
parent bf33f3e5b8
commit 22b5543798
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=177848

View File

@ -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>