# -*- 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-Common 0.001014 license {Artistic-1 GPL} maintainers nomaintainer description A set of commonly-used type constraints that do not \ ship with Moose by default. long_description {*}${description} platforms {darwin any} supported_archs noarch checksums rmd160 1bcc285267a7ca1ead885e270ead80284a3d3d2e \ sha256 ef93718b6d2f240d50b5c3acb1a74b4c2a191869651470001a82be1f35d0ef0f if {${perl5.major} != ""} { depends_build-append \ port:p${perl5.major}-module-build-tiny \ port:p${perl5.major}-test-deep \ port:p${perl5.major}-test-exception \ port:p${perl5.major}-test-warnings depends_lib-append \ port:p${perl5.major}-moose \ port:p${perl5.major}-moosex-types perl5.use_module_build }