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 | |
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')
-rw-r--r-- | security/p5-Crypt-GOST/Makefile | 8 | ||||
-rw-r--r-- | security/p5-Crypt-TEA/Makefile | 8 |
2 files changed, 14 insertions, 2 deletions
diff --git a/security/p5-Crypt-GOST/Makefile b/security/p5-Crypt-GOST/Makefile index 8a16876e2b58..f04e1f21a29c 100644 --- a/security/p5-Crypt-GOST/Makefile +++ b/security/p5-Crypt-GOST/Makefile @@ -13,4 +13,10 @@ COMMENT= Perl extension for GOST 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> 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> |