diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2021-10-16 11:51:03 +0200 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2021-10-16 11:51:39 +0200 |
commit | 4460cf727a7788c9ce21f3344ce5745e5cd9fc4a (patch) | |
tree | 85ee27f029c1ee293667902fe22b65ecac0ff154 /net/py-cloudflare-scrape | |
parent | cleanup: Remove expired ports: (diff) |
*: fix tab vs. space issues, and comments according to the guide.
Diffstat (limited to 'net/py-cloudflare-scrape')
-rw-r--r-- | net/py-cloudflare-scrape/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/py-cloudflare-scrape/Makefile b/net/py-cloudflare-scrape/Makefile index e3a02fa86c2d..f21d75f62667 100644 --- a/net/py-cloudflare-scrape/Makefile +++ b/net/py-cloudflare-scrape/Makefile @@ -12,9 +12,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}PyExecJS>=0:devel/py-PyExecJS@${PY_FLAVOR} USES= python:3.6+ -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils -USE_GITHUB= yes +USE_GITHUB= yes GH_ACCOUNT= Anorov .include <bsd.port.mk> |