2013-09-21 01:36:50 +02:00
|
|
|
# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
2007-08-30 22:14:47 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= jToolkit
|
|
|
|
PORTVERSION= 0.7.8
|
2011-02-25 05:40:31 +01:00
|
|
|
PORTREVISION= 1
|
2007-08-30 22:14:47 +02:00
|
|
|
CATEGORIES= www python
|
|
|
|
MASTER_SITES= SF
|
|
|
|
|
2008-09-07 02:19:05 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2007-08-30 22:14:47 +02:00
|
|
|
COMMENT= Webapp framework with modpython-based and stand-alone modes
|
|
|
|
|
2012-05-13 21:03:40 +02:00
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}kid>=0.9.5:${PORTSDIR}/devel/py-kid
|
2007-08-30 22:14:47 +02:00
|
|
|
# Has optional dependencies on database engines
|
|
|
|
# Can optionally use py-lucene (on i386)
|
|
|
|
|
2014-01-13 22:00:02 +01:00
|
|
|
USE_PYTHON= 2
|
2007-08-30 22:14:47 +02:00
|
|
|
USE_PYDISTUTILS=yes
|
|
|
|
PYSETUP= ${PORTNAME}Setup.py
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|