aboutsummaryrefslogtreecommitdiffstats
path: root/mail/horde-ingo/Makefile
blob: 9f7196840bca86efb394127fb907235fa99ee267 (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
# $FreeBSD$

PORTNAME=   ingo
PORTVERSION=    3.2.11
CATEGORIES= mail www pear
PKGNAMEPREFIX=  horde-

MAINTAINER= horde@FreeBSD.org
COMMENT=    Horde email filter rules manager

LICENSE=    APACHE20
LICENSE_FILE=   ${WRKSRC}/LICENSE

USES=   horde cpe
USE_PHP=    gettext
USE_HORDE_BUILD=    Horde_Role
USE_HORDE_RUN=  Horde_Role \
        horde \
        Horde_Auth \
        Horde_Autoloader \
        Horde_Core \
        Horde_Exception \
        Horde_Group \
        Horde_Form \
        Horde_Imap_Client \
        Horde_Mime \
        Horde_Perms \
        Horde_Share \
        Horde_Util

# Optional but we want it
RUN_DEPENDS+=   ${PEARDIR}/Net/Sieve.php:net/pear-Net_Sieve \
        ${PEARDIR}/Net/Socket.php:net/pear-Net_Socket

.include <bsd.port.mk>