svn commit: r346411 - head/dns/p5-Mozilla-PublicSuffix

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Feb 28 00:13:00 UTC 2014


Author: sunpoet
Date: Fri Feb 28 00:12:59 2014
New Revision: 346411
URL: http://svnweb.freebsd.org/changeset/ports/346411
QAT: https://qat.redports.org/buildarchive/r346411/

Log:
  - Remove outdated PERL_LEVEL check

Modified:
  head/dns/p5-Mozilla-PublicSuffix/Makefile

Modified: head/dns/p5-Mozilla-PublicSuffix/Makefile
==============================================================================
--- head/dns/p5-Mozilla-PublicSuffix/Makefile	Fri Feb 28 00:12:05 2014	(r346410)
+++ head/dns/p5-Mozilla-PublicSuffix/Makefile	Fri Feb 28 00:12:59 2014	(r346411)
@@ -19,10 +19,4 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 USE_PERL5=	modbuild
 USES=		perl5
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501400
-BUILD_DEPENDS+=	p5-HTTP-Tiny>=0:${PORTSDIR}/www/p5-HTTP-Tiny
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list