Files
ports/devel/py-btest/Makefile
T
Antoine Brodin aa7a6c429e Drop python 2.7 support from a few ports
With hat:	portmgr
2020-12-28 23:02:12 +00:00

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>