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

20 lines
422 B
Makefile
Raw Normal View History

2013-03-11 06:50:00 -04:00
# $OpenBSD: Makefile,v 1.17 2013/03/11 10:50:27 espie Exp $
COMMENT= DNS protocol implementation
CATEGORIES+= net
VERSION= 11.1.0
DISTNAME= TwistedNames-${VERSION}
PKGNAME= py-twisted-names-${VERSION}
HOMEPAGE= http://twistedmatrix.com/trac/wiki/TwistedNames
2011-06-20 06:25:32 -04:00
MASTER_SITES= http://twistedmatrix.com/Releases/Names/${VERSION:R}/
2013-03-11 06:50:00 -04:00
TEST_DEPENDS=devel/py-twisted/names
TRIAL_TARGET= twisted.names
.include <bsd.port.mk>