aa7a6c429e
With hat: portmgr
21 lines
374 B
Makefile
21 lines
374 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= btest
|
|
DISTVERSION= 0.62
|
|
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>
|