diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2016-02-25 20:33:43 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2016-02-25 20:33:43 +0000 |
commit | 3450c7e6b64fc4e7d177aea811c1c3d2b43e3da4 (patch) | |
tree | 8aa9cab59acba5ac72b41be7c7e6970528fc4e6c /mail | |
parent | 0891faea7c7c8350c97aeb7d5ddfe46248ee16f8 (diff) | |
download | ports-3450c7e6b64fc4e7d177aea811c1c3d2b43e3da4.tar.gz ports-3450c7e6b64fc4e7d177aea811c1c3d2b43e3da4.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/Makefile | 2 | ||||
-rw-r--r-- | mail/postfix-current-sasl/Makefile | 14 | ||||
-rw-r--r-- | mail/postfix-sasl/Makefile | 14 |
3 files changed, 30 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index 3b9f9ddce622..23c35e445052 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -489,12 +489,14 @@ SUBDIR += postfinger SUBDIR += postfix SUBDIR += postfix-current + SUBDIR += postfix-current-sasl SUBDIR += postfix-logwatch SUBDIR += postfix-policyd-sf SUBDIR += postfix-policyd-spf-perl SUBDIR += postfix-policyd-spf-python SUBDIR += postfix-policyd-weight SUBDIR += postfix-postfwd + SUBDIR += postfix-sasl SUBDIR += postfixadmin SUBDIR += postgrey SUBDIR += postsrsd diff --git a/mail/postfix-current-sasl/Makefile b/mail/postfix-current-sasl/Makefile new file mode 100644 index 000000000000..d121b6196f5c --- /dev/null +++ b/mail/postfix-current-sasl/Makefile @@ -0,0 +1,14 @@ +# $FreeBSD$ + +PKGNAMESUFFIX?= -current-sasl + +MAINTAINER= ohauer@FreeBSD.org +COMMENT= Postfix with Cyrus SASL support + +MASTERDIR= ${.CURDIR}/../postfix-current + +OPTIONS_SLAVE= SASL + +SASL_SLAVE= yes + +.include "${MASTERDIR}/Makefile" 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" |