aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Crypt-AppleTwoFish
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2005-12-30 20:38:46 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2005-12-30 20:38:46 +0000
commitc06da79cfbfa4a8514ef25edd8257750fc7b1b5e (patch)
treefa2ef34fa8947565b4718960bb88b827af3cb68b /security/p5-Crypt-AppleTwoFish
parent29e56c9935c1a3a7d271c30a9d1db4dfbbcaa6bb (diff)
downloadports-c06da79cfbfa4a8514ef25edd8257750fc7b1b5e.tar.gz
ports-c06da79cfbfa4a8514ef25edd8257750fc7b1b5e.zip
Notes
Diffstat (limited to 'security/p5-Crypt-AppleTwoFish')
-rw-r--r--security/p5-Crypt-AppleTwoFish/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/security/p5-Crypt-AppleTwoFish/Makefile b/security/p5-Crypt-AppleTwoFish/Makefile
index 26f4f6877abd..1f08fcd6b62c 100644
--- a/security/p5-Crypt-AppleTwoFish/Makefile
+++ b/security/p5-Crypt-AppleTwoFish/Makefile
@@ -18,7 +18,11 @@ PERL_CONFIGURE= yes
MAN3= Crypt::AppleTwoFish.3
.include <bsd.port.pre.mk>
-.if ${PERL_LEVEL} <= 500503
-IGNORE= requires Perl 5.6. Intall lang/perl5 or lang/perl5.8, and try again
+
+.if ${PERL_LEVEL} < 500800
+post-patch:
+ ${PERL} -pi -e '$$_="" if m{5.008|warnings}' ${WRKSRC}/t/*.t \
+ ${WRKSRC}/lib/Crypt/AppleTwoFish.pm ${WRKSRC}/${CONFIGURE_SCRIPT}
.endif
+
.include <bsd.port.post.mk>