1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/net/p5-Net-SMS-Clickatell/Makefile
Philip M. Gollucci 584292a25a Net::SMS::Clickatell - Access to Clickatell SMS messaging service.
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/

PR:		ports/152772
Submitted by:	John Bayly <freebsd.ports at tipstrade.net>
2010-12-10 04:50:56 +00:00

25 lines
486 B
Makefile

# New ports collection makefile for: p5-Net-SMS-Clickatell
# Date created: 2010-12-01
# Whom: John Bayly <freebsd.ports@tipstrade.net>
#
# $FreeBSD$
#
PORTNAME= Net-SMS-Clickatell
PORTVERSION= 0.05
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= freebsd.ports@tipstrade.net
COMMENT= Access to Clickatell SMS messaging service
PERL_CONFIGURE= yes
MAN3= Net::SMS::Clickatell.3
post-patch:
${FIND} ${WRKSRC} -name "*.orig" -delete
.include <bsd.port.mk>