# -*- 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         Fey-Test 0.09 ../by-authors/id/D/DR/DROLSKY
revision            1
platforms           darwin
maintainers         l2g openmaintainer
license             Artistic-2+
supported_archs     noarch

description         Fey::Test - test libraries for Fey distros

long_description    This module is only useful for testing p5-fey and any \
                    other p5-fey-* ports. You should not have to install it \
                    explicitly.

checksums           sha1 589ec79f1a833e3176cf5ccf3719495105d9f412 \
                    rmd160 f5ed00471143cada2e414fbfd76e5f99de7fcb81

if {${perl5.major} != ""} {
depends_lib-append  port:p${perl5.major}-dbi \
                    port:p${perl5.major}-list-moreutils \
                    port:p${perl5.major}-test-mockobject
}
