pkgsrc/devel/py-TPG/Makefile
recht eed7b27b60 Add USE_BUILDLINK2 so this picks up a proper depend
This should fix hubertf's bulk build.
2003-09-25 15:43:35 +00:00

17 lines
438 B
Makefile

# $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"