svn commit: r501429 - head/www/p5-Dancer2

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


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

Log:
  Remove outdated PERL_LEVEL check

Modified:
  head/www/p5-Dancer2/Makefile

Modified: head/www/p5-Dancer2/Makefile
==============================================================================
--- head/www/p5-Dancer2/Makefile	Sun May 12 16:38:41 2019	(r501428)
+++ head/www/p5-Dancer2/Makefile	Sun May 12 16:38:46 2019	(r501429)
@@ -67,14 +67,9 @@ XS_RUN_DEPENDS=	p5-CGI-Deurl-XS>=0:www/p5-CGI-Deurl-XS
 		p5-URL-Encode-XS>=0:www/p5-URL-Encode-XS \
 		p5-YAML-LibYAML>=0:textproc/p5-YAML-LibYAML
 
-NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 
-.include <bsd.port.pre.mk>
+NO_ARCH=	yes
 
-.if ${PERL_LEVEL} < 502502
-RUN_DEPENDS+=	p5-ExtUtils-MakeMaker>=7.12:devel/p5-ExtUtils-MakeMaker
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-head mailing list