freebsd-ports/devel/py-contextlib2/Makefile
Yuri Victorovich 61e0844c57 devel/py-contextlib2: Update 0.5.5 -> 0.6.0
Reported by:	portscout
2020-01-11 22:09:22 +00:00

20 lines
389 B
Makefile

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