From ecc0d9a3d95662aa8b8beb7176e5b113aea49af2 Mon Sep 17 00:00:00 2001 From: sunpoet Date: Mon, 4 Jun 2018 18:11:00 +0000 Subject: Add LICENSE - Silence patch messages - Update WWW Approved by: portmgr (blanket) --- net/p5-Net-SMS-Clickatell/Makefile | 5 ++++- net/p5-Net-SMS-Clickatell/pkg-descr | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'net') diff --git a/net/p5-Net-SMS-Clickatell/Makefile b/net/p5-Net-SMS-Clickatell/Makefile index b3288d453bc6..1f4bd3a67bf4 100644 --- a/net/p5-Net-SMS-Clickatell/Makefile +++ b/net/p5-Net-SMS-Clickatell/Makefile @@ -11,12 +11,15 @@ PKGNAMEPREFIX= p5- MAINTAINER= freebsd.ports@tipstrade.net COMMENT= Access to Clickatell SMS messaging service +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + TEST_DEPENDS= p5-libwww>=5.816:www/p5-libwww USES= perl5 USE_PERL5= configure post-patch: - ${FIND} ${WRKSRC} -name "*.orig" -delete + @${FIND} ${WRKSRC} -name '*.orig' -delete .include diff --git a/net/p5-Net-SMS-Clickatell/pkg-descr b/net/p5-Net-SMS-Clickatell/pkg-descr index af76dc8452f2..08eea72b65c0 100644 --- a/net/p5-Net-SMS-Clickatell/pkg-descr +++ b/net/p5-Net-SMS-Clickatell/pkg-descr @@ -3,4 +3,4 @@ Clickatell is a commercial service that allows its users to send SMS messages to anyone in the world. This service supports many ways to send messages, for example HTTP, SMTP and SMPP, among others. -WWW: http://search.cpan.org/dist/Net-SMS-Clickatell-0.05/ +WWW: https://metacpan.org/release/Net-SMS-Clickatell -- cgit