20b9154eb8
installs requires.txt. Otherwise, no changelog found.
18 lines
487 B
Makefile
18 lines
487 B
Makefile
# $NetBSD: Makefile,v 1.4 2017/01/11 23:59:00 rodent Exp $
|
|
|
|
DISTNAME= rply-0.7.4
|
|
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
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-appdirs-[0-9]*:../../devel/py-appdirs
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|