21 lines
701 B
Makefile
21 lines
701 B
Makefile
# $NetBSD: Makefile,v 1.1 2016/07/15 07:35:50 wiz Exp $
|
|
|
|
DISTNAME= statsmodels-0.8.0rc1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= math
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=s/statsmodels/}
|
|
|
|
MAINTAINER= jihbed.research@gmail.com
|
|
HOMEPAGE= http://statsmodels.sourceforge.net/
|
|
COMMENT= Statistical computations and models for use with SciPy
|
|
LICENSE= modified-bsd
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-pandas>=0.14.1:../../math/py-pandas
|
|
DEPENDS+= ${PYPKGPREFIX}-patsy>=0.3.0:../../math/py-patsy
|
|
DEPENDS+= ${PYPKGPREFIX}-scipy>=0.12.0:../../math/py-scipy
|
|
|
|
.include "../../devel/py-cython/buildlink3.mk"
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../math/py-numpy/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|