9d7e8204c2
ANTLR, ANother Tool for Language Recognition, is a language tool that provides a framework for constructing recognizers, interpreters, compilers, and translators from grammatical descriptions containing actions in a variety of target languages. ANTLR provides excellent support for tree construction, tree walking, translation, error recovery, and error reporting. This package contains the Python language bindings for ANTLR.
17 lines
478 B
Makefile
17 lines
478 B
Makefile
# $NetBSD: Makefile,v 1.1 2013/03/08 01:49:41 othyro Exp $
|
|
#
|
|
|
|
DISTNAME= antlr_python_runtime-3.1.3
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_python_runtime/3/1}
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= http://www.antlr3.org/download/Python/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.antlr3.org/
|
|
COMMENT= ANother Tool for Language Recognition, Python bindings
|
|
LICENSE= modified-bsd
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|