- Update to 2.1.6 - Update LICENSE (BSD2CLAUSE) - Deprecate easy_install target Changes: 2.1.6 - 2013-01-14 - Fixed a problem with files missing from the source distribution
19 lines
398 B
Makefile
19 lines
398 B
Makefile
# Created by: Kubilay Kocak <koobs@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= futures
|
|
PORTVERSION= 2.1.6
|
|
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= BSD2CLAUSE
|
|
|
|
USE_PYTHON= -3.1
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|