freebsd-ports/www/py-dojango/Makefile
Josh Paetzel cbbfa57be7 Dojango is a reusable django application that helps you to
use the client-side framework dojo within your django project.
It provides capabilites to easily switch between several dojo
versions and sources (e.g. aol, google, local)
Delivers helping utilities, that makes the development of rich
internet applications in combination with dojo more comfortable.
It makes the building of your own packed dojo release easier.

Sponsored by:	iXsystems
2010-09-13 22:42:14 +00:00

33 lines
710 B
Makefile

# Ports collection makefile for: py-dojango
# Date created: Sept 13, 2010
# Whom: jpaetzel
#
# $FreeBSD$
#
PORTNAME= dojango
PORTVERSION= 0.4.7
CATEGORIES= www python java
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
MASTER_SITE_SUBDIR= ""
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= jpaetzel@FreeBSD.org
COMMENT= A django application for building dojo
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= ${PORTNAME}
RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/django/bin/django-admin.py:${PORTSDIR}/www/py-django
OPTIONS= JAVA "Java support needed to build dojo libraries" off
.include <bsd.port.pre.mk>
.if defined(WITH_JAVA)
USE_JAVA= yes
JAVA_VERSION= 1.6+
.endif
.include <bsd.port.post.mk>