freebsd-ports/devel/py-testfixtures/Makefile
Mateusz Piotrowski ed9907e3eb Update to 6.15.0
2020-10-25 14:35:51 +00:00

20 lines
397 B
Makefile

# $FreeBSD$
PORTNAME= testfixtures
PORTVERSION= 6.15.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= 0mp@FreeBSD.org
COMMENT= Collection of helpers and mock objects for unit tests and doc tests
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>