diff options
author | swills <swills@FreeBSD.org> | 2014-10-27 05:04:21 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2014-10-27 05:04:21 +0800 |
commit | 1bef69b1cf78958e91373124e53110b701be5389 (patch) | |
tree | 43f8ad22dde713f3c4b00323750f35a4b326cce2 /security/p5-Crypt-TEA | |
parent | c01af5eee0eb1b0883d412ec76c6cb119b4d783c (diff) | |
download | freebsd-ports-gnome-1bef69b1cf78958e91373124e53110b701be5389.tar.gz freebsd-ports-gnome-1bef69b1cf78958e91373124e53110b701be5389.tar.zst freebsd-ports-gnome-1bef69b1cf78958e91373124e53110b701be5389.zip |
Mark broken with Perl 5.18 and newer
Diffstat (limited to 'security/p5-Crypt-TEA')
-rw-r--r-- | security/p5-Crypt-TEA/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/security/p5-Crypt-TEA/Makefile b/security/p5-Crypt-TEA/Makefile index 81f41fe78adf..d0e450a51e7a 100644 --- a/security/p5-Crypt-TEA/Makefile +++ b/security/p5-Crypt-TEA/Makefile @@ -13,4 +13,10 @@ COMMENT= Perl extension to Tiny Encryption Algorithm USES= perl5 USE_PERL5= configure -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_VER} >= 5.18 +BROKEN= Does not build with Perl 5.18 or above +.endif + +.include <bsd.port.post.mk> |