# -*- 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 Test-ClassAPI 1.07 license {Artistic-1 GPL} maintainers nomaintainer description Provides basic first-pass API testing for large class trees long_description For many APIs with large numbers of classes, it can be \ very useful to be able to do a quick once-over to make \ sure that classes, methods, and inheritance is correct, \ before doing more comprehensive testing. This module \ aims to provide such a capability. platforms {darwin any} checksums rmd160 f60a02bf5e4bfbba8e26b3a87738e95ce2d2573d \ sha256 30e9dbfc5e0cc2ee14eae8f3465a908a710daecbd0a3ebdb2888fc4504fa18aa \ size 28106 if {${perl5.major} != ""} { depends_lib-append \ port:p${perl5.major}-class-inspector \ port:p${perl5.major}-config-tiny \ port:p${perl5.major}-params-util supported_archs noarch }