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

17 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>