# -*- 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 PortSystem 1.0 PortGroup python 1.0 name py-django-mailman3 version 1.3.7 revision 0 categories python mail supported_archs noarch platforms {darwin any} license GPL-3 maintainers nomaintainer description Django library to help interaction with Mailman long_description This package contains libraries and templates for \ Django-based interfaces interacting with Mailman. homepage https://gitlab.com/mailman/django-mailman3 python.versions 38 39 310 checksums rmd160 07c8c8065e7efddc658d819dfe3696c45230de17 \ sha256 6ea8c24c13e7afe744f18e18e4d19d0e74223e0d9bd5d782deea85dcb865feb7 \ size 404133 if {${name} ne ${subport}} { depends_lib-append \ port:py${python.version}-setuptools depends_run-append \ port:py${python.version}-django \ port:py${python.version}-django-allauth \ port:py${python.version}-django-gravatar2 \ port:py${python.version}-mailmanclient \ port:py${python.version}-tz livecheck.type none }