1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/math/py-Pyomo/Makefile
Yuri Victorovich eee9abac05 math/py-Pyomo: Update 6.4.0 -> 6.4.1
Reported by:	portscout
2022-05-14 21:15:41 -07:00

19 lines
419 B
Makefile

PORTNAME= Pyomo
DISTVERSION= 6.4.1
CATEGORIES= math python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Python Optimization Modeling Objects
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ply>0:devel/py-ply@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= distutils cython concurrent autoplist
.include <bsd.port.mk>