pkgsrc-wip/py-twisted-runner/Makefile
Siegmund Führinger 17eff3422e Inetd replacement for Twisted.
See py-twisted package for more information.
2005-03-29 05:02:30 +00:00

20 lines
613 B
Makefile

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