d466cfa9c7
0.3.6, 2013-05-02 ----------------- A maintenance release. * Python 3 compatibility * #31 Fixed `many()` that consumed too many tokens in some cases * #14 More info available in exception objects
19 lines
509 B
Makefile
19 lines
509 B
Makefile
# $NetBSD: Makefile,v 1.3 2013/10/12 13:38:38 obache Exp $
|
|
#
|
|
|
|
DISTNAME= funcparserlib-0.3.6
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://pypi.python.org/packages/source/f/funcparserlib/
|
|
|
|
MAINTAINER= obache@NetBSD.org
|
|
HOMEPAGE= http://code.google.com/p/funcparserlib/
|
|
COMMENT= Recursive descent parsing library based on functional combinators
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
PYTHON_VERSIONS_INCLUDE_3X= yes
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|