aboutsummaryrefslogtreecommitdiff
path: root/security/pear-Horde_Perms/Makefile
blob: dc68efe626ff5872b4a4e82c6149ab86ab27ebc4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: Martin Matuska <mm@FreeBSD.org>
# $FreeBSD$

PORTNAME=	Horde_Perms
PORTVERSION=	2.1.7
CATEGORIES=	security www pear

MAINTAINER=	horde@FreeBSD.org
COMMENT=	Horde Permissions System

USES=	horde
USE_HORDE_RUN=	Horde_Db \
		Horde_Exception \
		Horde_Group \
		Horde_Util \
		Horde_Translation

.include <bsd.port.mk>