freebsd-ports/www/py-django-registration/Makefile
Martin Wilke 652c54d330 - Update to 2.0.3
PR:		205090
Submitted by:	maintainer
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D4458
2015-12-10 14:34:34 +00:00

22 lines
474 B
Makefile

# Created by: Kevin Golding <ports@caomhin.org>
# $FreeBSD$
PORTNAME= django-registration
PORTVERSION= 2.0.3
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@caomhin.org
COMMENT= User-registration application for Django
LICENSE= BSD3CLAUSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django>=1.4:${PORTSDIR}/www/py-django
USES= python
USE_PYTHON= distutils autoplist
CONFLICTS_INSTALL= pootle-*
.include <bsd.port.mk>