mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
6f8c351112
Sponsored by: Netzkommune GmbH
18 lines
436 B
Makefile
18 lines
436 B
Makefile
# Created by: Wen Heping <wenheping@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Services_Twitter
|
|
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}
|
|
|
|
USES= pear php
|
|
USE_PHP= json simplexml mbstring
|
|
|
|
.include <bsd.port.mk>
|