pkgsrc/devel/py-rply/Makefile
rodent 1e781cccbc Import py27-rply-0.7.2 as devel/py-rply.
Welcome to RPLY! A pure python parser generator, that also works with RPython.
It is a more-or-less direct port of David Beazley's awesome PLY, with a new
public API, and RPython support.
2014-05-18 03:06:33 +00:00

16 lines
460 B
Makefile

# $NetBSD: Makefile,v 1.1 2014/05/18 03:06:33 rodent Exp $
DISTNAME= rply-0.7.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= https://pypi.python.org/packages/source/r/rply/
MAINTAINER= rodent@NetBSD.org
HOMEPAGE= https://pypi.python.org/packages/source/r/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"