mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
Add DJANGO21 option
This commit is contained in:
parent
a0963d2f3e
commit
ca4f2a65d3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=477597
@ -2,8 +2,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= django
|
||||
CATEGORIES= www python
|
||||
PORTVERSION= 1.11.15
|
||||
CATEGORIES= www python
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= python@FreeBSD.org
|
||||
@ -12,10 +12,11 @@ COMMENT= High-level Python Web Framework (meta port)
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
OPTIONS_SINGLE= DJANGO
|
||||
OPTIONS_SINGLE_DJANGO= DJANGO20 DJANGO111
|
||||
OPTIONS_SINGLE_DJANGO= DJANGO111 DJANGO20 DJANGO21
|
||||
OPTIONS_DEFAULT=DJANGO111
|
||||
DJANGO111_DESC= Use Django 1.11.x
|
||||
DJANGO20_DESC= Use Django 2.0
|
||||
DJANGO20_DESC= Use Django 2.0.x
|
||||
DJANGO21_DESC= USe Django 2.1
|
||||
|
||||
PORTSCOUT= ignore:1
|
||||
|
||||
@ -26,5 +27,6 @@ CPE_VENDOR= djangoproject
|
||||
|
||||
DJANGO111_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>=0:www/py-django111@${PY_FLAVOR}
|
||||
DJANGO20_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django20>=0:www/py-django20@${PY_FLAVOR}
|
||||
DJANGO21_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django21>=0:www/py-django21@${PY_FLAVOR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user