mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
c59c711ff9
PR: 237786 Submitted by: lbartoletti <lbartoletti@tuxfamily.org> (maintainer)
18 lines
347 B
Makefile
18 lines
347 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kiwisolver
|
|
PORTVERSION= 1.1.0
|
|
CATEGORIES= math python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= lbartoletti@tuxfamily.org
|
|
COMMENT= Fast implementation of the Cassowary constraint solver
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
.include <bsd.port.mk>
|