# -*- 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 # $Id: Portfile 154393 2016-10-28 22:10:07Z mojca@macports.org $ PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.24 perl5.setup Test-TCP 2.17 platforms darwin maintainers nomaintainer license {Artistic-1 GPL} supported_archs noarch description Test::TCP - for testing TCP/IP programs long_description ${description} checksums rmd160 12f491bb83e4e80af2e66f659a0dd12e24b40040 \ sha256 e8d7e5eeff413dad0b52eaadc543ed650bc573b0d89803e352a9f5ea7cfe4d14 if {${perl5.major} != ""} { # use Time::HiRes 1.9739+ for Sierra compatibility depends_lib-append \ port:p${perl5.major}-io-socket-ip \ port:p${perl5.major}-test-sharedfork \ port:p${perl5.major}-time-hires }