diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-05-18 16:03:36 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-05-18 16:03:36 +0000 |
commit | 801ae32f6a4f2b51412882ed3f1e14cfb126f2b4 (patch) | |
tree | d306b4a1571a1fd48a396b54d98cc4e8f4bc589c /net-p2p | |
parent | 04fc40efd4b47a9e2b8bdc1e19aef890b80eb45b (diff) | |
download | ports-801ae32f6a4f2b51412882ed3f1e14cfb126f2b4.tar.gz ports-801ae32f6a4f2b51412882ed3f1e14cfb126f2b4.zip |
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/py-vertex/Makefile | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/net-p2p/py-vertex/Makefile b/net-p2p/py-vertex/Makefile index e14fab73a16b..adcb2f8a66ff 100644 --- a/net-p2p/py-vertex/Makefile +++ b/net-p2p/py-vertex/Makefile @@ -3,22 +3,24 @@ PORTNAME= vertex PORTVERSION= 0.3.1 +PORTREVISION= 1 CATEGORIES= net-p2p python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= Vertex-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Vertex is an implementation of the Q2Q protocol -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/epsilon/__init__.py:devel/py-epsilon \ - ${PYTHON_SITELIBDIR}/OpenSSL/__init__.py:security/py-openssl -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/epsilon/__init__.py:devel/py-epsilon \ - ${PYTHON_SITELIBDIR}/OpenSSL/__init__.py:security/py-openssl - LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}epsilon>=0:devel/py-epsilon \ + ${PYTHON_PKGNAMEPREFIX}openssl>=0:security/py-openssl \ + ${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted -USES= python twisted -USE_PYTHON= distutils autoplist +NO_ARCH= yes +USE_PYTHON= autoplist distutils +USES= python .include <bsd.port.mk> |