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
|
2009-01-31 10:53:10 +01:00
|
|
|
PORTVERSION= 8.2.0
|
2005-04-15 06:57:33 +02:00
|
|
|
CATEGORIES= security devel python
|
2009-01-31 10:53:10 +01:00
|
|
|
MASTER_SITES= http://tmrc.mit.edu/mirror/twisted/Conch/${PORTVERSION:R}/
|
2005-04-15 06:57:33 +02:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
DISTNAME= TwistedConch-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= neal@nelson.name
|
|
|
|
COMMENT= An SSH and SFTP protocol implementation with clients and servers
|
|
|
|
|
2005-04-15 13:26:04 +02:00
|
|
|
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/twisted:${PORTSDIR}/devel/py-twistedCore
|
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
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
|
2007-07-30 11:42:28 +02:00
|
|
|
PYDISTUTILS_PKGNAME= Conch
|
2005-04-15 06:57:33 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|