openbsd-ports/devel/py-twisted/conch/Makefile

22 lines
479 B
Makefile
Raw Normal View History

2010-11-15 14:45:56 -05:00
# $OpenBSD: Makefile,v 1.13 2010/11/15 19:46:08 espie Exp $
COMMENT= SSH and SFTP protocol implementation
CATEGORIES= net
VERSION= 10.0.0
DISTNAME= TwistedConch-${VERSION}
PKGNAME= py-twisted-conch-${VERSION}
2010-08-30 18:24:14 -04:00
REVISION = 0
HOMEPAGE= http://twistedmatrix.com/trac/wiki/TwistedConch
MASTER_SITES= http://tmrc.mit.edu/mirror/twisted/Conch/${VERSION:R}/
2010-11-15 14:45:56 -05:00
REGRESS_DEPENDS=devel/py-twisted/conch
RUN_DEPENDS= security/py-crypto
TRIAL_TARGET= twisted.conch
.include <bsd.port.mk>