mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
7974e18bbb
See <http://www.openldap.org/doc/admin21/sasl.html> <http://www.openldap.org/doc/admin22/sasl.html>
17 lines
322 B
Makefile
17 lines
322 B
Makefile
# New ports collection makefile for: openldap22-sasl-server
|
|
# Date created: 01 May 2004
|
|
# Whom: Oliver Eikemeier
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= openldap
|
|
|
|
COMMENT= Open source LDAP server implementation with SASL2 support
|
|
|
|
WITH_SASL= yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../openldap22-server
|
|
|
|
.include "${MASTERDIR}/Makefile"
|