freebsd-ports/www/jtoolkit/Makefile
Andrew Pantyukhin 1e0b15b0f1 Add port www/jtoolkit:
jToolkit is a Python web application framework built on modpython and
Apache. There is also a simple command line webserver for running
applications from.

It is aimed at dynamically generated pages rather than mostly-static
pages (for which there are templating solutions). Pages can be produced
using a variety of widgets. It handles sessions and database
connections (and multi-database portability).

WWW: http://jtoolkit.sourceforge.net/
Author: St James Software <info@sjsoft.com>

Obtained from:	Pootle mailing lists (lucene patch)
2007-08-30 20:14:47 +00:00

24 lines
564 B
Makefile

# New ports collection makefile for: jtoolkit
# Date created: 30 August 2007
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= jToolkit
PORTVERSION= 0.7.8
CATEGORIES= www python
MASTER_SITES= SF
MAINTAINER= infofarmer@FreeBSD.org
COMMENT= Webapp framework with modpython-based and stand-alone modes
RUN_DEPENDS= py*-kid>=0.9.5:${PORTSDIR}/devel/py-kid
# Has optional dependencies on database engines
# Can optionally use py-lucene (on i386)
USE_PYTHON= 2.5
USE_PYDISTUTILS=yes
PYSETUP= ${PORTNAME}Setup.py
.include <bsd.port.mk>