aboutsummaryrefslogtreecommitdiffstats
path: root/security/py-twistedConch/Makefile
blob: cb69bed237fbe98179b7316f34b438b1a8cdb4bd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Neal Nelson <neal@nelson.name>
# $FreeBSD$

PORTNAME=   twistedConch
PORTVERSION=    14.0.0
CATEGORIES= security devel python
MASTER_SITES=   http://twistedmatrix.com/Releases/Conch/${PORTVERSION:R}/ \
        LOCAL/sunpoet
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
DISTNAME=   TwistedConch-${PORTVERSION}

MAINTAINER= python@FreeBSD.org
COMMENT=    SSH and SFTP protocol implementation with clients and servers

LICENSE=    MIT

RUN_DEPENDS=    ${PYTHON_PKGNAMEPREFIX}asn1>=0.0.9a:${PORTSDIR}/devel/py-asn1

USE_PYTHON= distutils autoplist
USES=       python:2 tar:bzip2 twisted

.include <bsd.port.mk>