diff options
author | Oliver Eikemeier <eik@FreeBSD.org> | 2004-05-02 00:03:19 +0000 |
---|---|---|
committer | Oliver Eikemeier <eik@FreeBSD.org> | 2004-05-02 00:03:19 +0000 |
commit | 7974e18bbb76fbebe1e6360a504e5c018b738619 (patch) | |
tree | df2cd873f805ef01864dc576efa1a7e8bc9836a8 /net/openldap21-sasl-client | |
parent | 245dcfe4c842e4ce96a04a5d3bfc83f497329fcb (diff) | |
download | ports-7974e18bbb76fbebe1e6360a504e5c018b738619.tar.gz ports-7974e18bbb76fbebe1e6360a504e5c018b738619.zip |
Notes
Diffstat (limited to 'net/openldap21-sasl-client')
-rw-r--r-- | net/openldap21-sasl-client/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/net/openldap21-sasl-client/Makefile b/net/openldap21-sasl-client/Makefile new file mode 100644 index 000000000000..5abd2948acc1 --- /dev/null +++ b/net/openldap21-sasl-client/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: openldap21-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}/../openldap21-server + +.include "${MASTERDIR}/Makefile" |