1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/www/jtoolkit/Makefile
Dmitry Marakasov 3b28acf3c5 - Add NO_ARCH
- Drop @dirrm* from plist
2015-06-11 09:25:59 +00:00

23 lines
531 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:${PORTSDIR}/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>