diff options
author | Steve Wills <swills@FreeBSD.org> | 2014-10-26 21:04:21 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2014-10-26 21:04:21 +0000 |
commit | b4caa5c8cf3ad2eedc44a528a460df4e4a455f01 (patch) | |
tree | 43f8ad22dde713f3c4b00323750f35a4b326cce2 /mail/p5-MIME-Fast/Makefile | |
parent | 63450a201500222632f7b074c132927c6efea8be (diff) |
Mark broken with Perl 5.18 and newer
Notes
Notes:
svn path=/head/; revision=371526
Diffstat (limited to 'mail/p5-MIME-Fast/Makefile')
-rw-r--r-- | mail/p5-MIME-Fast/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/mail/p5-MIME-Fast/Makefile b/mail/p5-MIME-Fast/Makefile index 88feb29dd7ca..5eae7e572508 100644 --- a/mail/p5-MIME-Fast/Makefile +++ b/mail/p5-MIME-Fast/Makefile @@ -19,4 +19,10 @@ USES= perl5 USE_PERL5= configure CONFIGURE_ENV= PREFIX="${PREFIX}" CCFLAGS="${CCFLAGS} ${PTHREAD_CFLAGS}" -.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> |