diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-08-15 11:39:55 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-08-15 11:39:55 +0000 |
commit | dd7478264a7942baa34fdb0a0e2931d888ec9a75 (patch) | |
tree | 161c0e3092cbbf755e74714ff52bd32a09f9748c /net/p5-POE-Component-Client-Telnet | |
parent | df9be10e66e733d6e5f30fb8d57f92f8ae246a72 (diff) |
Notes
Diffstat (limited to 'net/p5-POE-Component-Client-Telnet')
-rw-r--r-- | net/p5-POE-Component-Client-Telnet/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net/p5-POE-Component-Client-Telnet/Makefile b/net/p5-POE-Component-Client-Telnet/Makefile index 5dd9a9e0c74a..851b13d8f163 100644 --- a/net/p5-POE-Component-Client-Telnet/Makefile +++ b/net/p5-POE-Component-Client-Telnet/Makefile @@ -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 |