21 lines
385 B
Makefile
21 lines
385 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= btest
|
|
DISTVERSION= 0.58
|
|
PORTREVISION= 1
|
|
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>
|