Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Feb 2014 00:12:59 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r346411 - head/dns/p5-Mozilla-PublicSuffix
Message-ID:  <201402280013.s1S0CxWk063708@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402280013.s1S0CxWk063708>