# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
PortGroup active_variants 1.1
maintainers {mps @Schamschula} openmaintainer
description Nginx plugin for Certbot
long_description ${description}
homepage https://pypi.python.org/pypi/certbot-nginx
master_sites pypi:c/certbot-nginx
checksums rmd160 b301697132cf1770c0a1df4cd71db4dad3159849 \
sha256 426fb403b0a7b203629f4e350a862cbc3bc1f69936fdab8ec7eafe0d8a3b5ddb \
depends_lib-append port:certbot \
port:py${python.version}-acme \
port:py${python.version}-openssl \
port:py${python.version}-parsing \
port:py${python.version}-setuptools \
port:py${python.version}-zopeinterface \
port:py${python.version}-mock
variant python27 conflicts python36 python37 description {Use Python 2.7} {
python.default_version 27
require_active_variants certbot python27
variant python36 conflicts python27 python37 description {Use Python 3.6} {
python.default_version 36
require_active_variants certbot python36
variant python37 conflicts python27 python36 description {Use Python 3.7} {
python.default_version 37
require_active_variants certbot python37
if {![variant_isset python36] && ![variant_isset python37]} {
default_variants +python27