a2173005bd
fix Mul -> MUL token typo Added flags to LexerGenerator and loads more great stuff that no one cared to document properly.
16 lines
442 B
Makefile
16 lines
442 B
Makefile
# $NetBSD: Makefile,v 1.2 2015/04/01 02:45:52 rodent Exp $
|
|
|
|
DISTNAME= rply-0.7.3
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= https://pypi.python.org/packages/source/r/rply/
|
|
|
|
MAINTAINER= rodent@NetBSD.org
|
|
HOMEPAGE= https://github.com/alex/rply/
|
|
COMMENT= Pure Python Lex/Yacc that works with RPython
|
|
LICENSE= modified-bsd
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|