1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
freebsd-ports/math/py-kiwisolver/Makefile
Steve Wills c59c711ff9 math/py-kiwisolver: update to 1.1.0
PR:		237786
Submitted by:	lbartoletti <lbartoletti@tuxfamily.org> (maintainer)
2019-05-09 18:36:59 +00:00

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>