freebsd-ports/www/pear-Services_Facebook/Makefile
Mathieu Arnold 72ea7e696b Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:33:55 +00:00

17 lines
368 B
Makefile

# 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>