openbsd-ports/devel/py-twisted/conch/Makefile
alek edfd8fecc4 Import Twisted and its modules.
Twisted Core is an asynchronous event loop and associated utilities,
supporting TCP, UDP, multicast, SSL/TLS, serial communication and more.
It is used by most of the servers, clients and protocols that are part
of other Twisted projects.

With help from Eric Faurot <eric.faurot@gmail.com> and sturm@
2006-07-29 14:37:37 +00:00

23 lines
476 B
Makefile

# $OpenBSD
COMMENT= "SSH and SFTP protocol implementation"
CATEGORIES= net
DISTNAME= TwistedConch-0.7.0
PKGNAME= py-twisted-conch-0.7.0
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>