ports/devel/py-contextlib2/Makefile
Sunpoet Po-Chuan Hsieh 88f7f773ce Update to 0.5.5
Changes:	https://github.com/jazzband/contextlib2/blob/master/NEWS.rst
		https://contextlib2.readthedocs.io/en/stable/#release-history
PR:		219107
Submitted by:	Yuri Victorovich <yuri@rawbw.com> (maintainer)
2017-05-07 21:27:28 +00:00

19 lines
386 B
Makefile

# Created by: Yuri Victorovich <yuri@rawbw.com>
# $FreeBSD$
PORTNAME= contextlib2
PORTVERSION= 0.5.5
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@rawbw.com
COMMENT= Backports and enhancements for the contextlib module
LICENSE= BSD2CLAUSE
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>