diff options
author | mm <mm@FreeBSD.org> | 2011-07-08 02:51:05 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2011-07-08 02:51:05 +0800 |
commit | bb74c014caf4466d3745e62d52f7a8daad421db3 (patch) | |
tree | 5c42c99d7c508a08f00e09972eb632ee43531200 /security | |
parent | 9ddf3d18531a21a75ba9d9a8f482c0ac245ed73a (diff) | |
download | freebsd-ports-gnome-bb74c014caf4466d3745e62d52f7a8daad421db3.tar.gz freebsd-ports-gnome-bb74c014caf4466d3745e62d52f7a8daad421db3.tar.zst freebsd-ports-gnome-bb74c014caf4466d3745e62d52f7a8daad421db3.zip |
Package for managing and accessing the Horde groups system.
WWW: http://pear.horde.org
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/pear-Horde_Group/Makefile | 18 | ||||
-rw-r--r-- | security/pear-Horde_Group/distinfo | 2 | ||||
-rw-r--r-- | security/pear-Horde_Group/pkg-descr | 3 |
4 files changed, 24 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 733fa406e187..cc6f552d9034 100644 --- a/security/Makefile +++ b/security/Makefile @@ -605,6 +605,7 @@ SUBDIR += pear-File_Passwd SUBDIR += pear-File_SMBPasswd SUBDIR += pear-HTML_Crypt + SUBDIR += pear-Horde_Group SUBDIR += pear-Horde_Secret SUBDIR += pear-LiveUser SUBDIR += pear-LiveUser_Admin diff --git a/security/pear-Horde_Group/Makefile b/security/pear-Horde_Group/Makefile new file mode 100644 index 000000000000..31c4bba602f6 --- /dev/null +++ b/security/pear-Horde_Group/Makefile @@ -0,0 +1,18 @@ +# Ports collection makefile for: pear-Horde_Group +# Date created: 7 July 2011 +# Whom: Martin Matuska <mm@FreeBSD.org> +# +# $FreeBSD$ + +PORTNAME= Horde_Group +PORTVERSION= 1.0.1 +CATEGORIES= security www pear + +MAINTAINER= mm@FreeBSD.org +COMMENT= Horde User Groups System + +USE_HORDE_RUN= Horde_Exception Horde_Util + +.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_Group/distinfo b/security/pear-Horde_Group/distinfo new file mode 100644 index 000000000000..4439e8988d0e --- /dev/null +++ b/security/pear-Horde_Group/distinfo @@ -0,0 +1,2 @@ +SHA256 (Horde/Horde_Group-1.0.1.tgz) = 456af2021712f4285563da03271734a4555e3235f0a55d84f724c6ab8bbc7df2 +SIZE (Horde/Horde_Group-1.0.1.tgz) = 11739 diff --git a/security/pear-Horde_Group/pkg-descr b/security/pear-Horde_Group/pkg-descr new file mode 100644 index 000000000000..c29316ee8cdf --- /dev/null +++ b/security/pear-Horde_Group/pkg-descr @@ -0,0 +1,3 @@ +Package for managing and accessing the Horde groups system. + +WWW: http://pear.horde.org |