freebsd-ports/devel/py-future/Makefile
2021-04-06 16:31:07 +02:00

23 lines
489 B
Makefile

# Created by: Muhammad Moinur Rahman<5u623l20@gmail.com>
PORTNAME= future
PORTVERSION= 0.18.2
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:2.7+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
do-test:
@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
.include <bsd.port.mk>