mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
2dd9174342
- Convert to USES localbase - Update mail/cone to 1.0 [1] - Update mail/courier-imap to 5.0.0 - Add LICENSE - Update mail/maildrop to 3.0.0 - Remove IDN option since it's now mandatory - Update mail/sqwebmail to 6.0.0 [2] - Update security/courier-authlib to 0.69.0 - Add note to UPDATING - Silence some portlint warnings PR: 231471 [1] Submitted by: me Approved by: Maintainer timeout [1], oliver@ [2] Differential Revision: https://reviews.freebsd.org/D17234
13 lines
260 B
Makefile
13 lines
260 B
Makefile
# Created by: Yarema <yds@CoolRat.org>
|
|
# $FreeBSD$
|
|
|
|
PORTREVISION= 0
|
|
PKGNAMESUFFIX= -ldap
|
|
|
|
COMMENT= LDAP support for the Courier authentication library
|
|
CATEGORIES= net mail
|
|
|
|
MASTERDIR= ${.CURDIR}/../../security/courier-authlib
|
|
|
|
.include "${MASTERDIR}/Makefile"
|