# -*- 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-Emulate-Class-Accessor-Fast 0.00903 revision 3 license {Artistic-1 GPL} maintainers nomaintainer description Emulate Class::Accessor::Fast behavior using Moose attributes long_description This module attempts to emulate the behavior of \ Class::Accessor::Fast as accurately as possible \ using the Moose attribute system. platforms darwin checksums md5 edb0d626207e7db61154b5cc65112638 \ sha1 ef19e4ac9af934321f9a34b67acf1d4d98e8bd84 \ rmd160 b49cf954f80b3743bee590a1cba65b4eb42ee682 if {${perl5.major} != ""} { depends_lib-append \ port:p${perl5.major}-test-exception \ port:p${perl5.major}-moose \ port:p${perl5.major}-namespace-clean }