svn commit: r442724 - head/www/p5-Mojolicious

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Jun 5 23:26:30 UTC 2017


Author: sunpoet
Date: Mon Jun  5 23:26:28 2017
New Revision: 442724
URL: https://svnweb.freebsd.org/changeset/ports/442724

Log:
  Remove outdated PERL_LEVEL check
  
  With hat:	perl

Modified:
  head/www/p5-Mojolicious/Makefile

Modified: head/www/p5-Mojolicious/Makefile
==============================================================================
--- head/www/p5-Mojolicious/Makefile	Mon Jun  5 23:26:24 2017	(r442723)
+++ head/www/p5-Mojolicious/Makefile	Mon Jun  5 23:26:28 2017	(r442724)
@@ -27,11 +27,4 @@ EV_RUN_DEPENDS=		p5-EV>=4:devel/p5-EV
 TLS_BUILD_DEPENDS=	p5-IO-Socket-SSL>=1.75:security/p5-IO-Socket-SSL
 TLS_RUN_DEPENDS=	p5-IO-Socket-SSL>=1.75:security/p5-IO-Socket-SSL
 
-.include <bsd.port.pre.mk>
-
-.if ${PORT_OPTIONS:MIPV6} && ${PERL_LEVEL} < 502111
-BUILD_DEPENDS+=	p5-IO-Socket-IP>=0.37:net/p5-IO-Socket-IP
-RUN_DEPENDS+=	p5-IO-Socket-IP>=0.37:net/p5-IO-Socket-IP
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list