freebsd-ports/devel/py-timeout-decorator/Makefile

19 lines
355 B
Makefile

PORTNAME= timeout-decorator
PORTVERSION= 0.5.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Timeout decorator
WWW= https://github.com/pnpnpn/timeout-decorator
LICENSE= MIT
USES= python:3.7+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>