From 65be4328fbb31e84543c8b2440920f1b8d021fdf Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Thu, 22 Oct 2020 17:54:41 +0000 Subject: [PATCH] Add ASYNC option - Bump PORTREVISION for dependency change --- astro/py-spacetrack/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/astro/py-spacetrack/Makefile b/astro/py-spacetrack/Makefile index d5517a5450da..869fa2b235b8 100644 --- a/astro/py-spacetrack/Makefile +++ b/astro/py-spacetrack/Makefile @@ -25,4 +25,10 @@ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes +OPTIONS_DEFINE= ASYNC +OPTIONS_DEFAULT=ASYNC +ASYNC_DESC= Asynchronous support + +ASYNC_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp>=3.6:www/py-aiohttp@${PY_FLAVOR} + .include