16 lines
389 B
Makefile
16 lines
389 B
Makefile
# Created by: Wen heping <wenheping@gmail.com>)
|
|
|
|
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>
|