1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
freebsd-ports/net-p2p/py-vertex/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

25 lines
687 B
Makefile

# Created by: Alexander Botero-Lowry <alex@foxybanana.com>
# $FreeBSD$
PORTNAME= vertex
PORTVERSION= 0.3.1
CATEGORIES= net-p2p python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Vertex-${PORTVERSION}
MAINTAINER= ports@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
USES= python twisted
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>