freebsd-ports/devel/py-tapi/Makefile
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
421 B
Makefile

# Created by: Johannes Meixner <johannes@perceivon.net>
# $FreeBSD$
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>