Ticket #29756: Portfile

File Portfile, 1.0 KB (added by marc.schlaich@…, 13 years ago)
Line 
1# -*- 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
2# $Id$
3
4PortSystem          1.0
5PortGroup           python27 1.0
6
7name                py27-antlr3
8version             3.1.3
9revision            1
10categories          lang python
11maintainers         gmail.com:marc.schlaich
12description         Python runtime package for ANTLR3
13long_description    \
14    ANTLR, ANother Tool for Language Recognition, is a language tool that \
15    provides a framework for constructing recognizers, compilers, and \
16    translators from grammatical descriptions containing Java, C#, or C++ \
17    actions.
18
19platforms           darwin
20
21homepage            http://www.antlr.org/wiki/display/ANTLR3/Python+runtime
22master_sites        http://www.antlr.org/download/Python/
23distname            antlr_python_runtime-${version}
24
25checksums           sha1    dc095863a254cdf9606784dbd6efb43cf56a6804 \
26                    rmd160  60688fecc8afba5722cbb44c1c79db4b55527ca3
27
28depends_build       port:py27-distribute