diff options
Diffstat (limited to 'comms/p5-Nexmo-SMS/Makefile')
-rw-r--r-- | comms/p5-Nexmo-SMS/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/p5-Nexmo-SMS/Makefile b/comms/p5-Nexmo-SMS/Makefile index fc54084404a9..674821c7083c 100644 --- a/comms/p5-Nexmo-SMS/Makefile +++ b/comms/p5-Nexmo-SMS/Makefile @@ -12,10 +12,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= jnlin@freebsd.cs.nctu.edu.tw COMMENT= Send SMS via http://www.nexmo.com/ API -BUILD_DEPENDS= p5-HTTP-Message>=5.836:www/p5-HTTP-Message \ +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-HTTP-Message>=5.836:www/p5-HTTP-Message \ p5-JSON-PP>=2.26000:converters/p5-JSON-PP \ p5-libwww>=5.835:www/p5-libwww -RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Pod>=1.22:devel/p5-Test-Pod \ p5-Test-Pod-Coverage>=1.08:devel/p5-Test-Pod-Coverage |