1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

Re-apply r371526 and r384771

Reported by:	pkg-fallout
This commit is contained in:
Antoine Brodin 2015-06-05 17:30:11 +00:00
parent f5d0f8204c
commit 24e11136e6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=388602

View File

@ -34,4 +34,12 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/contrib/mailbalance-0.2.0/* \
${STAGEDIR}${EXAMPLESDIR}/mailbalance
.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
DEPRECATED= Requires an unsupported version of Perl
EXPIRATION_DATE= 2015-07-31
.include <bsd.port.post.mk>