Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Sep 2018 11:11:50 +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: r480569 - head/dns/p5-Mozilla-PublicSuffix
Message-ID:  <201809241111.w8OBBomS024996@repo.freebsd.org>

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



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