diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-08-30 20:19:48 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-08-30 20:19:48 +0000 |
commit | b7caee39d5b08c761babfe667a67ba218e0315be (patch) | |
tree | 1085c68752b67f7c1344ba5d8bf5653fa3f98092 /www/pear-Services_Facebook/Makefile | |
parent | d42e1adb5e0bc6c49a07a7fa46b35bf2ef97673e (diff) | |
download | ports-b7caee39d5b08c761babfe667a67ba218e0315be.tar.gz ports-b7caee39d5b08c761babfe667a67ba218e0315be.zip |
Notes
Diffstat (limited to 'www/pear-Services_Facebook/Makefile')
-rw-r--r-- | www/pear-Services_Facebook/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/pear-Services_Facebook/Makefile b/www/pear-Services_Facebook/Makefile index 76c18ec8d03b..07056e197cf2 100644 --- a/www/pear-Services_Facebook/Makefile +++ b/www/pear-Services_Facebook/Makefile @@ -6,12 +6,15 @@ # PORTNAME= Services_Facebook -PORTVERSION= 0.1.2 +PORTVERSION= 0.1.3 CATEGORIES= www pear MAINTAINER= wenheping@gmail.com 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 + USE_PHP= curl CATEGORY= Services |