aboutsummaryrefslogtreecommitdiff
path: root/www/pear-Horde_Service_Facebook/Makefile
blob: bee32b687d26f4fff84aafbb76ab31817663ae21 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: Martin Matuska <mm@FreeBSD.org>

PORTNAME=	Horde_Service_Facebook
DISTVERSION=	2.0.10
CATEGORIES=	www pear

MAINTAINER=	horde@FreeBSD.org
COMMENT=	Horde Facebook client

USES=	horde php
USE_PHP=	json simplexml
USE_HORDE_RUN=	Horde_Exception \
		Horde_Http \
		Horde_Translation \
		Horde_Support \
		Horde_Util

.include <bsd.port.mk>