aboutsummaryrefslogtreecommitdiff
path: root/net/Makefile
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2019-04-28 19:01:42 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2019-04-28 19:01:42 +0000
commit7462c119b9f8cdf2c777d80d8a542bfebb2f3125 (patch)
tree3ebaaf45c4627e62444cadc10e7847aa6cbaf4f6 /net/Makefile
parent04f3e92a74ee2909ccb39804394032b7e0bb8a5d (diff)
downloadports-7462c119b9f8cdf2c777d80d8a542bfebb2f3125.tar.gz
ports-7462c119b9f8cdf2c777d80d8a542bfebb2f3125.zip
New port: net/py-DTLSSocket -- DTLSSocket is a cython wrapper for tinydtls with a Socket like interface
This is a cython wrapper for tinydtls. It currently implements a socket like Interface with sendmsg and readmsg. All other calls are passt to the underlying socket. For more info of tinydtls see https://projects.eclipse.org/projects/iot.tinydtls WWW: https://git.fslab.de/jkonra2m/tinydtls-cython
Notes
Notes: svn path=/head/; revision=500360
Diffstat (limited to 'net/Makefile')
-rw-r--r--net/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile
index 326b3a814c9d..fe5bd2792879 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -1011,6 +1011,7 @@
SUBDIR += pwhois
SUBDIR += pxe
SUBDIR += pxe-pdhcp
+ SUBDIR += py-DTLSSocket
SUBDIR += py-GeoIP2
SUBDIR += py-aiocoap
SUBDIR += py-aiohttp-socks