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 /textproc/p5-Search-Elasticsearch-Client-2_0/Makefile | |
parent | 2e4b740f2cc9a250b2c6056d8706e15d3bfa9763 (diff) | |
download | ports-9dff3523203bdda7ae358dcff3eb5a5ef3e54d33.tar.gz ports-9dff3523203bdda7ae358dcff3eb5a5ef3e54d33.zip |
Notes
Diffstat (limited to 'textproc/p5-Search-Elasticsearch-Client-2_0/Makefile')
-rw-r--r-- | textproc/p5-Search-Elasticsearch-Client-2_0/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/p5-Search-Elasticsearch-Client-2_0/Makefile b/textproc/p5-Search-Elasticsearch-Client-2_0/Makefile index 869d019f135f..9fa3e4cc8a2f 100644 --- a/textproc/p5-Search-Elasticsearch-Client-2_0/Makefile +++ b/textproc/p5-Search-Elasticsearch-Client-2_0/Makefile @@ -13,12 +13,12 @@ COMMENT= ElasticSearch API for 2.0 servers LICENSE= APACHE20 -BUILD_DEPENDS= p5-Search-Elasticsearch>=5.01:textproc/p5-Search-Elasticsearch \ +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-Search-Elasticsearch>=5.01:textproc/p5-Search-Elasticsearch \ p5-Devel-GlobalDestruction>=0:devel/p5-Devel-GlobalDestruction \ p5-Moo>=1.003:devel/p5-Moo \ p5-Try-Tiny>=0:lang/p5-Try-Tiny \ p5-namespace-clean>=0:devel/p5-namespace-clean -RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-IO-Socket-SSL>=0:security/p5-IO-Socket-SSL \ p5-JSON-XS>=0:converters/p5-JSON-XS \ p5-Log-Any-Adapter-Callback>=0:devel/p5-Log-Any-Adapter-Callback \ |