16 lines
410 B
Makefile
16 lines
410 B
Makefile
# $NetBSD: Makefile,v 1.6 2005/04/11 21:45:37 tv Exp $
|
|
#
|
|
|
|
DISTNAME= TPG-2.1.6
|
|
CATEGORIES= devel python
|
|
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 22
|
|
PYDISTUTILSPKG= yes
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|