mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
31 lines
974 B
Tcl
31 lines
974 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-nwdiag
|
|
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 nwdiag generates network-diagram image from text
|
|
long_description {*}${description}
|
|
|
|
homepage http://blockdiag.com/
|
|
|
|
checksums rmd160 d87e040eef05ae09341ccdad7951b49840250f94 \
|
|
sha256 e267530fcaac8a1d9e7403048597ed30e031e17f0191569dc6f704087bacb2eb \
|
|
size 7750437
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append port:py${python.version}-setuptools \
|
|
port:py${python.version}-blockdiag
|
|
}
|