# Created by: Kubilay Kocak <koobs@FreeBSD.org>
# $FreeBSD: tags/RELEASE_10_0_0/devel/py-futures/Makefile 333982 2013-11-16 05:06:38Z koobs $

PORTNAME=	futures
PORTVERSION=	2.1.5
CATEGORIES=	devel python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	koobs@FreeBSD.org
COMMENT=	Backport of the concurrent.futures package from Python 3.2

LICENSE=	BSD

USE_PYTHON=		-3.1
USE_PYDISTUTILS=	easy_install
PYDISTUTILS_AUTOPLIST=	yes

.include <bsd.port.mk>
