The Perms package provides an interface to the Horde permissions system.
WWW: http://pear.horde.org
This commit is contained in:
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
|
@ -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
|
||||
|
|
19
security/pear-Horde_Perms/Makefile
Normal file
19
security/pear-Horde_Perms/Makefile
Normal 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>
|
2
security/pear-Horde_Perms/distinfo
Normal file
2
security/pear-Horde_Perms/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Horde/Horde_Perms-1.0.1.tgz) = 4b9ca75ad527bbf2ea2781e3184641d177208693ac388af8a789c03a3c8f1d0c
|
||||
SIZE (Horde/Horde_Perms-1.0.1.tgz) = 29222
|
3
security/pear-Horde_Perms/pkg-descr
Normal file
3
security/pear-Horde_Perms/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
The Perms package provides an interface to the Horde permissions system.
|
||||
|
||||
WWW: http://pear.horde.org
|
Loading…
Reference in a new issue