mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
cf118ccf87
Reported by: lwhsu
19 lines
361 B
Makefile
19 lines
361 B
Makefile
PORTNAME= btest
|
|
DISTVERSION= 0.67
|
|
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:3.6+
|
|
USE_PYTHON= distutils autoplist concurrent
|
|
|
|
NO_ARCH= YES
|
|
|
|
.include <bsd.port.mk>
|