freebsd-ports/net/pear-Services_Twitter/Makefile

18 lines
436 B
Makefile
Raw Normal View History

# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= Services_Twitter
2016-02-23 11:01:58 +01:00
PORTVERSION= 0.7.0
CATEGORIES= net www pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= PHP interface to Twitter's API
BUILD_DEPENDS= ${PEARDIR}/HTTP/Request2.php:www/pear-HTTP_Request2@${PHP_FLAVOR}
RUN_DEPENDS= ${PEARDIR}/HTTP/Request2.php:www/pear-HTTP_Request2@${PHP_FLAVOR}
2019-11-08 14:48:34 +01:00
USES= pear php
2010-03-11 00:52:50 +01:00
USE_PHP= json simplexml mbstring
2014-09-23 18:57:57 +02:00
.include <bsd.port.mk>