diff options
Diffstat (limited to 'net/openldap21-sasl-client/Makefile')
-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" |