# Created by: Mark Felder <feld@FreeBSD.org>
# $FreeBSD$

PORTNAME=	bluelet
PORTVERSION=	0.2.0
CATEGORIES=	devel python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Pure-Python asynchronous I/O using coroutines

LICENSE=	MIT

USES=		python:3.6+
USE_PYTHON=	distutils autoplist

.include <bsd.port.mk>
