# Created by: Muhammad Moinur Rahman<5u623l20@gmail.com>
# $FreeBSD: head/devel/py-future/Makefile 435903 2017-03-11 13:16:20Z bofh $

PORTNAME=	future
PORTVERSION=	0.16.0
CATEGORIES=	devel python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	bofh@FreeBSD.org
COMMENT=	Clean single-source support for Python 3 and 2

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

USES=		python
USE_PYTHON=	autoplist concurrent distutils
NO_ARCH=	yes

regression-test: build
	@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test

.include <bsd.port.mk>
