22 lines
479 B
Makefile
22 lines
479 B
Makefile
# $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}
|
|
REVISION = 0
|
|
|
|
HOMEPAGE= http://twistedmatrix.com/trac/wiki/TwistedConch
|
|
|
|
MASTER_SITES= http://tmrc.mit.edu/mirror/twisted/Conch/${VERSION:R}/
|
|
|
|
REGRESS_DEPENDS=devel/py-twisted/conch
|
|
RUN_DEPENDS= security/py-crypto
|
|
|
|
TRIAL_TARGET= twisted.conch
|
|
|
|
.include <bsd.port.mk>
|