mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
42051ece75
Noted by: antoine@
15 lines
220 B
Makefile
15 lines
220 B
Makefile
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX?= 211-sasl
|
|
|
|
MAINTAINER= ohauer@FreeBSD.org
|
|
COMMENT= Postfix with Cyrus SASL support
|
|
|
|
MASTERDIR= ${.CURDIR}/../postfix211
|
|
|
|
OPTIONS_SLAVE= SASL
|
|
|
|
SASL_SLAVE= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|