aa21313d09
Sponsored by: Netzkommune GmbH
18 lines
329 B
Makefile
18 lines
329 B
Makefile
# Created by: Martin Matuska <mm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Horde_Perms
|
|
PORTVERSION= 2.1.8
|
|
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>
|