pkgsrc/graphics/py-chart/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

16 lines
475 B
Makefile

# $NetBSD: Makefile,v 1.11 2019/11/02 22:38:02 rillig Exp $
DISTNAME= PyChart-1.39
PKGNAME= ${PYPKGPREFIX}-chart-1.39
CATEGORIES= graphics python
MASTER_SITES= http://download.gna.org/pychart/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://wiki.python.org/moin/PyChart
COMMENT= Create high quality Encapsulated Postscript, PDF, or PNG charts
LICENSE= gnu-gpl-v2
PYTHON_VERSIONS_ACCEPTED= 27
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"