# -*- 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$ PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.8 5.10 5.12 5.14 5.16 perl5.setup Class-MOP 1.12 ../by-authors/id/F/FL/FLORA/ revision 4 license {Artistic-1 GPL} maintainers nomaintainer description A Meta Object Protocol for Perl 5 long_description ${description} depends_lib if {${perl5.major} != ""} { if {[vercmp ${perl5.major} 5.16] >= 0} { replaced_by p${perl5.major}-moose } else { replaced_by p5.16-moose } } else { replaced_by p5-moose } PortGroup obsolete 1.0