forked from Lainports/freebsd-ports
18 lines
340 B
Makefile
18 lines
340 B
Makefile
PORTNAME= squarify
|
|
PORTVERSION= 0.4.3
|
|
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
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|