pkgsrc/devel/py-mulpyplexer/Makefile
riastradh 62149dc6ce Import mulpyplexer-0.08 from pypi as devel/py-mulpyplexer
Python module to multiplex interactions with lists of objects
2020-08-18 20:20:08 +00:00

14 lines
447 B
Makefile

# $NetBSD: Makefile,v 1.1 2020/08/18 20:20:08 riastradh Exp $
DISTNAME= mulpyplexer-0.08
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_PYPI:=m/mulpyplexer/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/zardus/mulpyplexer/
COMMENT= Python module to multiplex interactions with lists of objects
LICENSE= 2-clause-bsd
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"