# -*- 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 Moo 2.002004 ../by-authors/id/H/HA/HAARG platforms darwin maintainers nomaintainer license {Artistic-1 GPL} supported_archs noarch description Moo - Minimalist Object Orientation (with Moose compatibility) long_description This module is an extremely light-weight subset of Moose \ optimised for rapid startup and \"pay only for what you \ use\". \ \ It also avoids depending on any XS modules to allow simple \ deployments. The name Moo is based on the idea that it \ provides almost -- but not quite -- two thirds of Moose. \ \ Unlike Mouse this module does not aim at full \ compatibility with Moose's surface syntax, preferring \ instead of provide full interoperability via the metaclass \ inflation capabilities described in \"MOO AND MOOSE\". checksums rmd160 b625c2462e165df65c504a1a92b1878a38249e6b \ sha256 782d6246f9f5f5d9290c576e5819cd495596abe28f36d192a8c4abf94f5dd2c3 if {${perl5.major} != ""} { depends_lib-append \ port:p${perl5.major}-class-method-modifiers \ port:p${perl5.major}-class-xsaccessor \ port:p${perl5.major}-devel-globaldestruction \ port:p${perl5.major}-module-runtime \ port:p${perl5.major}-role-tiny \ port:p${perl5.major}-scalar-list-utils \ port:p${perl5.major}-strictures \ port:p${perl5.major}-sub-name depends_build-append \ port:p${perl5.major}-test-fatal }