# $Id: Portfile,v 1.4 2006/06/06 22:02:26 narf_tm Exp $

PortSystem			1.0
PortGroup			perl5 1.0
perl5.setup			Test-Exception 0.21
maintainers			narf_tm@opendarwin.org
description			Convenience methods for testing exception-based code
long_description \
	This module provides a few convenience methods for testing exception \
	based code. It is built with Test::Builder and plays happily with \
	Test::Simple, Test::More and friends.

platforms			darwin

checksums			md5 fc1aab12ca0867dd46328e169c06a21c

depends_lib-append	port:p5-test-builder-tester port:p5-sub-uplevel

