Files
ports/devel/py-future/Makefile
T
2021-02-04 14:35:00 +00:00

25 lines
501 B
Makefile

# Created by: Muhammad Moinur Rahman<5u623l20@gmail.com>
# $FreeBSD$
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>