2007-09-15 22:52:56 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.4 2007/09/16 02:53:12 merdely Exp $
|
2006-07-29 10:37:37 -04:00
|
|
|
|
2007-09-15 22:52:56 -04:00
|
|
|
COMMENT= SSH and SFTP protocol implementation
|
2006-07-29 10:37:37 -04:00
|
|
|
|
|
|
|
CATEGORIES= net
|
|
|
|
|
|
|
|
DISTNAME= TwistedConch-0.7.0
|
2006-08-09 06:24:50 -04:00
|
|
|
PKGNAME= py-twisted-conch-0.7.0p0
|
2006-07-29 10:37:37 -04:00
|
|
|
|
|
|
|
HOMEPAGE= http://twistedmatrix.com/trac/wiki/TwistedConch
|
|
|
|
|
|
|
|
MASTER_SITES= http://tmrc.mit.edu/mirror/twisted/Conch/0.7/
|
|
|
|
|
|
|
|
REGRESS_DEPENDS=:py-twisted-conch-*:devel/py-twisted/conch
|
|
|
|
RUN_DEPENDS= :py-crypto-*:security/py-crypto
|
|
|
|
|
|
|
|
do-regress:
|
|
|
|
${LOCALBASE}/bin/trial \
|
|
|
|
--temp-directory=${WRKBUILD} \
|
|
|
|
twisted.conch
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|