# $NetBSD: Makefile,v 1.1 2015/08/05 21:34:31 jihbed Exp $

DISTNAME=	debinning-1.0.0
PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
CATEGORIES=	math
MASTER_SITES=	https://www.hepforge.org/archive/debinning/

MAINTAINER=	jihbed.research@gmail.com
HOMEPAGE=	https://debinning.hepforge.org/
COMMENT=	The bias inherent when binning data  into histograms
LICENSE=	gnu-gpl-v3

#DEPENDS+=	root>=:../../misc/root
DEPENDS+=	${PYPKGPREFIX}-matplotlib-[0-9]*:../../graphics/py-matplotlib

WRKSRC=		${WRKDIR}/debinning

USE_LANGUAGES=	# none

.include "../../lang/python/extension.mk"
.include "../../math/py-numpy/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
