blob: fa11620414ccaad748079e4d729dd8585fdfd450 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
PKGNAMESUFFIX?= -sasl
MAINTAINER= ohauer@FreeBSD.org
COMMENT= Postfix with Cyrus SASL support
MASTERDIR= ${.CURDIR}/../postfix
OPTIONS_SLAVE= SASL
SASL_SLAVE= yes
.include "${MASTERDIR}/Makefile"
|