77d68471ad
PR: 267994 Differential revision: D37518 Approved by: bapt
22 lines
480 B
Makefile
22 lines
480 B
Makefile
PORTNAME= raet
|
|
PORTVERSION= 0.6.8
|
|
PORTREVISION= 1
|
|
CATEGORIES= net python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= christer.edwards@gmail.com
|
|
COMMENT= Reliable Asynchronous Event Transport protocol library
|
|
WWW= https://github.com/saltstack/raet
|
|
|
|
LICENSE= APACHE20
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools-git>=1.1:devel/py-setuptools-git@${PY_FLAVOR}
|
|
|
|
USES= python:3.6+
|
|
|
|
USE_PYTHON= autoplist distutils
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|