PORTNAME=	async_generator
PORTVERSION=	1.10
CATEGORIES=	devel python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	ports@MidnightBSD.org
COMMENT=	Tiny library to add async generators to Python 3.5

LICENSE=	mit

USES=		python:3.5+
USE_PYTHON=	autoplist distutils

.include <bsd.port.mk>
