head	1.3;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2;
locks; strict;
comment	@# @;


1.3
date	2012.11.17.06.02.59;	author svnexp;	state Exp;
branches;
next	1.2;

1.2
date	2010.01.27.01.03.53;	author miwi;	state Exp;
branches;
next	1.1;

1.1
date	2009.11.04.14.56.53;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Switch exporter over
@
text
@# New ports collection makefile for:	py-django-tagging
# Date created:				18 October 2009
# Whom:					Kevin Golding <ports@@caomhin.org>
#
# $FreeBSD: head/www/py-django-tagging/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	django-tagging
PORTVERSION=	0.3.1
CATEGORIES=	www python
MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	ports@@caomhin.org
COMMENT=	Generic tagging application for Django

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

USE_PYTHON=	yes
USE_PYDISTUTILS=	yes

DOCSDIR=	${PREFIX}/share/doc/py-${PORTNAME}

post-install:
.if !defined(NOPORTDOCS)
	@@${MKDIR} ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/docs/* ${DOCSDIR}
.endif

.include <bsd.port.mk>
@


1.2
log
@- Update to 0.3.1

Changelog:
	http://code.google.com/p/django-tagging/source/browse/trunk/CHANGELOG.txt

PR:		143261
Submitted by:	Kevin Golding <ports@@caomhin.org> (maintainer)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.1
log
@A generic tagging application for Django projects, which allows association of
a number of tags with any Model instance and makes retrieval of tags simple.

WWW:    http://code.google.com/p/django-tagging/

PR:		ports/140110
Submitted by:	Kevin Golding <ports at caomhin.org>
@
text
@d9 1
a9 1
PORTVERSION=	0.3
@

