794d9ce134
PR: 238468 Approved by: wg (maintainer)
19 lines
397 B
Makefile
19 lines
397 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= async_timeout
|
|
PORTVERSION= 3.0.1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= async-timeout-${DISTVERSIONFULL}
|
|
|
|
MAINTAINER= wg@FreeBSD.org
|
|
COMMENT= Timeout context manager for asyncio programs
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= python:3.4+
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|