freebsd-ports/net/pear-Net_SMS/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

28 lines
698 B
Makefile

# Ports collection makefile for: pear-Net_SMS
# Date created: 2006/08/03
# Whom: chinsan <chinsan.tw@gmail.com>
#
# $FreeBSD$
#
PORTNAME= Net_SMS
PORTVERSION= 0.1.0
PORTREVISION= 2
CATEGORIES= net pear
MAINTAINER= chinsan@FreeBSD.org
COMMENT= PEAR SMS functionality
BUILD_DEPENDS= ${PEARDIR}/Mail.php:${PORTSDIR}/mail/pear-Mail \
${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_PHP= gettext
CATEGORY= Net
FILES= SMS.php SMS/clickatell_http.php SMS/generic_smtp.php \
SMS/sms2email_http.php SMS/vodafoneitaly_smtp.php SMS/win_http.php
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>