opnsense-ports/math/py-PySCIPOpt/Makefile
Franco Fichtner 5cc6efaa68 */*: sync with upstream
Taken from: HardenedBSD
2018-12-05 18:37:34 +01:00

22 lines
447 B
Makefile

# $FreeBSD$
PORTNAME= PySCIPOpt
DISTVERSION= 2.1.0
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>