a2df4950d0
+ Version 2.14 (09.06.2015) - Added CParser parameter to specify output directory for generated parsing tables (#84). - Removed lcc's cpp and its license from the distribution. Using lcc's cpp is no longer recommended, now that Clang has binary builds available for Windows.
14 lines
413 B
Makefile
14 lines
413 B
Makefile
# $NetBSD: Makefile,v 1.5 2015/06/14 16:27:50 wiz Exp $
|
|
|
|
DISTNAME= pycparser-2.14
|
|
PKGNAME= ${DISTNAME:S/py/${PYPKGPREFIX}-/}
|
|
CATEGORIES= lang
|
|
MASTER_SITES= https://pypi.python.org/packages/source/p/pycparser/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://pypi.python.org/pypi/pycparser
|
|
COMMENT= C parser in Python
|
|
LICENSE= modified-bsd
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|