head	1.6;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.2;
locks; strict;
comment	@# @;


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

1.5
date	2012.08.31.13.57.22;	author cs;	state Exp;
branches;
next	1.4;

1.4
date	2012.05.20.14.03.31;	author cs;	state Exp;
branches;
next	1.3;

1.3
date	2012.01.21.17.40.03;	author eadler;	state Exp;
branches;
next	1.2;

1.2
date	2011.09.15.12.33.27;	author cs;	state Exp;
branches;
next	1.1;

1.1
date	2011.03.18.20.24.29;	author glarkin;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Switch exporter over
@
text
@# New ports collection makefile for:	django-mptt
# Date created:				2011-02-16
# Whom:					Carlo Strub
#
# $FreeBSD: head/www/py-django-mptt/Makefile 303424 2012-08-31 13:57:22Z cs $
#

PORTNAME=	django-mptt
PORTVERSION=	0.5.4
CATEGORIES=	www python
MASTER_SITES=	https://github.com/django-mptt/django-mptt/tarball/
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	cs@@FreeBSD.org
COMMENT=	Utilities for implementing a pre-order traversal tree in django

LICENSE=	BSD

BUILD_DEPENDS=	${PYTHON_SITELIBDIR}/django/bin/django-admin.py:${PORTSDIR}/www/py-django
RUN_DEPENDS=	${PYTHON_SITELIBDIR}/django/bin/django-admin.py:${PORTSDIR}/www/py-django

GITVERSION=	4310e7e 

FETCH_ARGS=	-Fpr
USE_GETTEXT=	yes
USE_PYDISTUTILS=	yes
USE_PYTHON=	yes
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTNAME}-${GITVERSION}

do fetch:
	[ -f ${DISTDIR}/${DISTFILES} ] || \
		${FETCH_CMD} -o ${DISTDIR}/${DISTFILES} \
			${MASTER_SITES}${PORTVERSION}

.include <bsd.port.mk>
@


1.5
log
@SVN rev 303424 on 2012-08-31 13:57:22Z by cs

- Update to 0.5.4
- tidy pkg-descr
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.4
log
@- Update to 0.5.2
- Change mirror
@
text
@d9 1
a9 1
PORTVERSION=	0.5.2
d22 1
a22 1
GITVERSION=	8ab6a85
@


1.3
log
@At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:	portmgr
@
text
@d9 1
a9 1
PORTVERSION=	0.4.2
d11 1
a11 1
MASTER_SITES=	http://www.c-s.li/ports/
d17 2
d20 1
a20 1
RUN_DEPENDS:=	${BUILD_DEPENDS}
d22 1
a22 1
LICENSE=	BSD
d24 3
a26 1
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTNAME}-7d3e111
d28 6
a33 2
USE_PYDISTUTILS=easy_install
PLIST_FILES=	%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
@


1.2
log
@Change maintainer address to my FreeBSD address

Approved by:	wen@@ (mentor)
@
text
@d18 1
a18 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.1
log
@Utilities for implementing Modified Preorder Tree Traversal with
your Django Models and working with trees of Model instances.

WWW:	https://github.com/django-mptt/django-mptt/

PR:		ports/154830
Submitted by:	Carlo Strub (c-s@@c-s.li)
@
text
@d14 1
a14 1
MAINTAINER=	c-s@@c-s.li
@

