mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
a8fe600e33
With hat: portmgr
18 lines
345 B
Makefile
18 lines
345 B
Makefile
# $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>
|