diff options
Diffstat (limited to 'net/cloudflared/Makefile')
-rw-r--r-- | net/cloudflared/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/net/cloudflared/Makefile b/net/cloudflared/Makefile index 7ae243d82396..00a5100caa31 100644 --- a/net/cloudflared/Makefile +++ b/net/cloudflared/Makefile @@ -1,19 +1,17 @@ PORTNAME= cloudflared -DISTVERSION= 2021.11.0 +DISTVERSION= 2022.7.1 +PORTREVISION= 1 CATEGORIES= net www MAINTAINER= egypcio@FreeBSD.org COMMENT= Cloudflare's Argo Tunnel client -# Not sure if we are allowed to redistribute it. -LICENSE= cloudflare -LICENSE_NAME= cloudflare +LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -LICENSE_PERMS= no-dist-sell no-pkg-sell RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss -USES= cpe go:modules +USES= cpe go:1.18,modules USE_RC_SUBR= ${PORTNAME} USE_GITHUB= yes GH_ACCOUNT= cloudflare |