diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-01-21 04:50:00 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-01-21 04:50:00 +0800 |
commit | fb8b74dcf9b6f498d69373fd89de01a4678d3324 (patch) | |
tree | e5463d2d2540f0f9bf0efea241a2d8c53fb7b066 /comms/p5-Nexmo-SMS | |
parent | e05fe85fea6676e36cf2750947c92f656721e3f9 (diff) | |
download | freebsd-ports-gnome-fb8b74dcf9b6f498d69373fd89de01a4678d3324.tar.gz freebsd-ports-gnome-fb8b74dcf9b6f498d69373fd89de01a4678d3324.tar.zst freebsd-ports-gnome-fb8b74dcf9b6f498d69373fd89de01a4678d3324.zip |
Remove Perl core module
With hat: perl
Diffstat (limited to 'comms/p5-Nexmo-SMS')
-rw-r--r-- | comms/p5-Nexmo-SMS/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/comms/p5-Nexmo-SMS/Makefile b/comms/p5-Nexmo-SMS/Makefile index 674821c7083c..542c2d5a80f2 100644 --- a/comms/p5-Nexmo-SMS/Makefile +++ b/comms/p5-Nexmo-SMS/Makefile @@ -3,7 +3,7 @@ PORTNAME= Nexmo-SMS PORTVERSION= 0.06 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= comms perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:RENEEB @@ -14,9 +14,7 @@ COMMENT= Send SMS via http://www.nexmo.com/ API 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 - TEST_DEPENDS= p5-Test-Pod>=1.22:devel/p5-Test-Pod \ p5-Test-Pod-Coverage>=1.08:devel/p5-Test-Pod-Coverage |