freebsd-ports/devel/py-btest/Makefile
Mateusz Piotrowski dd73aa36a5 devel/py-btest: Add python to CATEGORIES.
Reported by:	koobs
Reviewed by:	koobs, krion
Approved by:	krion (mentor)
Differential Revision:	https://reviews.freebsd.org/D17391
2018-10-04 08:33:37 +00:00

20 lines
369 B
Makefile

# $FreeBSD$
PORTNAME= btest
DISTVERSION= 0.58
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>