blob: ecaa299a15ba272073c9adf70b5e7979204a00d0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: Makefile,v 1.2 2003/09/25 15:43: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= yes
USE_BUILDLINK2= yes
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"
|