aboutsummaryrefslogtreecommitdiff
path: root/security/pear-Horde_Share/Makefile
blob: 76c739231f45f427ace700a12f35a306a6b00447 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

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>