pkgsrc/www/py-nevow/Makefile
minskim a42fe4a275 Import py-nevow from pkgsrc-wip. Packaged by Michal Pasternak and
maintained by Siegmund Fuehringer.

Nevow is a next-generation web application templating system, based on
the ideas developed in the Twisted Woven package.  Its main focus is
on separating the HTML template from both the business logic and the
display logic, while allowing the programmer to write pure Python code
as much as possible.  It separates your code into 'data' and 'render'
functions, a simplified implementation of traditional MVC.  It has
various parts which can be used individually or as a whole, integrated
web solution.
2005-11-05 01:58:41 +00:00

21 lines
595 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2005/11/05 01:58:41 minskim Exp $
#
DISTNAME= nevow-0.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= http://www.divmod.org/users/release/divmod/
MAINTAINER= sifu@0xx0.net
HOMEPAGE= http://nevow.com/
COMMENT= Next-generation web application templating system
DEPENDS+= ${PYPKGPREFIX}-twisted>=1.3.0:../../net/py-twisted
DEPENDS+= ${PYPKGPREFIX}-xml>=0.8.3:../../textproc/py-xml
WRKSRC= ${WRKDIR}/${DISTNAME}
PY_PATCHPLIST= yes
PYDISTUTILSPKG= yes
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"