ad63ab3b67
no problem ajacoutot@
20 lines
422 B
Makefile
20 lines
422 B
Makefile
# $OpenBSD: Makefile,v 1.7 2011/12/08 20:15:40 eric Exp $
|
|
|
|
COMMENT= low-level networking for Twisted
|
|
|
|
CATEGORIES+= net
|
|
|
|
VERSION= 11.1.0
|
|
DISTNAME= TwistedPair-${VERSION}
|
|
PKGNAME= py-twisted-pair-${VERSION}
|
|
|
|
HOMEPAGE= http://twistedmatrix.com/trac/wiki/TwistedPair
|
|
|
|
MASTER_SITES= http://twistedmatrix.com/Releases/Pair/${VERSION:R}/
|
|
|
|
REGRESS_DEPENDS=devel/py-twisted/pair
|
|
|
|
TRIAL_TARGET= twisted.pair
|
|
|
|
.include <bsd.port.mk>
|