# $Id: Portfile 82547 2011-08-15 16:46:16Z jmr@macports.org $

PortSystem           1.0
PortGroup            perl5 1.0

perl5.setup          Test-Inline 2.105
revision        2
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.
if {${perl5.major} != ""} {
depends_lib-append   	port:p${perl5.major}-params-util \
			port:p${perl5.major}-config-tiny \
			port:p${perl5.major}-class-autouse \
			port:p${perl5.major}-algorithm-dependency \
			port:p${perl5.major}-file-flat \
			port:p${perl5.major}-pod-tests

supported_archs noarch
}
