diff options
author | Koichiro Iwao <meta@FreeBSD.org> | 2022-07-06 15:32:55 +0900 |
---|---|---|
committer | Koichiro Iwao <meta@FreeBSD.org> | 2022-07-06 15:35:43 +0900 |
commit | 27d62bb0db494344d9a15b3b4122eca632e48397 (patch) | |
tree | fd16914df4ae111df2866d647b5aa2cab40ae2e5 /security/tailscale | |
parent | a2c16e6ad7b1ba3d4bde5a312c11629d1c136401 (diff) | |
download | freebsd-ports-27d62bb0db494344d9a15b3b4122eca632e48397.zip |
security/tailscale: add net-vpn virtual category
Diffstat (limited to 'security/tailscale')
-rw-r--r-- | security/tailscale/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/tailscale/Makefile b/security/tailscale/Makefile index d726fbdeeb27..ace4ea5116cc 100644 --- a/security/tailscale/Makefile +++ b/security/tailscale/Makefile @@ -1,7 +1,7 @@ PORTNAME= tailscale PORTVERSION= 1.26.2 DISTVERSIONPREFIX= v -CATEGORIES= security +CATEGORIES= security net-vpn MAINTAINER= ashish@FreeBSD.org COMMENT= Mesh VPN that makes it easy to connect your devices |