Jinja is a sandboxed template engine written in pure Python. It provides a Django like non-XML syntax and compiles templates into executable python code. It's basically a combination of Django templates and python code.
16 lines
449 B
Makefile
16 lines
449 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2009/02/02 09:35:45 markd Exp $
|
|
#
|
|
|
|
DISTNAME= Jinja-1.2
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= http://pypi.python.org/packages/source/J/Jinja/
|
|
|
|
MAINTAINER= markd@NetBSD.org
|
|
HOMEPAGE= http://jinja.pocoo.org/
|
|
COMMENT= Small but fast and easy to use stand-alone template engine
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|