1 | # -*- 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 |
---|
2 | # $Id: Portfile 122209 2014-07-17 20:07:46Z mf2k@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup perl5 1.0 |
---|
6 | |
---|
7 | perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 |
---|
8 | perl5.setup Test-TCP 2.06 |
---|
9 | platforms darwin |
---|
10 | maintainers nomaintainer |
---|
11 | license Artistic GPL |
---|
12 | supported_archs noarch |
---|
13 | |
---|
14 | description Test::TCP - for testing TCP/IP programs |
---|
15 | |
---|
16 | long_description ${description} |
---|
17 | |
---|
18 | checksums rmd160 4ddab5bb34ee7c45b4751da309e03895e15a4387 \ |
---|
19 | sha256 714956bb012536f617988e9cfb588253e908144e9169e5862356091f44e59229 |
---|
20 | |
---|
21 | if {${perl5.major} != ""} { |
---|
22 | depends_lib-append port:p${perl5.major}-test-sharedfork |
---|
23 | } |
---|