# $Id: Portfile,v 1.1 2006/03/26 09:07:07 blb Exp $

PortSystem			1.0
PortGroup			perl5 1.0
perl5.setup			Test-ClassAPI 1.02
maintainers			darwinports@opendarwin.org
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 f242a7d8ca652d7207a50461e328dafc

depends_lib-append	port:p5-class-inspector port:p5-config-tiny

