# -*- 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 MooseX-Types 0.50 license {Artistic-1 GPL} maintainers nomaintainer supported_archs noarch description Organise your Moose types in libraries long_description The types provided with Moose are by design global. \ This package helps you to organise and selectively \ import your own and the built-in types in libraries. \ As a nice side effect, it catches typos at \ compile-time too. platforms {darwin any} checksums rmd160 52385404ad88f73be25922de03d15136ecd59b64 \ sha256 9cd87b3492cbf0be9d2df9317b2adf9fc30663770e69906654bea3f41b17cb08 if {${perl5.major} != ""} { depends_build-append \ port:p${perl5.major}-module-build-tiny \ port:p${perl5.major}-test-fatal \ port:p${perl5.major}-test-requires depends_lib-append \ port:p${perl5.major}-carp-clan \ port:p${perl5.major}-module-runtime \ port:p${perl5.major}-moose \ port:p${perl5.major}-namespace-autoclean \ port:p${perl5.major}-scalar-list-utils \ port:p${perl5.major}-sub-exporter \ port:p${perl5.major}-sub-exporter-formethods \ port:p${perl5.major}-sub-name perl5.use_module_build }