ports/graphics/py-leather/Makefile
2024-02-24 12:19:25 +00:00

20 lines
423 B
Makefile

PORTNAME= leather
PORTVERSION= 0.4.0
CATEGORIES= graphics python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= matthew@FreeBSD.org
COMMENT= Charting library for those who need charts now
WWW= https://leather.readthedocs.io/
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.6.1:devel/py-six@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>