svn commit: r501422 - head/mail/p5-Email-MIME-ContentType

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun May 12 16:38:17 UTC 2019


Author: sunpoet
Date: Sun May 12 16:38:12 2019
New Revision: 501422
URL: https://svnweb.freebsd.org/changeset/ports/501422

Log:
  Remove outdated PERL_LEVEL check

Modified:
  head/mail/p5-Email-MIME-ContentType/Makefile

Modified: head/mail/p5-Email-MIME-ContentType/Makefile
==============================================================================
--- head/mail/p5-Email-MIME-ContentType/Makefile	Sun May 12 16:38:07 2019	(r501421)
+++ head/mail/p5-Email-MIME-ContentType/Makefile	Sun May 12 16:38:12 2019	(r501422)
@@ -18,11 +18,4 @@ USE_PERL5=	configure
 
 NO_ARCH=	yes
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 502508
-BUILD_DEPENDS+=	p5-Encode>=2.87:converters/p5-Encode
-RUN_DEPENDS+=	p5-Encode>=2.87:converters/p5-Encode
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list