diff options
author | krion <krion@FreeBSD.org> | 2017-02-08 01:43:59 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2017-02-08 01:43:59 +0800 |
commit | f635482ace22da06b4b6842231ff77690a75022e (patch) | |
tree | b8103754bb230ae96b5213771394516ec3fe29e7 /net-im/Makefile | |
parent | 23db829a15f795906955b8e47b5aec719e551437 (diff) | |
download | freebsd-ports-gnome-f635482ace22da06b4b6842231ff77690a75022e.tar.gz freebsd-ports-gnome-f635482ace22da06b4b6842231ff77690a75022e.tar.zst freebsd-ports-gnome-f635482ace22da06b4b6842231ff77690a75022e.zip |
New port: net-im/py-toxcore-c
PyTox provides a Pythonic binding, i.e Object-oriented instead of C
style, raise exception instead of returning error code.
WWW: https://github.com/TokTok/py-toxcore-c
PR: 216869
Submitted by: yuri@rawbw.com
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D9476
Diffstat (limited to 'net-im/Makefile')
-rw-r--r-- | net-im/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-im/Makefile b/net-im/Makefile index 9e6e9c86af04..7983fc0c0539 100644 --- a/net-im/Makefile +++ b/net-im/Makefile @@ -140,6 +140,7 @@ SUBDIR += py-slackclient SUBDIR += py-sleekxmpp SUBDIR += py-telepot + SUBDIR += py-toxcore-c SUBDIR += py-twistedWords SUBDIR += py-xmpppy SUBDIR += py-xmpppy-irc |