91a1caa242
Hope to see you back! Thank for all the work!
17 lines
393 B
Makefile
17 lines
393 B
Makefile
# Created by: Wen heping <wenheping@gmail.com>)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Services_Facebook
|
|
PORTVERSION= 0.2.14
|
|
CATEGORIES= www pear
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= PHP interface to Facebook's API
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/Validate.php:${PORTSDIR}/devel/pear-Validate
|
|
RUN_DEPENDS= ${PEARDIR}/Validate.php:${PORTSDIR}/devel/pear-Validate
|
|
|
|
USES= pear
|
|
USE_PHP= curl
|
|
|
|
.include <bsd.port.mk>
|