blob: 0431e52e68fa71d6737e0b12098ded47f00e2d14 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# New ports collection makefile for: py-django-registration
# Date created: 22 November 2009
# Whom: Kevin Golding <ports@caomhin.org>
#
# $FreeBSD$
#
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
USES= gettext
CONFLICTS_INSTALL= pootle-*
.include <bsd.port.mk>
|