# -*- 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.24 perl5.setup Test-MockObject 1.20150527 revision 1 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 rmd160 b03750c3aa76335932ea7c9def79da542fb2bb31 \ sha256 adf1357a9014b3a397ff7ecbf1835dec376a67a37bb2e788734a627e17dc1d98 if {${perl5.major} != ""} { depends_build-append \ port:p${perl5.major}-cgi \ port:p${perl5.major}-test-exception \ port:p${perl5.major}-test-warn depends_lib-append \ port:p${perl5.major}-universal-can \ port:p${perl5.major}-universal-isa # remove extraneous README.pod which installs in Test rather than Test::MockObject # also causes a corresponding misplaced man page to be installed # when 2 or more modules do this a conflict results (see Test::File) (#48104) post-patch { delete ${worksrcpath}/README.pod } }