# -*- 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 132318 2015-01-28 23:02:54Z devans@macports.org $ PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.16 5.18 5.20 perl5.setup Pegex 0.60 ../../authors/id/I/IN/INGY/ license {Artistic-1 GPL} maintainers devans openmaintainer description Pegex - Acmeist PEG Parser Framework long_description Pegex is an Acmeist parser framework. It allows you to easily create \ parsers that will work equivalently in lots of programming languages! platforms darwin checksums rmd160 165d70183e157df72b7412b4a5a239e6998daeee \ sha256 317347f8c6355e886d87aef4c30fb4cb6cfa3e46adf62f59e6141ec05a97f2cf if {${perl5.major} != ""} { depends_build-append \ port:p${perl5.major}-file-sharedir-install \ port:p${perl5.major}-yaml-libyaml supported_archs noarch }