1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00
freebsd-ports/net/pear-Net_SMS/Makefile
Sunpoet Po-Chuan Hsieh 99d26367fb Update distinfo and unbreak this port
- While I'm here:
  - Add USES=php
  - Fix indent

Content of tarballs are unchanged (checked against [1]).

=> Net_SMS-0.2.1.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR.
=> Attempting to fetch http://pear.php.net/get/Net_SMS-0.2.1.tgz
fetch: http://pear.php.net/get/Net_SMS-0.2.1.tgz: size mismatch: expected 21491, actual 21770

Reference:	https://people.FreeBSD.org/~sunpoet/checksum/Net_SMS-0.2.1.tgz [1]
Approved by:	portmgr (blanket)
2017-06-11 07:42:15 +00:00

20 lines
445 B
Makefile

# Created by: chinsan <chinsan.tw@gmail.com>
# $FreeBSD$
PORTNAME= Net_SMS
PORTVERSION= 0.2.1
CATEGORIES= net pear
MAINTAINER= joneum@FreeBSD.org
COMMENT= PEAR SMS functionality
BUILD_DEPENDS= ${PEARDIR}/Mail.php:mail/pear-Mail \
${PEARDIR}/HTTP/Request.php:www/pear-HTTP_Request
RUN_DEPENDS= ${PEARDIR}/Mail.php:mail/pear-Mail \
${PEARDIR}/HTTP/Request.php:www/pear-HTTP_Request
USE_PHP= gettext
USES= pear php
.include <bsd.port.mk>