aboutsummaryrefslogtreecommitdiff
path: root/www/horde-wicked/Makefile
blob: 3d4a4d43e9ebe8c6f476c0f1d6f322ad499daa3d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39

PORTNAME=	wicked
PORTVERSION=	2.0.8
CATEGORIES=	www pear
PKGNAMEPREFIX=	${PHP_PKGNAMEPREFIX}horde-

MAINTAINER=	horde@FreeBSD.org
COMMENT=	Horde Wiki Application

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/COPYING

RUN_DEPENDS+=	${PEARDIR}/Text/Wiki.php:www/pear-Text_Wiki@${PHP_FLAVOR}

USES=		horde cpe php
USE_PHP=	gettext
USE_HORDE_BUILD=	Horde_Role
USE_HORDE_RUN=	Horde_Role \
		horde \
		Horde_Auth \
		Horde_Autoloader \
		Horde_Core \
		Horde_Db \
		Horde_Exception \
		Horde_Form \
		Horde_Http \
		Horde_Lock \
		Horde_Mail \
		Horde_Mime \
		Horde_Mime_Viewer \
		Horde_Notification \
		Horde_Perms \
		Horde_Rpc \
		Horde_Text_Diff \
		Horde_Url \
		Horde_Util \
		Horde_Vfs

.include <bsd.port.mk>