diff options
Diffstat (limited to 'devel/py-wait-for2/Makefile')
-rw-r--r-- | devel/py-wait-for2/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/devel/py-wait-for2/Makefile b/devel/py-wait-for2/Makefile new file mode 100644 index 000000000000..dbde6407eabd --- /dev/null +++ b/devel/py-wait-for2/Makefile @@ -0,0 +1,21 @@ +PORTNAME= wait-for2 +DISTVERSION= 0.3.2 +CATEGORIES= devel python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= wait_for2-${DISTVERSION} + +MAINTAINER= DtxdF@disroot.org +COMMENT= Handle simultaneous cancellation and future completion +WWW= https://pypi.org/project/${PORTNAME} \ + https://github.com/Traktormaster/${PORTNAME} + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= python +USE_PYTHON= autoplist distutils + +NO_ARCH= yes + +.include <bsd.port.mk> |