summaryrefslogtreecommitdiff
path: root/net/pear-Services_Twitter/Makefile
blob: e7adfe02cda2ed89fe523b130862b52fe3b786aa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PORTNAME=	Services_Twitter
PORTVERSION=	0.7.0
CATEGORIES=	net www pear

MAINTAINER=	sunpoet@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=		cpe pear php
USE_PHP=	json simplexml mbstring

CPE_VENDOR=	services_twitter_group

.include <bsd.port.mk>