pkgsrc-wip/py-thermistor/Makefile

17 lines
437 B
Makefile

# $NetBSD$
DISTNAME= thermistor-1.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_PYPI:=t/thermistor/}
MAINTAINER= jihbed.research@gmail.com
HOMEPAGE= https://pypi.python.org/pypi/thermistor
COMMENT= Thermistor voltage to temperature and associated utilites
USE_LANGUAGES= # none
.include "../../lang/python/distutils.mk"
.include "../../math/py-numpy/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"