summaryrefslogtreecommitdiff
path: root/mail/tmda/options.mk
blob: 47e7c08f04885a76239903b5a468491178821a56 (plain)
1
2
3
4
5
6
7
8
9
10
# $NetBSD: options.mk,v 1.1 2007/07/31 04:44:01 schmonz Exp $

PKG_OPTIONS_VAR=	PKG_OPTIONS.tmda
PKG_SUPPORTED_OPTIONS+=	ssl tls

.include "../../mk/bsd.options.mk"

.if !empty(PKG_OPTIONS:Mssl) || !empty(PKG_OPTIONS:Mtls)
DEPENDS+=	${PYPKGPREFIX}-tlslite-[0-9]*:../../security/py-tlslite
.endif