Date: Sun, 29 Jul 2018 19:12:01 +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: r475712 - head/devel/p5-Pegex Message-ID: <201807291912.w6TJC1aq042455@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Jul 29 19:12:00 2018 New Revision: 475712 URL: https://svnweb.freebsd.org/changeset/ports/475712 Log: Change the way *_DEPENDS are set Modified: head/devel/p5-Pegex/Makefile Modified: head/devel/p5-Pegex/Makefile ============================================================================== --- head/devel/p5-Pegex/Makefile Sun Jul 29 19:11:55 2018 (r475711) +++ head/devel/p5-Pegex/Makefile Sun Jul 29 19:12:00 2018 (r475712) @@ -15,10 +15,10 @@ LICENSE= ART10 GPLv1+ LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= p5-JSON-XS>=0:converters/p5-JSON-XS \ +BUILD_DEPENDS= p5-File-ShareDir-Install>=0.06:devel/p5-File-ShareDir-Install \ + ${RUN_DEPENDS} +RUN_DEPENDS= p5-JSON-XS>=0:converters/p5-JSON-XS \ p5-YAML-LibYAML>=0:textproc/p5-YAML-LibYAML -RUN_DEPENDS:= ${BUILD_DEPENDS} -BUILD_DEPENDS+= p5-File-ShareDir-Install>=0.06:devel/p5-File-ShareDir-Install PORTSCOUT= limit:^[0-9\.]*$$
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807291912.w6TJC1aq042455>