2005-04-15 06:57:33 +02:00
|
|
|
# New ports collection makefile for: py-twistedConch
|
|
|
|
# Date created: 13 April 2005
|
|
|
|
# Whom: Neal Nelson <neal@nelson.name>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= twistedConch
|
2006-05-30 17:56:27 +02:00
|
|
|
PORTVERSION= 0.7.0
|
2005-04-15 06:57:33 +02:00
|
|
|
CATEGORIES= security devel python
|
2005-11-03 13:17:55 +01:00
|
|
|
MASTER_SITES= http://twistedmatrix.com/downloads/Conch/${PORTVERSION:S/.0//}/ \
|
|
|
|
http://tmrc.mit.edu/mirror/twisted/Conch/${PORTVERSION:S/.0//}/
|
2005-04-15 06:57:33 +02:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
DISTNAME= TwistedConch-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= neal@nelson.name
|
|
|
|
COMMENT= An SSH and SFTP protocol implementation with clients and servers
|
|
|
|
|
2005-04-15 13:26:04 +02:00
|
|
|
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/twisted:${PORTSDIR}/devel/py-twistedCore
|
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
2005-04-15 06:57:33 +02:00
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/TwistedConch-${PORTVERSION}
|
|
|
|
|
|
|
|
USE_BZIP2= yes
|
2006-05-30 17:56:27 +02:00
|
|
|
USE_PYTHON= 2.3+
|
2005-04-15 06:57:33 +02:00
|
|
|
USE_PYDISTUTILS= yes
|
|
|
|
|
|
|
|
PLIST_SUB+= S=${PYTHONPREFIX_SITELIBDIR:S;${PREFIX}/;;}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|