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

PortSystem           1.0
PortGroup            perl5 1.0

perl5.setup          Test-Inline 2.105
maintainers	     nomaintainer
platforms            darwin
checksums            md5 4da55082abc873d655a94fdffc4b33df
description          Inlining your tests next to the code being tested
long_description     Embedding tests allows tests to be placed near the code it's testing.\
    This is a nice supplement to the traditional .t files.\
    It's like XUnit, only better and Perl-style.
depends_lib-append   	port:p5-params-util \
			port:p5-config-tiny \
			port:p5-class-autouse \
			port:p5-algorithm-dependency \
			port:p5-file-flat \
			port:p5-pod-tests

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