20 lines
580 B
Makefile
20 lines
580 B
Makefile
# $NetBSD: Makefile,v 1.4 2012/11/17 20:15:25 slitvinov Exp $
|
|
#
|
|
|
|
DISTNAME= pandas-0.9.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= math
|
|
MASTER_SITES= http://pypi.python.org/packages/source/p/pandas/
|
|
|
|
MAINTAINER= jihbed.research@gmail.com
|
|
HOMEPAGE= http://pandas.sourceforge.net/
|
|
COMMENT= Pythonic cross-section, time series, and statistical analysis
|
|
LICENSE= modified-bsd
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-dateutil>=1.5:../../time/py-dateutil
|
|
|
|
PYDISTUTILSPKG= yes
|
|
|
|
.include "../../math/py-numpy/buildlink3.mk"
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|