# -*- 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.24 perl5.setup Test-ClassAPI 1.06 revision 3 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 checksums md5 ee31a9e1ecedcf720a9e89461a83442e \ sha1 92c08ddded5b73e83e9355dd69f7d7902e320fb6 \ rmd160 b0391f8ed30be0655f818e43121bbcca19da736e 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 }