Added
Link Here
|
1 |
PORTNAME= haishoku |
2 |
PORTVERSION= 1.1.8 |
3 |
CATEGORIES= graphics python |
4 |
MASTER_SITES= PYPI |
5 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
6 |
|
7 |
MAINTAINER= DtxdF@disroot.org |
8 |
COMMENT= Tool for grabbing the representative color palette from an image |
9 |
WWW= https://github.com/LanceGin/haishoku/ |
10 |
|
11 |
LICENSE= MIT |
12 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
13 |
|
14 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${PY_FLAVOR} |
15 |
|
16 |
USES= python |
17 |
USE_PYTHON= autoplist distutils |
18 |
|
19 |
.include <bsd.port.mk> |