svn commit: r490809 - head/comms/p5-Nexmo-SMS

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jan 20 20:50:03 UTC 2019


Author: sunpoet
Date: Sun Jan 20 20:50:00 2019
New Revision: 490809
URL: https://svnweb.freebsd.org/changeset/ports/490809

Log:
  Remove Perl core module
  
  With hat:	perl

Modified:
  head/comms/p5-Nexmo-SMS/Makefile

Modified: head/comms/p5-Nexmo-SMS/Makefile
==============================================================================
--- head/comms/p5-Nexmo-SMS/Makefile	Sun Jan 20 20:49:55 2019	(r490808)
+++ head/comms/p5-Nexmo-SMS/Makefile	Sun Jan 20 20:50:00 2019	(r490809)
@@ -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
 


More information about the svn-ports-head mailing list