freebsd-ports/science/py-mlpy/Makefile
Dmitry Marakasov ddb930e9c1 - Document incompatibility with python 3.7+
Approved by:	portmgr blanket
2019-04-05 16:54:42 +00:00

27 lines
630 B
Makefile

# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= mlpy
PORTVERSION= 3.5.0
PORTREVISION= 7
CATEGORIES= science python
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20${PORTVERSION}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wen@FreeBSD.org
COMMENT= High performance Python package for predictive modeling
LICENSE= GPLv3
BUILD_DEPENDS= ${PYNUMPY}
RUN_DEPENDS:= ${BUILD_DEPENDS}
LIB_DEPENDS= libgsl.so:math/gsl
USE_LDCONFIG= yes
CFLAGS+= -I${LOCALBASE}/include -I${PYTHON_SITELIBDIR}/numpy/core
LDFLAGS+= -L${LOCALBASE}/lib
USES= python:-3.6
USE_PYTHON= distutils autoplist cython
.include <bsd.port.mk>