diff options
author | Mark Felder <feld@FreeBSD.org> | 2017-01-09 22:02:43 +0000 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2017-01-09 22:02:43 +0000 |
commit | 97f0e564fa0a3bd35ff14abb68fa9abe394c012f (patch) | |
tree | 272ac986ffaa47fd0ff08609f0188eed44792e15 | |
parent | 6fbee4616600c05c69e13d6ce74ece2c42eb0848 (diff) | |
download | ports-97f0e564fa0a3bd35ff14abb68fa9abe394c012f.tar.gz ports-97f0e564fa0a3bd35ff14abb68fa9abe394c012f.zip |
Notes
-rw-r--r-- | net/socketw/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/socketw/Makefile b/net/socketw/Makefile index a3fb33a8a095..1c0a48694cbb 100644 --- a/net/socketw/Makefile +++ b/net/socketw/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 1.0.0.20151501 CATEGORIES= net MAINTAINER= monwarez@mailoo.org -COMMENT= SocketW is a cross platform streaming socket C++ +COMMENT= Cross platform C++ streaming socket library LICENSE= GPLv2+ |