blob: 04b7ab89d595c9e3c8ea42f19393e18d892d81e2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Created by: Johannes Meixner <johannes@perceivon.net>
PORTNAME= tapi
PORTVERSION= 0.1.7
PORTREVISION= 2
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:3.6+
USE_PYTHON= autoplist concurrent distutils
.include <bsd.port.mk>
|