forked from Lainports/freebsd-ports
21 lines
391 B
Makefile
21 lines
391 B
Makefile
PORTNAME= btest
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.71
|
|
CATEGORIES= devel python
|
|
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_GITHUB= yes
|
|
USE_PYTHON= distutils autoplist concurrent
|
|
|
|
GH_ACCOUNT= zeek
|
|
|
|
NO_ARCH= YES
|
|
|
|
.include <bsd.port.mk>
|