16 lines
419 B
Makefile
16 lines
419 B
Makefile
# $NetBSD: Makefile,v 1.7 2005/07/27 16:21:17 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= TPG-2.1.6
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= http://christophe.delord.free.fr/soft/tpg/
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://christophe.delord.free.fr/soft/tpg/
|
|
COMMENT= ToyParserGenerator for Python
|
|
|
|
PYTHON_VERSIONS_ACCEPTED= 23 22
|
|
PYDISTUTILSPKG= yes
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|