pkgsrc/devel/py-contextlib2/Makefile
2018-03-24 06:13:58 +00:00

16 lines
464 B
Makefile

# $NetBSD: Makefile,v 1.2 2018/03/24 06:13:58 adam Exp $
DISTNAME= contextlib2-0.5.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=c/contextlib2/}
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= http://contextlib2.readthedocs.org/
COMMENT= Backports and enhancements for the contextlib module
LICENSE= python-software-foundation
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"