1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/www/py-django/Makefile
Wen Heping 7bdb92ff52 - Update Django to 3.0.4, 2.2.11 and 1.11.29(security release)
MFH:		2020Q1
Security:	CVE-2020-9402
2020-03-12 01:09:08 +00:00

31 lines
743 B
Makefile

# Created by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
# $FreeBSD$
PORTNAME= django
PORTVERSION= 1.11.29
CATEGORIES= www python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= python@FreeBSD.org
COMMENT= High-level Python Web Framework (meta port)
LICENSE= BSD3CLAUSE
OPTIONS_SINGLE= DJANGO
OPTIONS_SINGLE_DJANGO= DJANGO111 DJANGO22
OPTIONS_DEFAULT=DJANGO111
DJANGO111_DESC= Use Django 1.11.x
DJANGO22_DESC= USe Django 2.2.x
PORTSCOUT= ignore:1
USES= cpe metaport python:run
USE_PYTHON= flavors
CPE_VENDOR= djangoproject
DJANGO111_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>=0:www/py-django111@${PY_FLAVOR}
DJANGO22_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=0:www/py-django22@${PY_FLAVOR}
.include <bsd.port.mk>