19 lines
503 B
Makefile
19 lines
503 B
Makefile
# Created by: Bjoern A. Zeeb <bz@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -tls
|
|
|
|
DEPRECATED= TLS is now a default for postfix / postfix-current
|
|
EXPIRATION_DATE= 2015-02-28
|
|
|
|
CONFLICTS_INSTALL= courier-0.* postfix2?-* postfix21?-* postfix-2.* \
|
|
postfix-current-[23].* postfix-current-base-[23].* \
|
|
sendmail-8.* sendmail+*-8.* smail-3.* zmailer-2.* \
|
|
opensmtpd-[0-9]*
|
|
|
|
OPTIONS_SLAVE= TLS
|
|
|
|
MASTERDIR= ${.CURDIR}/../postfix
|
|
LATEST_LINK= ${PORTNAME}${PKGNAMESUFFIX}
|
|
|
|
.include "${MASTERDIR}/Makefile"
|