freebsd-ports/devel/py-futures/Makefile
Kubilay Kocak 932e8470e2 devel/py-futures: Update to 2.1.6 & modernise
- 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
2014-02-09 12:44:40 +00:00

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>