# Created by: Johannes Meixner <johannes@perceivon.net>
# $FreeBSD: head/devel/py-tapi/Makefile 462916 2018-02-25 05:32:57Z sunpoet $

PORTNAME=	tapi
PORTVERSION=	0.1.7
PORTREVISION=	1
CATEGORIES=	devel python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTNAME=	Tapi-${PORTVERSION}

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Framework for testing APIs

LICENSE=	MIT

NO_ARCH=	yes
USES=		python
USE_PYTHON=	autoplist concurrent distutils

.include <bsd.port.mk>
