svn commit: r501425 - head/net/p5-Net-Twitter

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


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

Log:
  Remove outdated PERL_LEVEL check

Modified:
  head/net/p5-Net-Twitter/Makefile

Modified: head/net/p5-Net-Twitter/Makefile
==============================================================================
--- head/net/p5-Net-Twitter/Makefile	Sun May 12 16:38:22 2019	(r501424)
+++ head/net/p5-Net-Twitter/Makefile	Sun May 12 16:38:26 2019	(r501425)
@@ -43,10 +43,4 @@ USE_PERL5=	configure
 
 NO_ARCH=	yes
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 502502
-RUN_DEPENDS+=	p5-ExtUtils-MakeMaker>=7.11.01:devel/p5-ExtUtils-MakeMaker
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list