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

20 lines
422 B
Makefile
Raw Normal View History

2011-06-20 06:25:32 -04:00
# $OpenBSD: Makefile,v 1.5 2011/06/20 10:25:33 eric Exp $
COMMENT= low-level networking for Twisted
CATEGORIES+= net
2011-06-20 06:25:32 -04:00
VERSION= 11.0.0
DISTNAME= TwistedPair-${VERSION}
PKGNAME= py-twisted-pair-${VERSION}
HOMEPAGE= http://twistedmatrix.com/trac/wiki/TwistedPair
2011-06-20 06:25:32 -04:00
MASTER_SITES= http://twistedmatrix.com/Releases/Pair/${VERSION:R}/
2010-11-15 14:45:56 -05:00
REGRESS_DEPENDS=devel/py-twisted/pair
TRIAL_TARGET= twisted.pair
.include <bsd.port.mk>