freebsd-ports/www/jtoolkit/Makefile
2009-10-15 20:59:01 +00:00

24 lines
560 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= ports@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.4+
USE_PYDISTUTILS=yes
PYSETUP= ${PORTNAME}Setup.py
.include <bsd.port.mk>