e8643086f5
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>
17 lines
374 B
Makefile
17 lines
374 B
Makefile
# 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"
|