blob: 3432f9cd5908f3a869fa2e3d5465e0b55db71991 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# 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
PORTREVISION= 1
CATEGORIES= net mail
MASTERDIR= ${.CURDIR}/../../security/courier-authlib
.include "${MASTERDIR}/Makefile"
|