svn commit: r476452 - head/www/p5-CGI-Cache

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Aug 5 19:08:35 UTC 2018


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


More information about the svn-ports-all mailing list