pkgsrc/databases/py-orderedmultidict/Makefile
2017-09-16 19:26:41 +00:00

18 lines
514 B
Makefile

# $NetBSD: Makefile,v 1.11 2017/09/16 19:26:44 wiz Exp $
DISTNAME= orderedmultidict-0.7.11
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= databases python
MASTER_SITES= ${MASTER_SITE_PYPI:=o/orderedmultidict/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/gruns/orderedmultidict
COMMENT= Ordered Multivalue Dictionary - omdict
LICENSE= unlicense
DEPENDS+= ${PYPKGPREFIX}-six>=1.8.0:../../lang/py-six
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"