1PORTNAME= sre-yield 2PORTVERSION= 1.2 3CATEGORIES= devel python 4MASTER_SITES= PYPI 5PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} 6DISTNAME= sre_yield-${PORTVERSION} 7 8MAINTAINER= ports@MidnightBSD.org 9COMMENT= Expand a regular expression to its possible matches 10WWW= https://github.com/google/sre_yield 11 12LICENSE= Apache-2.0 13 14USES= python 15USE_PYTHON= autoplist concurrent distutils 16 17NO_ARCH= yes 18 19.include <bsd.port.mk> 20