pkgsrc/mail/tmda/options.mk
schmonz 003bfdcad7 Update to 1.1.12. From the changelog:
* tmda-ofmipd now has native STARTTLS and SSL support courtesy of
  Stephen Warren. The new options are '--tls', '--ssl', '--ssl-key',
  and '--ssl-crt'. Note that the tlslite Python module needs to be
  installed to use this feature. For more information, see the
  "Builtin SSL/TLS" section of http://wiki.tmda.net/TmdaOfmipdHowto

* Fixed a minor bug that prevented the use of both SMTPSSL and
  SMTPAUTH together.
2007-07-31 04:44:01 +00:00

10 lines
296 B
Makefile

# $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