summaryrefslogtreecommitdiff
path: root/www/pear-Services_Facebook/Makefile
blob: 2d3d129f0d920f72957eaf0f7f4adbfeed843999 (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
RUN_DEPENDS=	${PEARDIR}/Validate.php:devel/pear-Validate

USES=	pear
USE_PHP=	curl

.include <bsd.port.mk>