freebsd-ports/www/py-django-registration/Makefile
Sylvio Cesar Teixeira 963b7de938 - Update to 0.8
PR:		ports/168721
Submitted by:	Kevin Golding <ports@caomhin.org> (maintainer)
2012-06-06 20:59:29 +00:00

27 lines
592 B
Makefile

# 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
USE_GETTEXT= yes
CONFLICTS_INSTALL= pootle-*
.include <bsd.port.mk>