# Created by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
# $FreeBSD: tags/RELEASE_11_1_0/www/py-django/Makefile 441895 2017-05-28 03:53:36Z sunpoet $

PORTNAME=	django
CATEGORIES=	www python
PORTVERSION=	1.11.1
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	python@FreeBSD.org
COMMENT=	High-level Python Web Framework (meta port)

LICENSE=	BSD3CLAUSE

OPTIONS_SINGLE=	DJANGO
OPTIONS_SINGLE_DJANGO=	DJANGO111 DJANGO110 DJANGO19 DJANGO18
OPTIONS_DEFAULT=	DJANGO111
DJANGO18_DESC=		Use Django 1.8.x
DJANGO19_DESC=		Use Django 1.9.x
DJANGO110_DESC=		Use Django 1.10.x
DJANGO111_DESC=		Use Django 1.11.x

PORTSCOUT=	ignore:1

USES=		cpe metaport python:run

CPE_VENDOR=	djangoproject

DJANGO18_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django18>=0:www/py-django18
DJANGO19_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django19>=0:www/py-django19
DJANGO110_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django110>=0:www/py-django110
DJANGO111_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django111>=0:www/py-django111

.include <bsd.port.mk>
