# -*- 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-MarkAsMethods 0.15 license {Artistic-1 GPL} maintainers nomaintainer description MooseX::MarkAsMethods - Mark overload code symbols as methods long_description MooseX::MarkAsMethods allows one to easily mark certain functions as Moose methods. \ This will allow other packages such as namespace::autoclean to operate without \ blowing away your overloads. After using MooseX::MarkAsMethods your overloads \ will be recognized by Class::MOP as being methods, and class extension as well \ as composition from roles with overloads will \"just work\". platforms darwin checksums rmd160 17f4b18310f264d89ba9049b17eabd489ad626c8 \ sha256 c9ecc13376d0ff7dba481977337c33ea74e5d266a428b6af31552a2919ef7ef8 if {${perl5.major} != ""} { depends_lib-append \ port:p${perl5.major}-b-hooks-endofscope \ port:p${perl5.major}-moose \ port:p${perl5.major}-namespace-autoclean supported_archs noarch }