# -*- 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 79304 2011-06-09 00:30:40Z ryandesign@macports.org $

PortSystem          1.0
PortGroup           python26 1.0

name                py26-antlr3
version             3.1.3
categories-append   lang
maintainers         singingwolfboy openmaintainer
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:py26-distribute

livecheck.type      regex
livecheck.regex     antlr-(\[0-9.\]+)${extract.suffix}
