diff --git a/security/Makefile b/security/Makefile index 7fdb14e15e6f..0e930ab70142 100644 --- a/security/Makefile +++ b/security/Makefile @@ -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 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 +# +# $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 +.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" +.include 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