1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/devel/py-btest/Makefile
2020-02-16 21:21:00 +00:00

21 lines
369 B
Makefile

# $FreeBSD$
PORTNAME= btest
DISTVERSION= 0.61
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= mshirk@daemon-security.com
COMMENT= Simple driver for basic unit tests
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
USES= python
USE_PYTHON= distutils autoplist concurrent
NO_ARCH= YES
.include <bsd.port.mk>