pkgsrc-wip/py-twisted-names/Makefile
Siegmund Führinger 1f1f4be729 DNS implementation for Twisted.
See py-twisted package for more information.
2005-03-29 05:07:01 +00:00

21 lines
682 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2005/03/29 05:07:01 sifu Exp $
DISTNAME= TwistedNames-${TWISTED_VERSION}
PKGNAME= ${PYPKGPREFIX}-twisted-names-${TWISTED_VERSION}
CATEGORIES= net python
MASTER_SITES= http://tmrc.mit.edu/mirror/twisted/Names/0.1/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= sifu@0xx0.net
HOMEPAGE= http://www.twistedmatrix.com/projects/names/
COMMENT= DNS implementation for Twisted
DEPENDS+= ${PYPKGPREFIX}-twisted>=2.0.0:../../wip/py-twisted
DEPENDS+= ${PYPKGPREFIX}-twisted-flow>=0.1.0:../../wip/py-twisted-flow
PY_PATCHPLIST= yes
PYDISTUTILSPKG= yes
TWISTED_VERSION= 0.1.0
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"