freebsd-ports/www/pear-Services_Facebook/Makefile
Baptiste Daroussin 91a1caa242 Reset miwi's maintainership per his demand
Hope to see you back! Thank for all the work!
2014-11-18 09:37:31 +00:00

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>