# $Id: Portfile,v 1.2 2006/06/06 21:12:53 narf_tm Exp $

PortSystem 1.0
PortGroup perl5 1.0
perl5.setup			Exception-Class 1.23
maintainers			narf_tm@opendarwin.org
description			A module that allows you to declare real exception classes in Perl
long_description \
	Exception::Class allows you to declare exception hierarchies in your \
	modules in a "Java-esque" manner.

platforms			darwin

checksums md5 560b42c0cf8b795bdc793459edb7ec13

depends_lib-append	port:p5-devel-stacktrace port:p5-class-data-inheritable

perl5.use_module_build
