2005-04-15 06:56:19 +02:00
|
|
|
# New ports collection makefile for: py-twistedWeb
|
|
|
|
# Date created: 14 April 2005
|
|
|
|
# Whom: Neal Nelson <neal@nelson.name>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= twistedWeb
|
2006-05-30 17:59:59 +02:00
|
|
|
PORTVERSION= 0.6.0
|
2005-04-15 13:27:07 +02:00
|
|
|
PORTREVISION= 1
|
2005-04-15 06:56:19 +02:00
|
|
|
CATEGORIES= www devel python
|
2006-05-30 17:59:59 +02:00
|
|
|
MASTER_SITES= http://tmrc.mit.edu/mirror/twisted/Web/${PORTVERSION:S/.0//}/
|
2005-04-15 06:56:19 +02:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
DISTNAME= TwistedWeb-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= neal@nelson.name
|
|
|
|
COMMENT= An HTTP protocol implementation together with clients and servers
|
|
|
|
|
2005-04-15 13:27:07 +02:00
|
|
|
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/twisted:${PORTSDIR}/devel/py-twistedCore
|
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
2005-04-15 06:56:19 +02:00
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/TwistedWeb-${PORTVERSION}
|
|
|
|
|
|
|
|
USE_BZIP2= yes
|
2006-05-30 17:59:59 +02:00
|
|
|
USE_PYTHON= 2.3+
|
2005-04-15 06:56:19 +02:00
|
|
|
USE_PYDISTUTILS= yes
|
|
|
|
|
|
|
|
PLIST_SUB+= S=${PYTHONPREFIX_SITELIBDIR:S;${PREFIX}/;;}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|