head	1.4;
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.1
	RELEASE_7_3_0:1.1;
locks; strict;
comment	@# @;


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

1.3
date	2012.06.06.20.59.29;	author sylvio;	state Exp;
branches;
next	1.2;

1.2
date	2010.10.10.04.39.01;	author pgollucci;	state Exp;
branches;
next	1.1;

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


desc
@@


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

PORTNAME=	django-registration
PORTVERSION=	0.8
CATEGORIES=	www python
MASTER_SITES=	http://www.caomhin.org/ports/
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	ports@@caomhin.org
COMMENT=	A user-registration application for Django

LICENSE=	BSD

RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django>=1.3:${PORTSDIR}/www/py-django

USE_PYTHON=	yes
USE_PYDISTUTILS=	yes
USE_GETTEXT=	yes

CONFLICTS_INSTALL=	pootle-*

.include <bsd.port.mk>
@


1.3
log
@- Update to 0.8

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


1.2
log
@- distfile rerolled for META file update
- Put generically named distfile in subdir
- Bump PORTREVISION

PR:             ports/151113
Submitted by:   Kevin Golding <ports@@caomhin.org> (maintainer)
@
text
@d9 1
a9 2
PORTVERSION=	0.7
PORTREVISION=	1
d11 1
a11 1
MASTER_SITES=	http://bitbucket.org/ubernostrum/django-registration/get/
a12 2
DISTNAME=	v${PORTVERSION}
DIST_SUBDIR=	${PORTNAME}
d17 3
a19 1
RUN_DEPENDS=	${PYTHON_SITELIBDIR}/django/bin/django-admin.py:${PORTSDIR}/www/py-django
a20 1
WRKSRC=	${WRKDIR}/${PORTNAME}
d25 1
a25 7
DOCSDIR=	${PREFIX}/share/doc/py-${PORTNAME}

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


1.1
log
@A user-registration application for Django.

WWW:    http://bitbucket.org/ubernostrum/django-registration/

PR:		ports/140776
Submitted by:	Kevin Golding <ports at caomhin.org>
@
text
@d10 1
d15 1
d18 1
a18 1
COMMENT=	A user-registration application for Django.
d25 1
@

