Prune www/mod_log_mysql
[dports.git] / security / py-twistedConch / Makefile
1 # Created by: Neal Nelson <neal@nelson.name>
2 # $FreeBSD$
3
4 PORTNAME=       twistedConch
5 PORTVERSION=    14.0.0
6 CATEGORIES=     security devel python
7 MASTER_SITES=   http://twistedmatrix.com/Releases/Conch/${PORTVERSION:R}/ \
8                 LOCAL/sunpoet
9 PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
10 DISTNAME=       TwistedConch-${PORTVERSION}
11
12 MAINTAINER=     python@FreeBSD.org
13 COMMENT=        SSH and SFTP protocol implementation with clients and servers
14
15 LICENSE=        MIT
16
17 BUILD_DEPENDS=  ${PYTHON_PKGNAMEPREFIX}twistedCore>=${PORTVERSION}:${PORTSDIR}/devel/py-twistedCore
18 RUN_DEPENDS=    ${PYTHON_PKGNAMEPREFIX}asn1>=0.0.9a:${PORTSDIR}/devel/py-asn1 \
19                 ${PYTHON_PKGNAMEPREFIX}twistedCore>=${PORTVERSION}:${PORTSDIR}/devel/py-twistedCore
20
21 USE_PYTHON=     2
22 USE_PYDISTUTILS=yes
23 PYDISTUTILS_AUTOPLIST=  yes
24 USES=           tar:bzip2
25
26 .include <bsd.port.mk>