blob: 8af31348a1887d9094f9f734d7fa9f46473b2edb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $FreeBSD$
PORTNAME= Horde_Share
DISTVERSION= 2.2.0
CATEGORIES= security www pear
MAINTAINER= horde@FreeBSD.org
COMMENT= Horde Shared Permissions System
USES= horde
USE_HORDE_RUN= Horde_Db \
Horde_Exception \
Horde_Group \
Horde_Perms \
Horde_Support \
Horde_Translation \
Horde_Url \
Horde_Util
.include <bsd.port.mk>
|