aboutsummaryrefslogtreecommitdiff
path: root/math/py-kiwisolver/Makefile
blob: 9473a39e2930fd83291840c525665538e224739b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

PORTNAME=	kiwisolver
PORTVERSION=	1.1.0
PORTEPOCH=	1
CATEGORIES=	math python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	lbartoletti@FreeBSD.org
COMMENT=	Fast implementation of the Cassowary constraint solver

LICENSE=	BSD3CLAUSE

USES=		compiler:c++11-lang python:3.6+
USE_PYTHON=	autoplist concurrent distutils

.include <bsd.port.mk>