opnsense-ports/comms/p5-SMS-Send/Makefile

25 lines
497 B
Makefile

PORTNAME= SMS-Send
PORTVERSION= 1.06
PORTREVISION= 1
CATEGORIES= comms perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= snowfly@yuntech.edu.tw
COMMENT= Driver-based API for sending SMS messages
WWW= https://metacpan.org/release/SMS-Send
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Class-Adapter>=1.05:devel/p5-Class-Adapter \
p5-Params-Util>=1.00:devel/p5-Params-Util
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>