opnsense-ports/security/py-twistedConch/Makefile
Franco Fichtner d543c3ab93 */*: sync with upstream
Taken from: FreeBSD
2016-04-02 16:03:17 +02:00

24 lines
607 B
Makefile

# Created by: Neal Nelson <neal@nelson.name>
# $FreeBSD$
PORTNAME= twistedConch
PORTVERSION= 15.2.1
PORTREVISION= 1
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}pyasn1>=0.0.9a:devel/py-pyasn1
NO_ARCH= yes
USE_PYTHON= autoplist distutils
USES= python:2 tar:bzip2 twisted
.include <bsd.port.mk>