mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
3450c7e6b6
Requested by many PR: 195662 PR: 205162
15 lines
230 B
Makefile
15 lines
230 B
Makefile
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX?= -current-sasl
|
|
|
|
MAINTAINER= ohauer@FreeBSD.org
|
|
COMMENT= Postfix with Cyrus SASL support
|
|
|
|
MASTERDIR= ${.CURDIR}/../postfix-current
|
|
|
|
OPTIONS_SLAVE= SASL
|
|
|
|
SASL_SLAVE= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|