aboutsummaryrefslogtreecommitdiff
path: root/devel/py-backcall/Makefile
blob: 42b501e6303a09f076af8780e1207310657c5610 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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>