pkgsrc/graphics/py-leather/Makefile
rillig 102c17a1e8 graphics: align variable assignments
pkglint -Wall -F --only aligned --only indent -r

No manual corrections.
2019-11-02 22:37:52 +00:00

15 lines
469 B
Makefile

# $NetBSD: Makefile,v 1.2 2019/11/02 22:38:02 rillig Exp $
DISTNAME= leather-0.3.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= python graphics
MASTER_SITES= ${MASTER_SITE_PYPI:=l/leather/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://leather.readthedocs.io/
COMMENT= Python charting library for those who need charts now
LICENSE= mit
.include "../../lang/python/application.mk"
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"