Port: p5-test-classapi

Version:	1.02

New port perl/p5-test-classapi
Perl module Test::ClassAPI
Provides basic first-pass API testing for large class trees

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@17169 d073be05-634f-4543-b044-5fe20cf6d1d6
This commit is contained in:
Bryan Blackburn
2006-03-26 09:07:07 +00:00
parent eb8b38a0ac
commit fa3e9b19c4
+19
View File
@@ -0,0 +1,19 @@
# $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