aboutsummaryrefslogtreecommitdiffstats
path: root/devel/horde-whups/Makefile
blob: 3a2aad7fcc9f9f260160333b8118bd51c0e19077 (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
40
41
42
# $FreeBSD$

PORTNAME=   whups
PORTVERSION=    3.0.9
CATEGORIES= devel www pear
PKGNAMEPREFIX=  horde-

MAINTAINER= horde@FreeBSD.org
COMMENT=    Horde bug tracking/ticketing system

LICENSE=    BSD2CLAUSE
LICENSE_FILE=   ${WRKSRC}/LICENSE

USES=   horde cpe
USE_PHP=    gettext json
USE_HORDE_BUILD=    Horde_Role
USE_HORDE_RUN=  Horde_Role \
        horde \
        Horde_Auth \
        Horde_Autoloader \
        Horde_Compress \
        Horde_Core \
        Horde_Date \
        Horde_Db \
        Horde_Exception \
        Horde_Form \
        Horde_Group \
        Horde_Mail \
        Horde_Mime \
        Horde_Mime_Viewer \
        Horde_Notification \
        Horde_Perms \
        Horde_Prefs \
        Horde_Scheduler \
        Horde_Share \
        Horde_Support \
        Horde_Text_Filter \
        Horde_Util \
        Horde_Vfs \
        Horde_View

.include <bsd.port.mk>