freebsd-ports/net/py-raet/Makefile
Bartek Rutkowski 0118c793db net/py-raet: NEW PORT - Reliable Asynchronous Event Transport protocol library
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>
2015-05-11 21:38:18 +00:00

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>