1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-06 01:57:40 +00:00
freebsd-ports/net/pear-Net_SMS/Makefile
Rong-En Fan b00122506e Add pear-Net_SMS 0.1.0, PEAR SMS functionality.
PR:		ports/101306
Submitted by:	chinsan <chinsan.tw at gmail.com>
2006-08-05 10:15:33 +00:00

28 lines
679 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
CATEGORIES= net pear
MAINTAINER= chinsan.tw@gmail.com
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= yes
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>