freebsd-ports/www/py-dojango/Makefile
Josh Paetzel 488b75b32f Update to work with django 1.3.1
Submitted by:	delphij
Obtained from:	FreeNAS SVN repo
Sponsored by:	iXsystems
2011-10-03 17:20:42 +00:00

34 lines
726 B
Makefile

# Ports collection makefile for: py-dojango
# Date created: Sept 13, 2010
# Whom: jpaetzel
#
# $FreeBSD$
#
PORTNAME= dojango
PORTVERSION= 0.5.2
PORTREVISION= 1
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>