mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
20 lines
397 B
Makefile
20 lines
397 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= async_timeout
|
|
PORTVERSION= 2.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>
|