2005-04-15 06:50:23 +02:00
|
|
|
# New ports collection makefile for: py-twistedRunner
|
|
|
|
# Date created: 14 April 2005
|
|
|
|
# Whom: Neal Nelson <neal@nelson.name>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= twistedRunner
|
2006-05-30 17:51:20 +02:00
|
|
|
PORTVERSION= 0.2.0
|
2005-04-15 06:50:23 +02:00
|
|
|
CATEGORIES= devel net python
|
2006-05-30 17:51:20 +02:00
|
|
|
MASTER_SITES= http://tmrc.mit.edu/mirror/twisted/Runner/${PORTVERSION:R}/
|
2005-04-15 06:50:23 +02:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
DISTNAME= TwistedRunner-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= neal@nelson.name
|
|
|
|
COMMENT= Runner has process management, including an inetd replacement
|
|
|
|
|
2005-04-15 13:19:13 +02:00
|
|
|
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/twisted:${PORTSDIR}/devel/py-twistedCore
|
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
2005-04-15 06:50:23 +02:00
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/TwistedRunner-${PORTVERSION}
|
|
|
|
|
|
|
|
USE_BZIP2= yes
|
2006-05-30 17:51:20 +02:00
|
|
|
USE_PYTHON= 2.3+
|
2005-04-15 06:50:23 +02:00
|
|
|
USE_PYDISTUTILS= yes
|
|
|
|
|
|
|
|
PLIST_SUB+= S=${PYTHONPREFIX_SITELIBDIR:S;${PREFIX}/;;}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|