mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 01:16:28 -04:00
14 lines
220 B
Makefile
14 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"
|