summaryrefslogtreecommitdiff
path: root/devel/py-backcall/Makefile
blob: bbd48d87f2a4576fed2e71ec8b0829d3f30cfffe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	backcall
PORTVERSION=	0.2.0
CATEGORIES=	devel python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	farrokhi@FreeBSD.org
COMMENT=	Backwards compatible callback APIs
WWW=		https://github.com/takluyver/backcall

LICENSE=	BSD3CLAUSE

NO_ARCH=	yes
USES=		python
USE_PYTHON=	autoplist concurrent distutils

.include <bsd.port.mk>