diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-05-19 00:03:36 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-05-19 00:03:36 +0800 |
commit | 4fdc46e703f599424198f0fbd93f170526a96593 (patch) | |
tree | d306b4a1571a1fd48a396b54d98cc4e8f4bc589c /net-p2p | |
parent | 239d8fca9de62dfb4be8d7b1c8dd9ccf4e4fb151 (diff) | |
download | freebsd-ports-gnome-4fdc46e703f599424198f0fbd93f170526a96593.tar.gz freebsd-ports-gnome-4fdc46e703f599424198f0fbd93f170526a96593.tar.zst freebsd-ports-gnome-4fdc46e703f599424198f0fbd93f170526a96593.zip |
Change from USES=twisted to devel/py-twisted
- Add LICENSE_FILE
- Remove BUILD_DEPENDS
- Bump PORTREVISION for dependency change
- Take maintainership
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> |