freebsd-ports/devel/py-testfixtures/Makefile
2019-05-02 13:08:57 +00:00

20 lines
396 B
Makefile

# $FreeBSD$
PORTNAME= testfixtures
PORTVERSION= 6.7.1
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>