1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/www/jtoolkit/Makefile
Martin Wilke b960de69c9 - Move over to py25
- while here drop md5 support
- Small cleanups
2011-02-25 04:40:31 +00:00

26 lines
576 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
PORTREVISION= 1
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.5+
USE_PYDISTUTILS=yes
PYSETUP= ${PORTNAME}Setup.py
.include <bsd.port.mk>