fc373ceed2
Reviewed by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D10755
18 lines
406 B
Makefile
18 lines
406 B
Makefile
# Created by: Wen Heping <wenheping@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Services_Twitter
|
|
PORTVERSION= 0.7.0
|
|
CATEGORIES= net www pear
|
|
|
|
MAINTAINER= joneum@FreeBSD.org
|
|
COMMENT= PHP interface to Twitter's API
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/HTTP/Request2.php:www/pear-HTTP_Request2
|
|
RUN_DEPENDS= ${PEARDIR}/HTTP/Request2.php:www/pear-HTTP_Request2
|
|
|
|
USE_PHP= json simplexml mbstring
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|