freebsd-ports/graphics/py-haishoku/Makefile

20 lines
468 B
Makefile
Raw Normal View History

PORTNAME= haishoku
DISTVERSION= 1.1.8
CATEGORIES= graphics python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= DtxdF@disroot.org
COMMENT= Tool for grabbing the representative color palette from an image
WWW= https://github.com/LanceGin/haishoku/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>