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

22 lines
478 B
Makefile
Raw Normal View History

2011-09-16 05:24:48 -04:00
# $OpenBSD: Makefile,v 1.16 2011/09/16 09:24:56 espie Exp $
COMMENT= SSH and SFTP protocol implementation
CATEGORIES= net
2011-06-20 06:25:32 -04:00
VERSION= 11.0.0
DISTNAME= TwistedConch-${VERSION}
PKGNAME= py-twisted-conch-${VERSION}
2011-09-16 05:24:48 -04:00
REVISION= 0
HOMEPAGE= http://twistedmatrix.com/trac/wiki/TwistedConch
2011-06-20 06:25:32 -04:00
MASTER_SITES= http://twistedmatrix.com/Releases/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>