2013-03-11 10:50:00 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.18 2013/03/11 10:50:26 espie Exp $
|
2006-07-29 14:37:37 +00:00
|
|
|
|
2007-09-16 02:52:56 +00:00
|
|
|
COMMENT= SSH and SFTP protocol implementation
|
2006-07-29 14:37:37 +00:00
|
|
|
|
|
|
|
CATEGORIES= net
|
|
|
|
|
2011-12-08 20:15:40 +00:00
|
|
|
VERSION= 11.1.0
|
2008-03-26 19:57:23 +00:00
|
|
|
DISTNAME= TwistedConch-${VERSION}
|
2010-07-05 13:37:02 +00:00
|
|
|
PKGNAME= py-twisted-conch-${VERSION}
|
2006-07-29 14:37:37 +00:00
|
|
|
|
|
|
|
HOMEPAGE= http://twistedmatrix.com/trac/wiki/TwistedConch
|
|
|
|
|
2011-06-20 10:25:32 +00:00
|
|
|
MASTER_SITES= http://twistedmatrix.com/Releases/Conch/${VERSION:R}/
|
2006-07-29 14:37:37 +00:00
|
|
|
|
2013-03-11 10:50:00 +00:00
|
|
|
TEST_DEPENDS=devel/py-twisted/conch
|
2010-11-15 19:45:56 +00:00
|
|
|
RUN_DEPENDS= security/py-crypto
|
2006-07-29 14:37:37 +00:00
|
|
|
|
2009-01-30 16:22:08 +00:00
|
|
|
TRIAL_TARGET= twisted.conch
|
2006-07-29 14:37:37 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|