freebsd-ports/www/jtoolkit/Makefile
Mathieu Arnold 72ea7e696b Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:33:55 +00:00

22 lines
519 B
Makefile

# Created by: 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= ${PYTHON_PKGNAMEPREFIX}kid>=0.9.5:devel/py-kid
# Has optional dependencies on database engines
# Can optionally use py-lucene (on i386)
USES= python:2
NO_ARCH= yes
USE_PYTHON= distutils
PYSETUP= ${PORTNAME}Setup.py
.include <bsd.port.mk>