aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authormm <mm@FreeBSD.org>2011-07-08 03:22:31 +0800
committermm <mm@FreeBSD.org>2011-07-08 03:22:31 +0800
commit0c1c2c5d94e33df952ba27f2a5f4fd1a2cd9e57e (patch)
tree91a5a153f9839b9d71a172c10508fa5743a3d2af /security
parentc231cdae2e638c80b1d0a985a0fae062a3817ce3 (diff)
downloadfreebsd-ports-gnome-0c1c2c5d94e33df952ba27f2a5f4fd1a2cd9e57e.tar.gz
freebsd-ports-gnome-0c1c2c5d94e33df952ba27f2a5f4fd1a2cd9e57e.tar.zst
freebsd-ports-gnome-0c1c2c5d94e33df952ba27f2a5f4fd1a2cd9e57e.zip
The Horde_Auth package provides a common interface into the various backends
for the Horde authentication system. WWW: http://pear.horde.org
Diffstat (limited to 'security')
-rw-r--r--security/Makefile1
-rw-r--r--security/pear-Horde_Auth/Makefile19
-rw-r--r--security/pear-Horde_Auth/distinfo2
-rw-r--r--security/pear-Horde_Auth/pkg-descr4
4 files changed, 26 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile
index cc6f552d9034..7fdb14e15e6f 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_Auth
SUBDIR += pear-Horde_Group
SUBDIR += pear-Horde_Secret
SUBDIR += pear-LiveUser
diff --git a/security/pear-Horde_Auth/Makefile b/security/pear-Horde_Auth/Makefile
new file mode 100644
index 000000000000..dff25ce0f476
--- /dev/null
+++ b/security/pear-Horde_Auth/Makefile
@@ -0,0 +1,19 @@
+# Ports collection makefile for: pear-Horde_Auth
+# Date created: 6 July 2011
+# Whom: Martin Matuska <mm@FreeBSD.org>
+#
+# $FreeBSD$
+
+PORTNAME= Horde_Auth
+PORTVERSION= 1.1.0
+CATEGORIES= security www pear
+
+MAINTAINER= mm@FreeBSD.org
+COMMENT= Horde Authentication API
+
+USE_HORDE_RUN= Horde_Exception Horde_Util
+USE_PHP= hash
+
+.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_Auth/distinfo b/security/pear-Horde_Auth/distinfo
new file mode 100644
index 000000000000..4f984d0dae49
--- /dev/null
+++ b/security/pear-Horde_Auth/distinfo
@@ -0,0 +1,2 @@
+SHA256 (Horde/Horde_Auth-1.1.0.tgz) = faf19de0fbf6c28e70025fc2b7be944f1dbd76c9f60c642e960d50c1e47acb77
+SIZE (Horde/Horde_Auth-1.1.0.tgz) = 30409
diff --git a/security/pear-Horde_Auth/pkg-descr b/security/pear-Horde_Auth/pkg-descr
new file mode 100644
index 000000000000..ff233d5e9fbd
--- /dev/null
+++ b/security/pear-Horde_Auth/pkg-descr
@@ -0,0 +1,4 @@
+The Horde_Auth package provides a common interface into the various backends
+for the Horde authentication system.
+
+WWW: http://pear.horde.org