mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 12:26:27 -04:00
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)
19 lines
386 B
Makefile
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>
|