# -*- 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: Portfile 82547 2011-08-15 16:46:16Z jmr@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.setup         Test-Inter 1.03
revision            1
platforms           darwin
maintainers         l2g openmaintainer
license             Artistic GPL
supported_archs     noarch

description         Test::Inter - framework for more readable interactive \
                    test scripts

long_description    ${description}

checksums           sha1    7a5bccbabd86833d38347ccac2bd77544fc9e690 \
                    rmd160  ea6365d1bda2b88cdc0dae82014b33fe13561921

if {${perl5.major} != ""} {
patchfiles          patch-lib-Test-Inter.pod.diff

perl5.use_module_build
}
