diff options
author | Mikael Urankar <mikael@FreeBSD.org> | 2020-05-16 15:45:35 +0000 |
---|---|---|
committer | Mikael Urankar <mikael@FreeBSD.org> | 2020-05-16 15:45:35 +0000 |
commit | 9a069d8feef30365f3a0d656173d302912087ca8 (patch) | |
tree | 68da4f06d85df3dc949d48f92cb6b71ae66f38fa /irc/Makefile | |
parent | 03c288090f80adc4369564df3a38a6f6df4148a2 (diff) | |
download | freebsd-ports-9a069d8feef30365f3a0d656173d302912087ca8.zip |
irc/komanda-cli: add new port
Sister app of komanda.io, an IRC
client for developers built in go.
WWW: https://github.com/mephux/komanda-cli
PR: 246504
Submitted by: Lewis Cook <vulcan@wired.sh>
Diffstat (limited to 'irc/Makefile')
-rw-r--r-- | irc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/irc/Makefile b/irc/Makefile index 6728d5eb209c..7811a060f6c7 100644 --- a/irc/Makefile +++ b/irc/Makefile @@ -53,6 +53,7 @@ SUBDIR += irssi-xmpp SUBDIR += irssistats SUBDIR += keitairc2 + SUBDIR += komanda-cli SUBDIR += konversation SUBDIR += kvirc SUBDIR += libircclient |