diff options
author | mat <mat@FreeBSD.org> | 2016-04-01 21:29:15 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-04-01 21:29:15 +0800 |
commit | 96cd8e4bc2d30db4bc3bbbf3fcdcc98121c879e0 (patch) | |
tree | e5609c11a5cecf09649970cae33b72d3774969e3 /comms/p5-Nexmo-SMS | |
parent | 734d10a8b4340cbeb3639bfaf8c7249ec7089c0a (diff) | |
download | freebsd-ports-gnome-96cd8e4bc2d30db4bc3bbbf3fcdcc98121c879e0.tar.gz freebsd-ports-gnome-96cd8e4bc2d30db4bc3bbbf3fcdcc98121c879e0.tar.zst freebsd-ports-gnome-96cd8e4bc2d30db4bc3bbbf3fcdcc98121c879e0.zip |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'comms/p5-Nexmo-SMS')
-rw-r--r-- | comms/p5-Nexmo-SMS/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/comms/p5-Nexmo-SMS/Makefile b/comms/p5-Nexmo-SMS/Makefile index 286e8f93bdc1..fc54084404a9 100644 --- a/comms/p5-Nexmo-SMS/Makefile +++ b/comms/p5-Nexmo-SMS/Makefile @@ -12,13 +12,13 @@ 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:${PORTSDIR}/www/p5-HTTP-Message \ - p5-JSON-PP>=2.26000:${PORTSDIR}/converters/p5-JSON-PP \ - p5-libwww>=5.835:${PORTSDIR}/www/p5-libwww +BUILD_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:${PORTSDIR}/devel/p5-Test-Pod \ - p5-Test-Pod-Coverage>=1.08:${PORTSDIR}/devel/p5-Test-Pod-Coverage +TEST_DEPENDS= p5-Test-Pod>=1.22:devel/p5-Test-Pod \ + p5-Test-Pod-Coverage>=1.08:devel/p5-Test-Pod-Coverage USES= perl5 USE_PERL5= configure |