Files
2025-10-31 09:18:14 -04:00

36 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-portend
version 3.2.1
revision 0
categories-append devel
platforms {darwin any}
supported_archs noarch
license BSD
maintainers {khindenburg @kurthindenburg} openmaintainer
description TCP port monitoring utilities
long_description {*}${description}
homepage https://pypi.python.org/pypi/${python.rootname}
checksums rmd160 719a381afd11edbc3189639abd74db0b1ac380e9 \
sha256 aa9d40ab1f9e14bdb7d401f42210df35d017c9b97991baeb18568cedfb8c6489 \
size 12243
python.versions 310 311 312
if {${name} ne ${subport}} {
depends_build-append port:py${python.version}-setuptools_scm \
port:py${python.version}-coherent.licensed
depends_lib-append port:py${python.version}-tempora
test.run yes
}