freebsd-ports/devel/py-twistedCore/Makefile
Patrick Li 267cb82866 Update to 2.0.1
PR:		ports/81547
Submitted by:	maintainer
2005-05-27 21:29:56 +00:00

38 lines
1.1 KiB
Makefile

# New ports collection makefile for: py-twisted
# Date created: 13 April 2005
# Whom: Neal Nelson <neal@nelson.name>
#
# $FreeBSD$
#
PORTNAME= twistedCore
PORTVERSION= 2.0.1
CATEGORIES= devel net python
MASTER_SITES= http://twistedmatrix.com/downloads/Twisted/2.0/ \
http://tmrc.mit.edu/mirror/twisted/Twisted/2.0/
#MASTER_SITE_SUBDIR= ${PORTNAME}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Twisted-${PORTVERSION}
MAINTAINER= neal@nelson.name
COMMENT= An asynchronous networking framework for Python - Core module
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/zope/interface:${PORTSDIR}/devel/py-zopeInterface
RUN_DEPENDS= ${BUILD_DEPENDS}
CONFLICTS= py-twisted-[0-9]*
WRKSRC= ${WRKDIR}/Twisted-${PORTVERSION}
# - Note that Twisted ships with some graphical examples and clients that
# require PyGNOME to run. These are not central to the funcitoning of
# Twisted, but the user should feel free to install x11-toolits/py-gnome
# separately if desired.
USE_BZIP2= yes
USE_PYTHON= 2.2+
USE_PYDISTUTILS= yes
PLIST_SUB+= S=${PYTHONPREFIX_SITELIBDIR:S;${PREFIX}/;;}
.include <bsd.port.mk>