freebsd-ports/net/py-DTLSSocket/Makefile
Tobias C. Berner 7462c119b9 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
2019-04-28 19:01:42 +00:00

20 lines
377 B
Makefile

# $FreeBSD$
PORTNAME= DTLSSocket
DISTVERSION= 0.1.9
CATEGORIES= net
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= tcberner@FreeBSD.org
COMMENT= Python IKEA Tradfri API controller
LICENSE= EPL
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= autoconf>0:devel/autoconf
USES= python
USE_PYTHON= autoplist cython distutils
.include <bsd.port.mk>