17 lines
438 B
Makefile
17 lines
438 B
Makefile
# $NetBSD: Makefile,v 1.10 2006/10/04 21:36:00 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= TPG-2.1.6
|
|
PKGREVISION= 1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= http://christophe.delord.free.fr/soft/tpg/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://christophe.delord.free.fr/en/tpg/
|
|
COMMENT= ToyParserGenerator for Python
|
|
|
|
PYTHON_VERSIONS_ACCEPTED= 23 22
|
|
PYDISTUTILSPKG= yes
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|