mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
20 lines
482 B
Makefile
20 lines
482 B
Makefile
# Ports collection makefile for: pear-Horde_Perms
|
|
# Date created: 7 July 2011
|
|
# Whom: Martin Matuska <mm@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Horde_Perms
|
|
PORTVERSION= 1.0.7
|
|
CATEGORIES= security www pear
|
|
|
|
MAINTAINER= horde@FreeBSD.org
|
|
COMMENT= Horde Permissions System
|
|
|
|
USE_HORDE_RUN= Horde_Db Horde_Exception Horde_Group Horde_Util \
|
|
Horde_Translation
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk"
|
|
.include <bsd.port.post.mk>
|