1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

- Require Perl 5.6+ to build

PR:		ports/102068
Submitted by:	Jin-Shan Tseng <tjs at cdpa.nsysu.edu.tw> (maintainer)
This commit is contained in:
Rong-En Fan 2006-08-15 11:39:55 +00:00
parent df9be10e66
commit dd7478264a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=170694

View File

@ -7,7 +7,7 @@
PORTNAME= POE-Component-Client-Telnet
PORTVERSION= 0.06
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= POE
@ -28,9 +28,7 @@ MAN3= POE::Component::Client::Telnet.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
post-patch:
@${PERL} -pi -e '$$_ = "" if /use warnings/;' \
${WRKSRC}/Makefile.PL
IGNORE= requires Perl 5.6.0 or newer. Install lang/perl5.8 and try again
.endif
.if ${PERL_LEVEL} < 500602