# -*- 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 python25 1.0 name py25-antlr3 version 3.1.3 categories-append lang maintainers nomaintainer supported_archs noarch description Python runtime package for ANTLR3 long_description \ ANTLR, ANother Tool for Language Recognition, is a language tool that \ provides a framework for constructing recognizers, compilers, and \ translators from grammatical descriptions containing Java, C#, or C++ \ actions. platforms darwin homepage http://www.antlr.org/wiki/display/ANTLR3/Python+runtime master_sites http://www.antlr.org/download/Python/ distname antlr_python_runtime-${version} checksums sha1 dc095863a254cdf9606784dbd6efb43cf56a6804 \ rmd160 60688fecc8afba5722cbb44c1c79db4b55527ca3 depends_build port:py25-distribute livecheck.type regex livecheck.regex antlr-(\[0-9.\]+)${extract.suffix}