16 lines
409 B
Makefile
16 lines
409 B
Makefile
# $NetBSD: Makefile,v 1.5 2016/06/08 17:43:28 wiz Exp $
|
|
|
|
DISTNAME= astor-0.5
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=a/astor/}
|
|
|
|
MAINTAINER= rodent@NetBSD.org
|
|
HOMEPAGE= https://github.com/pmaupin/astor
|
|
COMMENT= Read/rewrite/write Python ASTs
|
|
LICENSE= 2-clause-bsd
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|