2015-05-11 23:38:18 +02:00
|
|
|
# Created by: Christer Edwards <christer.edwards@gmail.com>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= raet
|
2015-12-10 15:14:44 +01:00
|
|
|
PORTVERSION= 0.6.5
|
2015-05-11 23:38:18 +02:00
|
|
|
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
|
2015-12-10 15:14:44 +01:00
|
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_ARCH= yes
|
2015-05-11 23:38:18 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|