blob: 45c616e2702ec298fec797c7fdf96bcf64290eba (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: Makefile,v 1.1.1.1 2003/09/15 22:08:35 recht Exp $
#
DISTNAME= TPG-2.1.6
CATEGORIES= devel
MASTER_SITES= http://christophe.delord.free.fr/soft/tpg/
MAINTAINER= dotz@irc.pl
HOMEPAGE= http://christophe.delord.free.fr/soft/tpg/
COMMENT= ToyParserGenerator for Python
PYTHON_VERSIONS_ACCEPTED= 23 23pth 22 22pth
PYDISTUTILSPKG= # defined
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"
|