You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
26073beebf
The contents of Test2::Suite have been merged into Test::Simple.
30 lines
1020 B
Tcl
30 lines
1020 B
Tcl
# -*- 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 ExtUtils-CChecker 0.12
|
|
revision 0
|
|
license {Artistic-1 GPL}
|
|
maintainers {devans @dbevans} openmaintainer
|
|
description ExtUtils::CChecker - configure-time utilities for using C headers, libraries, or OS features
|
|
long_description {*}${description}
|
|
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
|
|
checksums rmd160 d183aaa409ca24a74aa13b8f8614969f06592d6f \
|
|
sha256 8b87d145337dec1ee754d30871d0b105c180ad4c92c7dc0c7fadd76cec8c57d3 \
|
|
size 21019
|
|
|
|
if {${perl5.major} != ""} {
|
|
depends_build-append \
|
|
port:p${perl5.major}-test-simple
|
|
|
|
depends_lib-append \
|
|
port:p${perl5.major}-extutils-cbuilder
|
|
|
|
perl5.use_module_build
|
|
}
|