pkgsrc-wip/py-twisted-lore/Makefile
Siegmund Führinger 69c6dd38ad Documentation system for Twisted.
See py-twisted package for more information.
2005-03-29 05:10:17 +00:00

21 lines
683 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2005/03/29 05:10:17 sifu Exp $
DISTNAME= TwistedLore-${TWISTED_VERSION}
PKGNAME= ${PYPKGPREFIX}-twisted-lore-${TWISTED_VERSION}
CATEGORIES= textproc python
MASTER_SITES= http://tmrc.mit.edu/mirror/twisted/Lore/0.1/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= sifu@0xx0.net
HOMEPAGE= http://www.twistedmatrix.com/projects/lore/
COMMENT= Documentation system for Twisted
DEPENDS+= ${PYPKGPREFIX}-twisted>=2.0.0:../../wip/py-twisted
DEPENDS+= ${PYPKGPREFIX}-twisted-web>=0.5.0:../../wip/py-twisted-web
PY_PATCHPLIST= yes
PYDISTUTILSPKG= yes
TWISTED_VERSION= 0.1.0
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"