1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/net/py-raet/Makefile
Ben Woods ddda256f9f net/py-raet: Update USES=python to include python3
Python3 support was added in raet version 0.5.0:
https://github.com/RaetProtocol/raet/blob/master/ChangeLog.md#20150204-2

Exactly which python 3 versions are supported / known to work will be
discussed here:
https://github.com/RaetProtocol/raet/issues/12

We know at least python 3.5 and 3.6 are supported:
19391b599c
16a05b81da

PR:		244653, 243610
Submitted by:	Tommy P <tommyhp2@gmail.com>
Approved by:	portmgr (blanket: dependency fix, ports (python) compliance)
MFH:		2020Q1
2020-03-08 23:16:21 +00:00

24 lines
514 B
Makefile

# Created by: Christer Edwards <christer.edwards@gmail.com>
# $FreeBSD$
PORTNAME= raet
PORTVERSION= 0.6.8
PORTREVISION= 1
CATEGORIES= net python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= christer.edwards@gmail.com
COMMENT= Reliable Asynchronous Event Transport protocol library
LICENSE= APACHE20
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools-git>=1.1:devel/py-setuptools-git@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>