pkgsrc-wip/py-fcsparser/Makefile

17 lines
383 B
Makefile

# $NetBSD$
DISTNAME= fcsparser-0.1.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= biology
MASTER_SITES= ${MASTER_SITE_PYPI:=f/fcsparser/}
MAINTAINER= jihbed.research@gmail.com
HOMEPAGE= https://github.com/eyurtsev/fcsparser
COMMENT= Python package for reading raw fcs files
LICENSE= mit
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"