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

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Sep 24 11:11:50 UTC 2018


Author: sunpoet
Date: Mon Sep 24 11:11:49 2018
New Revision: 480569
URL: https://svnweb.freebsd.org/changeset/ports/480569

Log:
  Cosmetic change

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

Modified: head/dns/p5-Mozilla-PublicSuffix/Makefile
==============================================================================
--- head/dns/p5-Mozilla-PublicSuffix/Makefile	Mon Sep 24 11:11:44 2018	(r480568)
+++ head/dns/p5-Mozilla-PublicSuffix/Makefile	Mon Sep 24 11:11:49 2018	(r480569)
@@ -15,13 +15,14 @@ COMMENT=	Get public suffix of domain name via Mozilla 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	p5-URI>=0:net/p5-URI
+BUILD_DEPENDS=	${RUN_DEPENDS}
 PATCH_DEPENDS=	public_suffix_list>=0:dns/public_suffix_list
-RUN_DEPENDS:=	${BUILD_DEPENDS}
+RUN_DEPENDS=	p5-URI>=0:net/p5-URI
 
-NO_ARCH=	yes
-USE_PERL5=	modbuild
 USES=		perl5
+USE_PERL5=	modbuild
+
+NO_ARCH=	yes
 
 post-patch:
 	@${CP} ${LOCALBASE}/share/public_suffix_list/public_suffix_list.dat ${WRKSRC}/effective_tld_names.dat


More information about the svn-ports-head mailing list