blob: 522ed0fbe70da8ab4560195ba147f23e0300b57c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $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"
|