# $Id: Portfile 67068 2010-04-28 11:17:34Z ryandesign@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           Test-ClassAPI 1.06
maintainers           narf_tm openmaintainer
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

depends_lib-append    port:p5-class-inspector \
                      port:p5-config-tiny \
                      port:p5-params-util

if {[info exists supported_archs]} {
    supported_archs noarch
} else {
    universal_variant no
}
