# -*- 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-Aliases 0.11 platforms darwin maintainers nomaintainer license {Artistic-1 GPL} supported_archs noarch description MooseX::Aliases - easy aliasing of methods and attributes in Moose long_description ${description} checksums rmd160 bc69e1da67c7639434d2a8c8a8547aeba9abddfa \ sha256 c4850f972426c3447aaeed8dcb4033e84460ca51705ad3ea78b63af919fe0748 if {${perl5.major} != ""} { depends_build-append \ port:p${perl5.major}-test-fatal \ port:p${perl5.major}-test-requires depends_lib-append port:p${perl5.major}-moose }