You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-03-31 14:42:53 -07:00
37 lines
1.1 KiB
Tcl
37 lines
1.1 KiB
Tcl
# -*- 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-postorius
|
|
version 1.3.6
|
|
categories-append mail
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
license GPL-3
|
|
supported_archs noarch
|
|
|
|
python.versions 310
|
|
|
|
maintainers nomaintainer
|
|
|
|
description A web user interface for GNU Mailman
|
|
long_description {*}${description}
|
|
|
|
homepage https://gitlab.com/mailman/postorius
|
|
|
|
checksums rmd160 c6fd58004628c099cf734995eaa47d2755e133b1 \
|
|
sha256 2b0cc453d21f710e983d9bb78cfb85addeaec7fddeda9ce82df4eb6a4fda1a68 \
|
|
size 3086923
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build-append \
|
|
port:py${python.version}-setuptools
|
|
|
|
depends_run-append \
|
|
port:py${python.version}-django-mailman3 \
|
|
port:py${python.version}-readme_renderer
|
|
|
|
livecheck.type none
|
|
}
|