# $Id: Portfile 94655 2012-06-26 06:25:00Z jmr@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.branches      5.8 5.10 5.12 5.14 5.16
perl5.setup           Test-MockObject 1.09
revision              4
license               {Artistic-1 GPL}
maintainers           nomaintainer
supported_archs       noarch

description           Perl extension for emulating troublesome interfaces
long_description      It's a simple program that doesn't use any other \
                      modules, and those are easy to test.

platforms             darwin

checksums             md5 3c9c2842d40fa8c389563c227804d7d8 \
                      sha1 65da2c1067184f31f906d6c12cd6870e740d8d44 \
                      rmd160 f79470e9df55febf28c7b105e231550f5e17606f

if {${perl5.major} != ""} {
depends_lib-append    port:p${perl5.major}-universal-can \
                      port:p${perl5.major}-universal-isa \
                      port:p${perl5.major}-test-exception
}
