1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/devel/py-Jinja2/Makefile
Nicola Vitale da5cceaf35 Jinja is a small but very fast and easy to use stand-alone template engine
written in pure python.
Since version 0.6 it uses a new parser that increases parsing performance
a lot by caching the nodelists on the harddisk if wanted.
It includes multiple template inheritance and other features like simple
value escaping.

Author: Armin Ronacher
WWW:	http://wsgiarea.pocoo.org/jinja/
2007-02-16 10:05:44 +00:00

32 lines
847 B
Makefile

# New ports collection makefile for: jinja
# Date created: 2007-02-14
# Whom: Nicola Vitale <nivit@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Jinja
PORTVERSION= 0.9
CATEGORIES= devel python
MASTER_SITES= http://cheeseshop.python.org/packages/source/J/${PORTNAME}/ \
http://nivi.interfree.it/distfiles/${PORTNAME}/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= nivit@FreeBSD.org
COMMENT= A fast, and easy to use stand-alone template engine
BUILD_DEPENDS= ${EASY_INSTALL_CMD}:${PORTSDIR}/devel/py-setuptools
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_PYTHON= 2.4+
USE_PYDISTUTILS= yes
PLIST_SUB= EASY_INSTALL_CMD=${EASY_INSTALL_CMD} \
PORTNAME=${PORTNAME} PORTVERSION=${PORTVERSION} \
PYJINJA_EGG=${PYJINJA_EGG}
EASY_INSTALL_CMD?= easy_install-${PYTHON_VER}
PYJINJA_EGG= ${PORTNAME}-${PORTVERSION}-py${PYTHON_VER}.egg
.include <bsd.port.mk>