diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2018-10-06 13:06:42 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2018-10-06 13:06:42 +0000 |
commit | 9dff3523203bdda7ae358dcff3eb5a5ef3e54d33 (patch) | |
tree | 0721b637b4bcfc0a8ff2a945bdcb7e68f8993680 /www/p5-Dancer2 | |
parent | 2e4b740f2cc9a250b2c6056d8706e15d3bfa9763 (diff) | |
download | ports-9dff3523203bdda7ae358dcff3eb5a5ef3e54d33.tar.gz ports-9dff3523203bdda7ae358dcff3eb5a5ef3e54d33.zip |
Notes
Diffstat (limited to 'www/p5-Dancer2')
-rw-r--r-- | www/p5-Dancer2/Makefile | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/www/p5-Dancer2/Makefile b/www/p5-Dancer2/Makefile index 8d359689da91..2270755ba203 100644 --- a/www/p5-Dancer2/Makefile +++ b/www/p5-Dancer2/Makefile @@ -15,7 +15,9 @@ LICENSE= ART10 GPLv1+ LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= p5-App-Cmd>=0:devel/p5-App-Cmd \ +BUILD_DEPENDS= ${RUN_DEPENDS} \ + p5-File-ShareDir-Install>=0.06:devel/p5-File-ShareDir-Install +RUN_DEPENDS= p5-App-Cmd>=0:devel/p5-App-Cmd \ p5-Capture-Tiny>=0.12:devel/p5-Capture-Tiny \ p5-Clone>=0:devel/p5-Clone \ p5-Crypt-URandom>=0:security/p5-Crypt-URandom \ @@ -44,7 +46,6 @@ BUILD_DEPENDS= p5-App-Cmd>=0:devel/p5-App-Cmd \ p5-URI>=0:net/p5-URI \ p5-libwww>=0:www/p5-libwww \ p5-YAML>=0.86:textproc/p5-YAML -RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-AnyEvent>=0:devel/p5-AnyEvent \ p5-Exporter-Tiny>=0:devel/p5-Exporter-Tiny \ p5-HTTP-Message>=0:www/p5-HTTP-Message \ @@ -56,18 +57,16 @@ TEST_DEPENDS= p5-AnyEvent>=0:devel/p5-AnyEvent \ p5-Test-Memory-Cycle>=0:devel/p5-Test-Memory-Cycle \ p5-Test-MockTime>=0:devel/p5-Test-MockTime \ p5-YAML>=0.86:textproc/p5-YAML -BUILD_DEPENDS+= p5-File-ShareDir-Install>=0.06:devel/p5-File-ShareDir-Install OPTIONS_DEFINE= XS OPTIONS_DEFAULT= XS -XS_BUILD_DEPENDS= p5-CGI-Deurl-XS>=0:www/p5-CGI-Deurl-XS \ - p5-Class-Load-XS>=0:devel/p5-Class-Load-XS \ - p5-JSON-XS>=0:converters/p5-JSON-XS \ - p5-Scope-Upper>=0:devel/p5-Scope-Upper \ - p5-URL-Encode-XS>=0:www/p5-URL-Encode-XS \ - p5-YAML-LibYAML>=0:textproc/p5-YAML-LibYAML -XS_RUN_DEPENDS= ${XS_BUILD_DEPENDS} +XS_RUN_DEPENDS= p5-CGI-Deurl-XS>=0:www/p5-CGI-Deurl-XS \ + p5-Class-Load-XS>=0:devel/p5-Class-Load-XS \ + p5-JSON-XS>=0:converters/p5-JSON-XS \ + p5-Scope-Upper>=0:devel/p5-Scope-Upper \ + p5-URL-Encode-XS>=0:www/p5-URL-Encode-XS \ + p5-YAML-LibYAML>=0:textproc/p5-YAML-LibYAML NO_ARCH= yes USES= perl5 @@ -76,7 +75,6 @@ USE_PERL5= configure .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 502502 -BUILD_DEPENDS+= p5-ExtUtils-MakeMaker>=7.12:devel/p5-ExtUtils-MakeMaker RUN_DEPENDS+= p5-ExtUtils-MakeMaker>=7.12:devel/p5-ExtUtils-MakeMaker .endif |