Files
ports/devel/py-backcall/Makefile
T
Antoine Brodin aa7a6c429e Drop python 2.7 support from a few ports
With hat:	portmgr
2020-12-28 23:02:12 +00:00

20 lines
391 B
Makefile

# Created by: Babak Farrokhi <farrokhi@FreeBSD.org>
# $FreeBSD$
PORTNAME= backcall
PORTVERSION= 0.2.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= farrokhi@FreeBSD.org
COMMENT= Backwards compatible callback APIs
LICENSE= BSD3CLAUSE
NO_ARCH= yes
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
.include <bsd.port.mk>