2010-11-15 14:45:56 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.13 2010/11/15 19:46:08 espie 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
|
|
|
|
|
2010-07-05 09:37:02 -04:00
|
|
|
VERSION= 10.0.0
|
2008-03-26 15:57:23 -04:00
|
|
|
DISTNAME= TwistedConch-${VERSION}
|
2010-07-05 09:37:02 -04:00
|
|
|
PKGNAME= py-twisted-conch-${VERSION}
|
2010-08-30 18:24:14 -04:00
|
|
|
REVISION = 0
|
2006-07-29 10:37:37 -04:00
|
|
|
|
|
|
|
HOMEPAGE= http://twistedmatrix.com/trac/wiki/TwistedConch
|
|
|
|
|
2008-03-26 15:57:23 -04:00
|
|
|
MASTER_SITES= http://tmrc.mit.edu/mirror/twisted/Conch/${VERSION:R}/
|
2006-07-29 10:37:37 -04:00
|
|
|
|
2010-11-15 14:45:56 -05:00
|
|
|
REGRESS_DEPENDS=devel/py-twisted/conch
|
|
|
|
RUN_DEPENDS= security/py-crypto
|
2006-07-29 10:37:37 -04:00
|
|
|
|
2009-01-30 11:22:08 -05:00
|
|
|
TRIAL_TARGET= twisted.conch
|
2006-07-29 10:37:37 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|