1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/math/py-PySCIPOpt/Makefile
Yuri Victorovich bc6d75c28a math/py-PySCIPOpt: Update 2.1.5 -> 3.0.2
Reported by:	portscout
2020-08-10 17:39:39 +00:00

23 lines
447 B
Makefile

# $FreeBSD$
PORTNAME= PySCIPOpt
DISTVERSION= 3.0.2
CATEGORIES= math python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Python interface and modeling environment for SCIP
LICENSE= MIT
LIB_DEPENDS= libscip.so:math/SCIP
USES= localbase python
USE_PYTHON= distutils cython autoplist
post-install:
@${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/pyscipopt/scip.so
.include <bsd.port.mk>