0118c793db
RAET is designed to provide secure reliable scalable asynchronous message/event transport over the internet in a micro-threaded multi-process application framework that uses UDP for interhost communication and LibSodium for authentication, encryption and the CurveCP handshake for secure bootstrap. WWW: https://github.com/saltstack/raet PR: 200085 Submitted by: Christer Edwards <christer.edwards@gmail.com>
18 lines
380 B
Makefile
18 lines
380 B
Makefile
# Created by: Christer Edwards <christer.edwards@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= raet
|
|
PORTVERSION= 0.6.3
|
|
CATEGORIES= net python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= christer.edwards@gmail.com
|
|
COMMENT= Reliable Asynchronous Event Transport protocol library
|
|
|
|
LICENSE= APACHE20
|
|
|
|
USES= python:2
|
|
USE_PYTHON= distutils
|
|
|
|
.include <bsd.port.mk>
|