pkgsrc-wip/py-exocode/Makefile

22 lines
664 B
Makefile

# $NetBSD: Makefile,v 1.1 2015/08/14 09:52:31 jihbed Exp $
DISTNAME= exocode-1.2.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_PYPI:=e/exocode/}
MAINTAINER= jihbed.research@gmail.com
HOMEPAGE= https://bitbucket.org/leckman/exoplanets
COMMENT= Automation of debris disk detection
LICENSE= mit
DEPENDS+= ${PYPKGPREFIX}-Tk-[0-9]*:../../x11/py-Tk
DEPENDS+= ${PYPKGPREFIX}-matplotlib-[0-9]*:../../graphics/py-matplotlib
DEPENDS+= ${PYPKGPREFIX}-scikit-image>=0.11.3:../../math/py-scikit-image
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../math/py-numpy/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"