freebsd-ports/www/py-django-registration/Makefile
Martin Wilke 7b9db28fcf - Update to 2.0.4
PR:		206316
Submitted by:	maintainer
2016-01-16 17:22:49 +00:00

22 lines
478 B
Makefile

# Created by: Kevin Golding <ports@caomhin.org>
# $FreeBSD$
PORTNAME= django-registration
PORTVERSION= 2.0.4
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}django18>=1.4:${PORTSDIR}/www/py-django18
USES= python
USE_PYTHON= distutils autoplist
CONFLICTS_INSTALL= pootle-*
.include <bsd.port.mk>