freebsd-ports/math/py-PuLP/Makefile
Yuri Victorovich c9ecef529f math/py-PuLP: Update 1.6.9 -> 1.6.10
Reported by:	portscout
2019-06-13 23:51:35 +00:00

27 lines
667 B
Makefile

# $FreeBSD$
PORTNAME= PuLP
DISTVERSION= 1.6.10
CATEGORIES= math python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= LP modeler written in python
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyparsing>=2.0.1:devel/py-pyparsing@${PY_FLAVOR} \
cbc:math/cbc \
glpsol:math/glpk
USES= python zip
USE_PYTHON= distutils concurrent autoplist
NO_ARCH= yes
post-patch:
@${CP} ${WRKSRC}/src/pulp/pulp.cfg.linux ${WRKSRC}/src/pulp/pulp.cfg.freebsd
@${REINPLACE_CMD} -E 's/^(CplexPath|PulpCbcPath) = .*/#&/' ${WRKSRC}/src/pulp/pulp.cfg.freebsd
.include <bsd.port.mk>