mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 17:36:28 -04:00
20 lines
429 B
Makefile
20 lines
429 B
Makefile
PORTNAME= squarify
|
|
DISTVERSION= 0.4.4
|
|
CATEGORIES= math python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Squarify treemap layout algorithm
|
|
WWW= https://github.com/laserson/squarify
|
|
|
|
LICENSE= APACHE20
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist pytest
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|