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
|
2012-06-11 18:10:03 +02:00
|
|
|
PORTVERSION= 12.1.0
|
2005-04-15 06:57:33 +02:00
|
|
|
CATEGORIES= security devel python
|
2011-09-07 11:27:54 +02:00
|
|
|
MASTER_SITES= http://twistedmatrix.com/Releases/Conch/${PORTVERSION:R}/
|
2005-04-15 06:57:33 +02:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
DISTNAME= TwistedConch-${PORTVERSION}
|
|
|
|
|
2012-03-28 21:37:41 +02:00
|
|
|
MAINTAINER= python@FreeBSD.org
|
2005-04-15 06:57:33 +02:00
|
|
|
COMMENT= An SSH and SFTP protocol implementation with clients and servers
|
|
|
|
|
2011-09-07 11:27:54 +02:00
|
|
|
LICENSE= MIT
|
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
|
2012-06-11 18:10:03 +02:00
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twistedCore>=${PORTVERSION}:${PORTSDIR}/devel/py-twistedCore
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1>=0.0.9a:${PORTSDIR}/devel/py-asn1 \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}twistedCore>=${PORTVERSION}:${PORTSDIR}/devel/py-twistedCore
|
2005-04-15 06:57:33 +02:00
|
|
|
|
|
|
|
USE_BZIP2= yes
|
2009-01-31 10:53:10 +01:00
|
|
|
USE_PYTHON= yes
|
2005-04-15 06:57:33 +02:00
|
|
|
USE_PYDISTUTILS= yes
|
2012-06-11 18:10:03 +02:00
|
|
|
PYDISTUTILS_PKGNAME= ${PORTNAME:S/twisted/Twisted_/}
|
2005-04-15 06:57:33 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|