# -*- 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 perl5 1.0 perl5.branches 5.28 5.30 5.32 5.34 perl5.setup Test-TCP 2.22 platforms {darwin any} maintainers nomaintainer license {Artistic-1 GPL} supported_archs noarch description Test::TCP - for testing TCP/IP programs long_description ${description} checksums rmd160 7767201ad4b022dc6f5a1375601f6e2358d8fb21 \ sha256 3e53c3c06d6d0980a2bfeb915602b714e682ee211ae88c11748cf2cc714e7b57 \ size 26582 if {${perl5.major} != ""} { depends_lib-append \ port:p${perl5.major}-io-socket-ip \ port:p${perl5.major}-test-sharedfork \ port:p${perl5.major}-time-hires }