blob: 924fe7d524dd3aa8167a53b61f8b5451452ef12d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $FreeBSD$
PORTNAME= kiwisolver
PORTVERSION= 1.1.0
CATEGORIES= math python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= lbartoletti@FreeBSD.org
COMMENT= Fast implementation of the Cassowary constraint solver
LICENSE= BSD3CLAUSE
USES= python
USE_PYTHON= autoplist concurrent distutils
.include <bsd.port.mk>
|