You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
30 lines
916 B
Tcl
30 lines
916 B
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-actdiag
|
|
version 3.0.0
|
|
revision 0
|
|
categories-append graphics
|
|
license Apache-2
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
python.versions 310
|
|
|
|
maintainers {stromnov @stromnov} openmaintainer
|
|
|
|
description actdiag generates activity-diagram image from text
|
|
long_description {*}${description}
|
|
|
|
homepage https://blockdiag.com/
|
|
|
|
checksums rmd160 d512bc74eec38a16537a551deddc99609d1945a0 \
|
|
sha256 0efc9b2887d3ec765b0f45bde1d5757a52301151ea62bcc2297e77aad9264006 \
|
|
size 2574809
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append port:py${python.version}-blockdiag
|
|
}
|