freebsd-ports/devel/py-contextlib2/Makefile
Martin Wilke 384846e54b - Update to 0.5.1
PR:		206236
Submitted by:	maintainer
2016-01-15 06:34:31 +00:00

19 lines
386 B
Makefile

# Created by: Yuri Victorovich <yuri@rawbw.com>
# $FreeBSD$
PORTNAME= contextlib2
PORTVERSION= 0.5.1
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>