Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Aug 2018 19:08:34 +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: r476452 - head/www/p5-CGI-Cache
Message-ID:  <201808051908.w75J8YIK006326@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Aug  5 19:08:34 2018
New Revision: 476452
URL: https://svnweb.freebsd.org/changeset/ports/476452

Log:
  Change the way *_DEPENDS are set

Modified:
  head/www/p5-CGI-Cache/Makefile

Modified: head/www/p5-CGI-Cache/Makefile
==============================================================================
--- head/www/p5-CGI-Cache/Makefile	Sun Aug  5 19:08:29 2018	(r476451)
+++ head/www/p5-CGI-Cache/Makefile	Sun Aug  5 19:08:34 2018	(r476452)
@@ -12,11 +12,11 @@ COMMENT=	Perl extension to cache output of time-intens
 
 LICENSE=	GPLv2
 
-BUILD_DEPENDS=	p5-Cache>=0:devel/p5-Cache \
+BUILD_DEPENDS=	p5-URI>=0:net/p5-URI \
+		${RUN_DEPENDS}
+RUN_DEPENDS=	p5-Cache>=0:devel/p5-Cache \
 		p5-Cache-Cache>=0:devel/p5-Cache-Cache \
 		p5-Tie-Restore>=0:devel/p5-Tie-Restore
-RUN_DEPENDS:=	${BUILD_DEPENDS}
-BUILD_DEPENDS+=	p5-URI>=0:net/p5-URI
 TEST_DEPENDS=	p5-File-Slurper>=0:devel/p5-File-Slurper
 
 USES=		perl5



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