freebsd-ports/net-p2p/py-vertex/Makefile
Greg Larkin dc6719f204 - Updated to 0.3.0
- Passed maintainership to submitter
- Added LICENSE
- Updated MASTER_SITES to avoid strangely-suffixed distfile name

PR:		ports/150276
Submitted by:	C-S <c-s at c-s dot li>
2010-09-16 00:47:46 +00:00

31 lines
836 B
Makefile

# New ports collection makefile for: py-vertex
# Date created: 19 May 2006
# Whom: Alexander Botero-Lowry <alex@foxybanana.com>
#
# $FreeBSD$
#
PORTNAME= vertex
PORTVERSION= 0.3.0
CATEGORIES= net-p2p python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Vertex-${PORTVERSION}
MAINTAINER= c-s@c-s.li
COMMENT= Vertex is an implementation of the Q2Q protocol
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/epsilon/__init__.py:${PORTSDIR}/devel/py-epsilon \
${PYTHON_SITELIBDIR}/OpenSSL/__init__.py:${PORTSDIR}/security/py-openssl
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/epsilon/__init__.py:${PORTSDIR}/devel/py-epsilon \
${PYTHON_SITELIBDIR}/OpenSSL/__init__.py:${PORTSDIR}/security/py-openssl
LICENSE= BSD
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= Vertex
USE_TWISTED= yes
.include <bsd.port.mk>