1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/devel/py-backcall/Makefile
Babak Farrokhi f4cb43b676 devel/py-backcall: Update to 0.2.0
- Update to 0.2.0
- Pet portlint
2020-06-15 20:29:45 +00:00

20 lines
386 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
USE_PYTHON= autoplist concurrent distutils
.include <bsd.port.mk>