aboutsummaryrefslogtreecommitdiff
path: root/security/py-twistedConch
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2010-08-15 10:05:25 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2010-08-15 10:05:25 +0000
commit7350a932651d4a103729121c34ed6ebea3e0000e (patch)
treeb587c383f3244499ef890a4b9f1729eb8fdae206 /security/py-twistedConch
parent94cfb2ea7612227cc8089ba585233fd9f959a158 (diff)
downloadports-7350a932651d4a103729121c34ed6ebea3e0000e.tar.gz
ports-7350a932651d4a103729121c34ed6ebea3e0000e.zip
Notes
Diffstat (limited to 'security/py-twistedConch')
-rw-r--r--security/py-twistedConch/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/py-twistedConch/Makefile b/security/py-twistedConch/Makefile
index a3e6693d1a9a..1882b60057c2 100644
--- a/security/py-twistedConch/Makefile
+++ b/security/py-twistedConch/Makefile
@@ -7,6 +7,7 @@
PORTNAME= twistedConch
PORTVERSION= 9.0.0
+PORTREVISION= 1
CATEGORIES= security devel python
MASTER_SITES= http://tmrc.mit.edu/mirror/twisted/Conch/${PORTVERSION:R}/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -16,7 +17,8 @@ MAINTAINER= neal@nelson.name
COMMENT= An SSH and SFTP protocol implementation with clients and servers
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/twisted:${PORTSDIR}/devel/py-twistedCore
-RUN_DEPENDS= ${BUILD_DEPENDS}
+RUN_DEPENDS= ${BUILD_DEPENDS} \
+ ${PYTHON_PKGNAMEPREFIX}asn1>=0.0.9a:${PORTSDIR}/devel/py-asn1
USE_BZIP2= yes
USE_PYTHON= yes