blob: 6603aab46d2e1181776f27daa8e53f00f3c4a8e6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
PKGNAMESUFFIX= -table-ldap
PORTREVISION= 1
COMMENT= LDAP table support for OpenSMTPD
PLIST_FILES= libexec/opensmtpd/table-ldap
CONFIGURE_ARGS+= --with-table-ldap
USES= ldap
MASTERDIR= ${.CURDIR}/../opensmtpd-extras
SLAVE_PORT= yes
.include "${MASTERDIR}/Makefile"
|