diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-04-25 20:12:45 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-04-25 20:35:12 +0000 |
commit | 922bd978809edb800b096534d446548b4d61ee6c (patch) | |
tree | e422bc8313cdbb890558a297a8f5ba63ce76658f /net/libngtcp2/Makefile | |
parent | c61c14333305cb235922891a39184183c53d2a35 (diff) | |
download | ports-922bd978809edb800b096534d446548b4d61ee6c.tar.gz ports-922bd978809edb800b096534d446548b4d61ee6c.zip |
net/libngtcp2: Update COMMENT
Diffstat (limited to 'net/libngtcp2/Makefile')
-rw-r--r-- | net/libngtcp2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/libngtcp2/Makefile b/net/libngtcp2/Makefile index c42235dc116c..8baaf829d98e 100644 --- a/net/libngtcp2/Makefile +++ b/net/libngtcp2/Makefile @@ -6,7 +6,7 @@ CATEGORIES= net PKGNAMEPREFIX= lib MAINTAINER= sunpoet@FreeBSD.org -COMMENT= QUIC protocol implementation +COMMENT= Implementation of QUIC protocol LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING |