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 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup python27 1.0 |
---|
6 | |
---|
7 | name py27-antlr3 |
---|
8 | version 3.1.3 |
---|
9 | revision 1 |
---|
10 | categories lang python |
---|
11 | maintainers gmail.com:marc.schlaich |
---|
12 | description Python runtime package for ANTLR3 |
---|
13 | long_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 | |
---|
19 | platforms darwin |
---|
20 | |
---|
21 | homepage http://www.antlr.org/wiki/display/ANTLR3/Python+runtime |
---|
22 | master_sites http://www.antlr.org/download/Python/ |
---|
23 | distname antlr_python_runtime-${version} |
---|
24 | |
---|
25 | checksums sha1 dc095863a254cdf9606784dbd6efb43cf56a6804 \ |
---|
26 | rmd160 60688fecc8afba5722cbb44c1c79db4b55527ca3 |
---|
27 | |
---|
28 | depends_build port:py27-distribute |
---|