16 lines
420 B
Makefile
16 lines
420 B
Makefile
# $NetBSD: Makefile,v 1.3 2016/06/08 17:43:28 wiz Exp $
|
|
|
|
DISTNAME= rply-0.7.3
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=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"
|