# -*- 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 PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.28 5.30 5.32 5.34 perl5.setup Mouse v2.5.10 ../../authors/id/S/SK/SKAJI license {Artistic-1 GPL} maintainers nomaintainer description Moose minus the antlers long_description Moose is wonderful. \ Unfortunately, it's a little slow. Though significant \ progress has been made over the years, the compile \ time penalty is a non-starter for some applications. \ Mouse aims to alleviate this by providing a subset of \ Moose's functionality, faster. In particular, \"has\" \ in Moose is missing only a few expert-level features. platforms darwin checksums rmd160 8fffd4c5fbeec96d9139a2aaeab96f4893d6ffda \ sha256 ce8dc23946153a467ff09765167ee2590f5c502120f48a2d9441733f39aa32ee \ size 220349 if {${perl5.major} != ""} { depends_build-append \ port:p${perl5.major}-declare-constraints-simple \ port:p${perl5.major}-devel-ppport \ port:p${perl5.major}-io-string \ port:p${perl5.major}-module-build-xsutil \ port:p${perl5.major}-path-class \ port:p${perl5.major}-test-exception \ port:p${perl5.major}-test-deep \ port:p${perl5.major}-test-fatal \ port:p${perl5.major}-test-leaktrace \ port:p${perl5.major}-test-output \ port:p${perl5.major}-test-requires \ port:p${perl5.major}-try-tiny perl5.use_module_build }