blob: 3911d4cb52358adf724763135d655ad16ca2897c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Created by: Yarema <yds@CoolRat.org>
# $FreeBSD$
PKGNAMESUFFIX= -ldap
COMMENT= LDAP support for the Courier authentication library
CATEGORIES= net mail
MASTERDIR= ${.CURDIR}/../../security/courier-authlib
.include "${MASTERDIR}/Makefile"
|