1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

The Perms package provides an interface to the Horde permissions system.

WWW: http://pear.horde.org
This commit is contained in:
Martin Matuska 2011-07-07 19:45:02 +00:00
parent 848e0a1c4e
commit 8673449071
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=277278
4 changed files with 25 additions and 0 deletions

View File

@ -607,6 +607,7 @@
SUBDIR += pear-HTML_Crypt
SUBDIR += pear-Horde_Auth
SUBDIR += pear-Horde_Group
SUBDIR += pear-Horde_Perms
SUBDIR += pear-Horde_Secret
SUBDIR += pear-LiveUser
SUBDIR += pear-LiveUser_Admin

View File

@ -0,0 +1,19 @@
# 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.1
CATEGORIES= security www pear
MAINTAINER= mm@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>

View File

@ -0,0 +1,2 @@
SHA256 (Horde/Horde_Perms-1.0.1.tgz) = 4b9ca75ad527bbf2ea2781e3184641d177208693ac388af8a789c03a3c8f1d0c
SIZE (Horde/Horde_Perms-1.0.1.tgz) = 29222

View File

@ -0,0 +1,3 @@
The Perms package provides an interface to the Horde permissions system.
WWW: http://pear.horde.org