aboutsummaryrefslogtreecommitdiff
path: root/www/pear-Services_Facebook/Makefile
blob: 1000087a802e012aa822dff4efe62d0591808d88 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Created by: Wen heping <wenheping@gmail.com>)
# $FreeBSD$

PORTNAME=	Services_Facebook
PORTVERSION=	0.2.14
CATEGORIES=	www pear

MAINTAINER=	miwi@FreeBSD.org
COMMENT=	PHP interface to Facebook's API

BUILD_DEPENDS=	${PEARDIR}/Validate.php:devel/pear-Validate@${PHP_FLAVOR}
RUN_DEPENDS=	${PEARDIR}/Validate.php:devel/pear-Validate@${PHP_FLAVOR}

USES=		pear php
USE_PHP=	curl

.include <bsd.port.mk>