head	1.8;
access;
symbols
	RELEASE_8_3_0:1.5
	RELEASE_9_0_0:1.5
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1;
locks; strict;
comment	@# @;


1.8
date	2013.03.08.13.00.12;	author svnexp;	state Exp;
branches;
next	1.7;

1.7
date	2012.11.17.06.02.59;	author svnexp;	state Exp;
branches;
next	1.6;

1.6
date	2012.04.10.02.05.28;	author jpaetzel;	state Exp;
branches;
next	1.5;

1.5
date	2011.10.03.17.20.42;	author jpaetzel;	state Exp;
branches;
next	1.4;

1.4
date	2011.05.03.16.34.42;	author jpaetzel;	state Exp;
branches;
next	1.3;

1.3
date	2011.04.05.22.33.18;	author jpaetzel;	state Exp;
branches;
next	1.2;

1.2
date	2011.04.05.21.27.15;	author jpaetzel;	state Exp;
branches;
next	1.1;

1.1
date	2010.09.13.22.42.14;	author jpaetzel;	state Exp;
branches;
next	;


desc
@@


1.8
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/313599
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Ports collection makefile for:	py-dojango
# Date created:			Sept 13, 2010
# Whom:				jpaetzel
#
# $FreeBSD: head/www/py-dojango/Makefile 313599 2013-03-07 16:53:45Z miwi $
#

PORTNAME=	dojango
PORTVERSION=	0.5.5
CATEGORIES=	www python java
MASTER_SITES=	CHEESESHOP
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_DEFINE=		JAVA

.include <bsd.port.options.mk>

.if ${PORT_OPTIONS:MJAVA}
USE_JAVA=	yes
JAVA_VERSION=	1.6+
.endif

.include <bsd.port.mk>
@


1.7
log
@Switch exporter over
@
text
@d5 1
a5 1
# $FreeBSD: head/www/py-dojango/Makefile 300897 2012-07-14 14:29:18Z beat $
d23 1
a23 1
OPTIONS=	JAVA	"Java support needed to build dojo libraries"	off
d25 1
a25 1
.include <bsd.port.pre.mk>
d27 1
a27 1
.if defined(WITH_JAVA)
d32 1
a32 1
.include <bsd.port.post.mk>
@


1.6
log
@Update to 0.5.5
Chase distfiles to the cheeseshop

Sponsored by:	iXsystems
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.5
log
@Update to work with django 1.3.1

Submitted by:	delphij
Obtained from:	FreeNAS SVN repo
Sponsored by:	iXsystems
@
text
@d9 1
a9 2
PORTVERSION=	0.5.2
PORTREVISION=	1
d11 2
a12 3
MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
MASTER_SITE_SUBDIR=	""
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
@


1.4
log
@Update to 0.5.2
@
text
@d10 1
@


1.3
log
@Update to 0.5.1
@
text
@d9 1
a9 1
PORTVERSION=	0.5.1
d22 1
a22 1
RUN_DEPENDS+=	${PYTHON_SITELIBDIR}/django/bin/django-admin.py:${PORTSDIR}/www/py-django12
@


1.2
log
@This version of dojango requires django 1.2.x.  Update dependancy to track
version change of py-django port.
@
text
@d9 1
a9 1
PORTVERSION=	0.4.7
@


1.1
log
@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
@
text
@d22 1
a22 1
RUN_DEPENDS+=	${PYTHON_SITELIBDIR}/django/bin/django-admin.py:${PORTSDIR}/www/py-django
@

