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 /net/p5-WebService-Dropbox/Makefile | |
parent | 2e4b740f2cc9a250b2c6056d8706e15d3bfa9763 (diff) | |
download | ports-9dff3523203bdda7ae358dcff3eb5a5ef3e54d33.tar.gz ports-9dff3523203bdda7ae358dcff3eb5a5ef3e54d33.zip |
Notes
Diffstat (limited to 'net/p5-WebService-Dropbox/Makefile')
-rw-r--r-- | net/p5-WebService-Dropbox/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/net/p5-WebService-Dropbox/Makefile b/net/p5-WebService-Dropbox/Makefile index 9aa73ddd184b..3bc0b6be4c65 100644 --- a/net/p5-WebService-Dropbox/Makefile +++ b/net/p5-WebService-Dropbox/Makefile @@ -14,14 +14,13 @@ LICENSE= ART10 GPLv1+ LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE -MY_DEPENDS= p5-HTTP-Message>=6.06:www/p5-HTTP-Message \ +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-HTTP-Message>=6.06:www/p5-HTTP-Message \ p5-JSON>=2.59:converters/p5-JSON \ p5-LWP-Protocol-https>=6.04:www/p5-LWP-Protocol-https \ p5-Net-OAuth>=0.28:net/p5-Net-OAuth \ p5-URI>=1.60:net/p5-URI \ p5-libwww>=6.05:www/p5-libwww -BUILD_DEPENDS= ${MY_DEPENDS} -RUN_DEPENDS= ${MY_DEPENDS} OPTIONS_DEFINE= FURL OPTIONS_DEFAULT=FURL @@ -31,9 +30,8 @@ USES= perl5 USE_PERL5= modbuildtiny NO_ARCH= yes -FURL_BUILD_DEPENDS= p5-Furl>=2.19:www/p5-Furl \ +FURL_RUN_DEPENDS= p5-Furl>=2.19:www/p5-Furl \ p5-IO-Socket-SSL>=1.954:security/p5-IO-Socket-SSL \ p5-JSON-XS>=3.02:converters/p5-JSON-XS -FURL_RUN_DEPENDS= ${FURL_BUILD_DEPENDS} .include <bsd.port.mk> |