diff options
author | Ben Woods <woodsb02@FreeBSD.org> | 2020-03-08 23:16:21 +0000 |
---|---|---|
committer | Ben Woods <woodsb02@FreeBSD.org> | 2020-03-08 23:16:21 +0000 |
commit | ddda256f9f6f430fa84b8c3d9eb442ea05e07c77 (patch) | |
tree | bac2112a372bed58d404b1a44fac64abab8adc4a /net/py-raet | |
parent | 69a54b62a91f938ea9490c5f380853c779c89929 (diff) |
Notes
Diffstat (limited to 'net/py-raet')
-rw-r--r-- | net/py-raet/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/net/py-raet/Makefile b/net/py-raet/Makefile index d951c5b726ba..05302a45d133 100644 --- a/net/py-raet/Makefile +++ b/net/py-raet/Makefile @@ -3,7 +3,7 @@ PORTNAME= raet PORTVERSION= 0.6.8 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,12 +13,9 @@ COMMENT= Reliable Asynchronous Event Transport protocol library LICENSE= APACHE20 -DEPRECATED= Uses deprecated version of python -EXPIRATION_DATE= 2020-08-15 - BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools-git>=1.1:devel/py-setuptools-git@${PY_FLAVOR} -USES= python:2.7 +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes |