15 lines
335 B
Makefile
15 lines
335 B
Makefile
# New ports collection makefile for: courier-authlib-ldap
|
|
# Date created: 02 Apr 2005
|
|
# Whom: 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"
|