freebsd-ports/net-p2p/py-vertex/Makefile
2021-04-06 16:31:07 +02:00

25 lines
671 B
Makefile

# Created by: Alexander Botero-Lowry <alex@foxybanana.com>
PORTNAME= vertex
PORTVERSION= 0.3.1
PORTREVISION= 3
CATEGORIES= net-p2p python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Vertex-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Implementation of Q2Q protocol
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}epsilon>=0:devel/py-epsilon@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}openssl>=0:security/py-openssl@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted@${PY_FLAVOR}
NO_ARCH= yes
USE_PYTHON= autoplist concurrent distutils
USES= python:3.6+
.include <bsd.port.mk>