# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.16 5.18 5.20 5.22 perl5.setup Test-Stream 1.302009 license {Artistic-1 GPL} maintainers devans openmaintainer description Test::Stream - Experimental successor to Test::More and Test::Builder. long_description ${description} \ This is an experimental release! Test-Stream, and all its components \ are still in an experimental phase. This dist has been released to CPAN \ in order to allow testers and early adopters the chance to write experimental \ new tools with it, or to add experimental support for it into old tools. \ This is NOT a drop-in replacement for Test::More! platforms darwin checksums rmd160 edc24b962e0b491ed814c57b989138b25c14d828 \ sha256 d00bf41d722d0d0ca4ae5a10ee65f35f85a31e76fcb8489e087d0b34bc777c4b if {${perl5.major} != ""} { depends_build-append \ port:p${perl5.major}-dbi \ port:p${perl5.major}-dbd-sqlite supported_archs noarch }