freebsd-ports/math/py-quadprog/Makefile
Antoine Brodin aa7a6c429e Drop python 2.7 support from a few ports
With hat:	portmgr
2020-12-28 23:02:12 +00:00

19 lines
388 B
Makefile

# $FreeBSD$
PORTNAME= quadprog
DISTVERSION= 0.1.8
CATEGORIES= math python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= stephen@FreeBSD.org
COMMENT= Quadratic programming package
LICENSE= GPLv2+
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.2,1:math/py-numpy@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= distutils autoplist cython
.include <bsd.port.mk>