1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Add a child Postfix port with TLS enabled by default

Submitted by:	bz
This commit is contained in:
Sahil Tandon 2014-05-08 01:40:38 +00:00
parent 730ec8f259
commit 9012136963
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=353236
2 changed files with 17 additions and 0 deletions

View File

@ -508,6 +508,7 @@
SUBDIR += postfix-policyd-spf-python
SUBDIR += postfix-policyd-weight
SUBDIR += postfix-postfwd
SUBDIR += postfix-tls
SUBDIR += postfix210
SUBDIR += postfix27
SUBDIR += postfix28

16
mail/postfix-tls/Makefile Normal file
View File

@ -0,0 +1,16 @@
# Created by: Bjoern A. Zeeb <bz@FreeBSD.org>
# $FreeBSD$
PKGNAMESUFFIX= -tls
CONFLICTS_INSTALL= courier-0.* postfix-1.* postfix2?-* postfix21?-* \
postfix-current-2.* postfix-current-base-2.* sendmail-8.* \
sendmail+*-8.* smail-3.* zmailer-2.* opensmtpd-[0-9]* \
postfix-2.*
OPTIONS_SLAVE= TLS
MASTERDIR= ${.CURDIR}/../postfix
LATEST_LINK= ${PORTNAME}${PKGNAMESUFFIX}
.include "${MASTERDIR}/Makefile"