Ticket #44682: Portfile

File Portfile, 814 bytes (added by jul_bsd@…, 10 years ago)
Line 
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
4PortSystem          1.0
5PortGroup           perl5 1.0
6
7perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
8perl5.setup         Test-TCP 2.06
9platforms           darwin
10maintainers         nomaintainer
11license             Artistic GPL
12supported_archs     noarch
13
14description         Test::TCP - for testing TCP/IP programs
15
16long_description    ${description}
17
18checksums           rmd160  4ddab5bb34ee7c45b4751da309e03895e15a4387 \
19                    sha256  714956bb012536f617988e9cfb588253e908144e9169e5862356091f44e59229
20
21if {${perl5.major} != ""} {
22    depends_lib-append  port:p${perl5.major}-test-sharedfork
23}