summaryrefslogtreecommitdiff
path: root/net/openldap23-sasl-client
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2005-05-05 00:53:44 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2005-05-05 00:53:44 +0000
commite8643086f50bdf82f3a2e0266bf234dded74e6a6 (patch)
tree8bbae8a338d5cc9b0a9730cc199e2e09eba646b1 /net/openldap23-sasl-client
parentFix typo in pkg-message: (diff)
New ports: net/openldap23[-server, -client, -sasl-server, -sasl-server]
There is development version of openldap named 2.3.2beta2. These ports are based on http://people.freebsd.org/~eik/ports/openldap23.shar. The repocopy has been already made in ports/77170. PR: ports/80618 Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru>
Diffstat (limited to 'net/openldap23-sasl-client')
-rw-r--r--net/openldap23-sasl-client/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/net/openldap23-sasl-client/Makefile b/net/openldap23-sasl-client/Makefile
new file mode 100644
index 000000000000..9e084695240b
--- /dev/null
+++ b/net/openldap23-sasl-client/Makefile
@@ -0,0 +1,17 @@
+# New ports collection makefile for: openldap23-sasl-client
+# Date created: 02 May 2005
+# Whom: Vsevolod Stakhov <vsevolod@highsecure.ru>
+#
+# $FreeBSD$
+#
+
+PKGNAMESUFFIX= -sasl-client
+
+COMMENT= Open source LDAP client implementation with SASL2 support
+
+CLIENT_ONLY= yes
+WITH_SASL= yes
+
+MASTERDIR= ${.CURDIR}/../openldap23-server
+
+.include "${MASTERDIR}/Makefile"