18 lines
327 B
Makefile
18 lines
327 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
PORTNAME= async_generator
|
||
|
PORTVERSION= 1.5
|
||
|
CATEGORIES= devel python
|
||
|
MASTER_SITES= CHEESESHOP
|
||
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||
|
|
||
|
MAINTAINER= wg@FreeBSD.org
|
||
|
COMMENT= Tiny library to add async generators to Python 3.5
|
||
|
|
||
|
LICENSE= MIT
|
||
|
|
||
|
USES= python:3.5+ zip
|
||
|
USE_PYTHON= autoplist distutils
|
||
|
|
||
|
.include <bsd.port.mk>
|