aboutsummaryrefslogtreecommitdiff
path: root/mail/postfix-sasl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/postfix-sasl/Makefile')
-rw-r--r--mail/postfix-sasl/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/mail/postfix-sasl/Makefile b/mail/postfix-sasl/Makefile
new file mode 100644
index 000000000000..95fa425ce734
--- /dev/null
+++ b/mail/postfix-sasl/Makefile
@@ -0,0 +1,14 @@
+# $FreeBSD$
+
+PKGNAMESUFFIX?= -sasl
+
+MAINTAINER= ohauer@FreeBSD.org
+COMMENT= Postfix with Cyrus SASL support
+
+MASTERDIR= ${.CURDIR}/../postfix
+
+OPTIONS_SLAVE= SASL
+
+SASL_SLAVE= yes
+
+.include "${MASTERDIR}/Makefile"