# -*- 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: Portfile 130129 2014-12-27 11:23:11Z mojca@macports.org $ PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.16 5.18 5.20 perl5.setup MooseX-Role-WithOverloading 0.16 license {Artistic-1 GPL} maintainers nomaintainer description Roles which support overloading long_description MooseX::Role::WithOverloading allows you to write a \ Moose::Role which defines overloaded operators and \ allows those operator overloadings to be composed into \ the classes/roles/instances it's compiled to, while \ plain Moose::Roles would lose the overloading. platforms darwin checksums rmd160 5e92eb84f05391fe6b07d2b253f061efc9c9f5c9 \ sha256 bb610bc0cecec8a59f15da9d483e9d7c628e54847a0a2460d79b901b0710da4d if {${perl5.major} != ""} { depends_lib-append \ port:p${perl5.major}-aliased \ port:p${perl5.major}-moose \ port:p${perl5.major}-namespace-autoclean \ port:p${perl5.major}-namespace-clean }