aboutsummaryrefslogtreecommitdiff
path: root/net/openldap24-sasl-client
diff options
context:
space:
mode:
authorOliver Eikemeier <eik@FreeBSD.org>2004-05-02 00:03:19 +0000
committerOliver Eikemeier <eik@FreeBSD.org>2004-05-02 00:03:19 +0000
commit7974e18bbb76fbebe1e6360a504e5c018b738619 (patch)
treedf2cd873f805ef01864dc576efa1a7e8bc9836a8 /net/openldap24-sasl-client
parent245dcfe4c842e4ce96a04a5d3bfc83f497329fcb (diff)
downloadports-7974e18bbb76fbebe1e6360a504e5c018b738619.tar.gz
ports-7974e18bbb76fbebe1e6360a504e5c018b738619.zip
Notes
Diffstat (limited to 'net/openldap24-sasl-client')
-rw-r--r--net/openldap24-sasl-client/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/net/openldap24-sasl-client/Makefile b/net/openldap24-sasl-client/Makefile
new file mode 100644
index 000000000000..5935530d3098
--- /dev/null
+++ b/net/openldap24-sasl-client/Makefile
@@ -0,0 +1,17 @@
+# New ports collection makefile for: openldap22-sasl-client
+# Date created: 01 May 2004
+# Whom: Oliver Eikemeier
+#
+# $FreeBSD$
+#
+
+PORTNAME= openldap
+
+COMMENT= Open source LDAP client implementation with SASL2 support
+
+CLIENT_ONLY= yes
+WITH_SASL= yes
+
+MASTERDIR= ${.CURDIR}/../openldap22-server
+
+.include "${MASTERDIR}/Makefile"