1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00

Mark as ignored when build with Perl 5.14+

This commit is contained in:
Sergey Skvortsov 2012-06-20 05:20:06 +00:00
parent ed0f2ac4fd
commit 8ff1cbff64
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=299674
2 changed files with 8 additions and 0 deletions

View File

@ -79,6 +79,10 @@ PLIST_SUB+= MURDER="@comment "
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} >= 501400
IGNORE= does not build with Perl 5.14+, use mail/cyrus-imapd23 instead
.endif
CYRUS_USER?= cyrus
CYRUS_GROUP?= cyrus

View File

@ -56,6 +56,10 @@ PASS8BITHACK_DESC= Add pass8bit option (not recommended)
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} >= 501400
IGNORE= does not build with Perl 5.14+, use mail/cyrus-imapd23 instead
.endif
.if ${PORT_OPTIONS:MNNTP}
CONFIGURE_ARGS+=--enable-nntp
PLIST_SUB+= NNTP=""