diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2013-03-17 08:27:46 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2013-03-17 08:27:46 +0000 |
commit | 11cb53bbfad7cc2ae34cecbe79e038295720dc31 (patch) | |
tree | 9402602cd2b42756ffffd9242f0a79a6d6552942 /www/pear-Services_SharedBook | |
parent | 3b69b89f5c3ca74cad6319c026b28a9b84458224 (diff) |
Notes
Diffstat (limited to 'www/pear-Services_SharedBook')
-rw-r--r-- | www/pear-Services_SharedBook/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/pear-Services_SharedBook/Makefile b/www/pear-Services_SharedBook/Makefile index dc56ead85f57..fe81ef387dbd 100644 --- a/www/pear-Services_SharedBook/Makefile +++ b/www/pear-Services_SharedBook/Makefile @@ -15,9 +15,7 @@ COMMENT= PHP wrapper for SharedBook Open API BUILD_DEPENDS= ${PEARDIR}/HTTP/Client.php:${PORTSDIR}/www/pear-HTTP_Client RUN_DEPENDS= ${PEARDIR}/HTTP/Client.php:${PORTSDIR}/www/pear-HTTP_Client -FILES= Services/SharedBook.php Services/SharedBook/Exception.php - -EXAMPLES= example.php photo1.jpg photo2.jpg photo3.jpg photo4.jpg +PEAR_AUTOINSTALL= yes .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear/bsd.pear.mk" |