# -*- 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$ PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.16 5.18 5.20 5.22 perl5.setup Test-TCP 2.12 platforms darwin maintainers nomaintainer license {Artistic-1 GPL} supported_archs noarch description Test::TCP - for testing TCP/IP programs long_description ${description} checksums rmd160 dacb9695c08cdb8e87fa46d40c760743d661cd87 \ sha256 01e159e4b2d9e8a9846a721c892e6faa7effbb9ac4a1b46ae4672e9b7dc0c563 if {${perl5.major} != ""} { depends_lib-append \ port:p${perl5.major}-io-socket-ip \ port:p${perl5.major}-test-sharedfork }