1446608ec7
Fix pear-Horde_core options Use options helpers where possible
18 lines
341 B
Makefile
18 lines
341 B
Makefile
# Created by: Martin Matuska <mm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Horde_Service_Facebook
|
|
PORTVERSION= 2.0.6
|
|
CATEGORIES= www pear
|
|
|
|
MAINTAINER= horde@FreeBSD.org
|
|
COMMENT= Horde Facebook client
|
|
|
|
USES= horde
|
|
USE_PHP= json simplexml
|
|
USE_HORDE_RUN= Horde_Exception \
|
|
Horde_Http \
|
|
Horde_Translation \
|
|
Horde_Support
|
|
|
|
.include <bsd.port.mk>
|