diff options
author | mm <mm@FreeBSD.org> | 2011-07-08 03:45:02 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2011-07-08 03:45:02 +0800 |
commit | c4253c595851ceb614a162384b9b59e525ceef58 (patch) | |
tree | 813760efd9700fa589f6c5102a23edd38b9e9848 /security/pear-Horde_Perms | |
parent | 9a9a586784ee803cfa41fcaf58aa706c68b89d16 (diff) | |
download | freebsd-ports-gnome-c4253c595851ceb614a162384b9b59e525ceef58.tar.gz freebsd-ports-gnome-c4253c595851ceb614a162384b9b59e525ceef58.tar.zst freebsd-ports-gnome-c4253c595851ceb614a162384b9b59e525ceef58.zip |
The Perms package provides an interface to the Horde permissions system.
WWW: http://pear.horde.org
Diffstat (limited to 'security/pear-Horde_Perms')
-rw-r--r-- | security/pear-Horde_Perms/Makefile | 19 | ||||
-rw-r--r-- | security/pear-Horde_Perms/distinfo | 2 | ||||
-rw-r--r-- | security/pear-Horde_Perms/pkg-descr | 3 |
3 files changed, 24 insertions, 0 deletions
diff --git a/security/pear-Horde_Perms/Makefile b/security/pear-Horde_Perms/Makefile new file mode 100644 index 000000000000..6d113277a786 --- /dev/null +++ b/security/pear-Horde_Perms/Makefile @@ -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> diff --git a/security/pear-Horde_Perms/distinfo b/security/pear-Horde_Perms/distinfo new file mode 100644 index 000000000000..a78eccaee3e8 --- /dev/null +++ b/security/pear-Horde_Perms/distinfo @@ -0,0 +1,2 @@ +SHA256 (Horde/Horde_Perms-1.0.1.tgz) = 4b9ca75ad527bbf2ea2781e3184641d177208693ac388af8a789c03a3c8f1d0c +SIZE (Horde/Horde_Perms-1.0.1.tgz) = 29222 diff --git a/security/pear-Horde_Perms/pkg-descr b/security/pear-Horde_Perms/pkg-descr new file mode 100644 index 000000000000..8f724d307529 --- /dev/null +++ b/security/pear-Horde_Perms/pkg-descr @@ -0,0 +1,3 @@ +The Perms package provides an interface to the Horde permissions system. + +WWW: http://pear.horde.org |