Don't install this port, if ${PERL_LEVEL} >= 500804

This commit is contained in:
Andrey A. Chernov 2004-07-16 12:41:14 +00:00
parent 5e2c82a127
commit d3a4dd7388
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=113768

View File

@ -21,4 +21,10 @@ CONFIGURE_ARGS= INSTALLDIRS=site
MAN3= MIME::Base64.3 \
MIME::QuotedPrint.3
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} >= 500804
IGNORE= This port is needed only for perls below 5.8.4
.endif
.include <bsd.port.post.mk>