21 lines
462 B
Makefile
Raw Normal View History

2013-03-11 10:50:00 +00:00
# $OpenBSD: Makefile,v 1.18 2013/03/11 10:50:26 espie Exp $
COMMENT= SSH and SFTP protocol implementation
CATEGORIES= net
VERSION= 11.1.0
DISTNAME= TwistedConch-${VERSION}
PKGNAME= py-twisted-conch-${VERSION}
HOMEPAGE= http://twistedmatrix.com/trac/wiki/TwistedConch
2011-06-20 10:25:32 +00:00
MASTER_SITES= http://twistedmatrix.com/Releases/Conch/${VERSION:R}/
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
TRIAL_TARGET= twisted.conch
.include <bsd.port.mk>