diff options
author | Cy Schubert <cy@FreeBSD.org> | 2018-10-13 13:33:58 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2018-10-13 13:33:58 +0000 |
commit | f99b7c9531f981b941d51ee7c72683c0de5d4768 (patch) | |
tree | 9567e682692ce7fb8e5387c295e1b97a67f50d48 /net/vtun | |
parent | fc1a739ac7a66ba3e84af9b35a41afdb7f9037c1 (diff) | |
download | ports-f99b7c9531f981b941d51ee7c72683c0de5d4768.tar.gz ports-f99b7c9531f981b941d51ee7c72683c0de5d4768.zip |
Notes
Diffstat (limited to 'net/vtun')
-rw-r--r-- | net/vtun/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/vtun/Makefile b/net/vtun/Makefile index 109a0e30ea01..1b6aa608ec54 100644 --- a/net/vtun/Makefile +++ b/net/vtun/Makefile @@ -12,6 +12,9 @@ COMMENT= Virtual Tunnels over TCP/IP networks with traffic shaping LICENSE= GPLv2 +DEPRECATED= No longer supported by upline +EXPIRATION_DATE= 2018-12-31 + BROKEN_SSL= openssl-devel LIB_DEPENDS= liblzo2.so:archivers/lzo2 |