# -*- 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$ # This comment was inserted on 20160713 to force reindexing of # this port after the default homepage definition in the perl5 # PortGroup was changed to use metacpan.org (r150080). # Reindexing is necessary for the new definition to take effect. # This comment may be removed in subsequent updates of this port. PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.24 perl5.setup MooseX-Types 0.46 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 checksums rmd160 a9c45cef09143f8aba930d03515ea4021d7b33f6 \ sha256 e9e8c36284cf1adc6563c980c0a4f0a7df720dbaaece0dd6be66b975dde5db7a 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 }