aboutsummaryrefslogtreecommitdiff
path: root/mail/postfix-sasl
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2016-02-25 20:33:43 +0000
committerOlli Hauer <ohauer@FreeBSD.org>2016-02-25 20:33:43 +0000
commit3450c7e6b64fc4e7d177aea811c1c3d2b43e3da4 (patch)
tree8aa9cab59acba5ac72b41be7c7e6970528fc4e6c /mail/postfix-sasl
parent0891faea7c7c8350c97aeb7d5ddfe46248ee16f8 (diff)
downloadports-3450c7e6b64fc4e7d177aea811c1c3d2b43e3da4.tar.gz
ports-3450c7e6b64fc4e7d177aea811c1c3d2b43e3da4.zip
- add postfix SASL slave port to the tree
Requested by many PR: 195662 PR: 205162
Notes
Notes: svn path=/head/; revision=409557
Diffstat (limited to 'mail/postfix-sasl')
-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"