pkgsrc-wip/py-PEG2/Makefile
Yorick Hardy fc9bb04e19 py-PEG2: import py-PEG2-2.15.2 as wip/py-PEG2
Python is a nice scripting language. It even gives you access to
its own parser and compiler. It also gives you access to different
other parsers for special purposes like XML and string templates.

But sometimes you may want to have your own parser. This is what's
pyPEG for. And pyPEG supports Unicode.

pyPEG is a plain and simple intrinsic parser interpreter framework
for Python version 2.7 and 3.x. It is based on Parsing Expression
Grammar, PEG. With pyPEG you can parse many formal languages in a
very easy way.
2016-09-16 19:57:32 +02:00

17 lines
430 B
Makefile

# $NetBSD$
DISTNAME= pyPEG2-2.15.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
CATEGORIES= devel textproc python
MASTER_SITES= http://fdik.org/pyPEG2/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://fdik.org/pyPEG2/
COMMENT= Intrinsic PEG Parser-Interpreter for Python
LICENSE= gnu-gpl-v2
DEPENDS+= ${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"