pkgsrc-wip/py-hcluster/Makefile

24 lines
657 B
Makefile

# $NetBSD: Makefile,v 1.2 2012/10/07 11:54:43 asau Exp $
DISTNAME= hcluster-0.2.0.tar
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/.tar//}
CATEGORIES= parallel math python
MASTER_SITES= ${MASTER_SITE_PYPI:=h/hcluster/}
EXTRACT_SUFX= .gz
MAINTAINER= jihbed.research@gmail.com
HOMEPAGE= http://code.google.com/p/scipy-cluster/
COMMENT= Hierarchical Clustering Package For Scipy
LICENSE= modified-bsd
DEPENDS+= ${PYPKGPREFIX}-matplotlib-[0-9]*:../../graphics/py-matplotlib
WRKSRC= ${WRKDIR}/hcluster-0.2.0
USE_LANGUAGES= c
PYDISTUTILSPKG= yes
.include "../../math/py-numpy/buildlink3.mk"
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"