Merge branch 'staged'
[dports.git] / math / py-PySCIPOpt / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       PySCIPOpt
4 DISTVERSION=    2.1.3
5 CATEGORIES=     math python
6 MASTER_SITES=   CHEESESHOP
7 PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
8
9 MAINTAINER=     yuri@FreeBSD.org
10 COMMENT=        Python interface and modeling environment for SCIP
11
12 LICENSE=        MIT
13
14 LIB_DEPENDS=    libscip.so:math/SCIP
15
16 USES=           localbase python
17 USE_PYTHON=     distutils cython autoplist
18
19 post-install:
20         @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/pyscipopt/scip.so
21
22 .include <bsd.port.mk>