mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
- Added PYVERSION to PLIST_SUB. It reflect installed version of python
Approved by: garga (mentor)
This commit is contained in:
parent
18c824f0b2
commit
d1b12156ae
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=169580
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME?= django
|
||||
PORTVERSION?= 0.95
|
||||
PORTREVISION?= 0
|
||||
PORTREVISION?= 1
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES?= http://media.djangoproject.com/releases/${PORTVERSION}/
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -25,7 +25,9 @@ USE_PYDISTUTILS= yes
|
||||
NO_BUILD= yes
|
||||
DOCSDIR= ${PREFIX}/share/doc/py-django
|
||||
DJANGOVER?= ${PORTVERSION}
|
||||
PLIST_SUB= DJANGOVER=${DJANGOVER}
|
||||
PYTHONVER?= ${_PYTHON_VERSION}
|
||||
PLIST_SUB= DJANGOVER=${DJANGOVER} \
|
||||
PYTHONVER=${PYTHONVER}
|
||||
|
||||
OPTIONS= MOD_PYTHON3 "Install Apache2 with mod_python3" off \
|
||||
POSTGRESQL "PostgreSQL support" off \
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME?= django
|
||||
PORTVERSION?= 0.95
|
||||
PORTREVISION?= 0
|
||||
PORTREVISION?= 1
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES?= http://media.djangoproject.com/releases/${PORTVERSION}/
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -25,7 +25,9 @@ USE_PYDISTUTILS= yes
|
||||
NO_BUILD= yes
|
||||
DOCSDIR= ${PREFIX}/share/doc/py-django
|
||||
DJANGOVER?= ${PORTVERSION}
|
||||
PLIST_SUB= DJANGOVER=${DJANGOVER}
|
||||
PYTHONVER?= ${_PYTHON_VERSION}
|
||||
PLIST_SUB= DJANGOVER=${DJANGOVER} \
|
||||
PYTHONVER=${PYTHONVER}
|
||||
|
||||
OPTIONS= MOD_PYTHON3 "Install Apache2 with mod_python3" off \
|
||||
POSTGRESQL "PostgreSQL support" off \
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME?= django
|
||||
PORTVERSION?= 0.95
|
||||
PORTREVISION?= 0
|
||||
PORTREVISION?= 1
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES?= http://media.djangoproject.com/releases/${PORTVERSION}/
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -25,7 +25,9 @@ USE_PYDISTUTILS= yes
|
||||
NO_BUILD= yes
|
||||
DOCSDIR= ${PREFIX}/share/doc/py-django
|
||||
DJANGOVER?= ${PORTVERSION}
|
||||
PLIST_SUB= DJANGOVER=${DJANGOVER}
|
||||
PYTHONVER?= ${_PYTHON_VERSION}
|
||||
PLIST_SUB= DJANGOVER=${DJANGOVER} \
|
||||
PYTHONVER=${PYTHONVER}
|
||||
|
||||
OPTIONS= MOD_PYTHON3 "Install Apache2 with mod_python3" off \
|
||||
POSTGRESQL "PostgreSQL support" off \
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME?= django
|
||||
PORTVERSION?= 0.95
|
||||
PORTREVISION?= 0
|
||||
PORTREVISION?= 1
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES?= http://media.djangoproject.com/releases/${PORTVERSION}/
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -25,7 +25,9 @@ USE_PYDISTUTILS= yes
|
||||
NO_BUILD= yes
|
||||
DOCSDIR= ${PREFIX}/share/doc/py-django
|
||||
DJANGOVER?= ${PORTVERSION}
|
||||
PLIST_SUB= DJANGOVER=${DJANGOVER}
|
||||
PYTHONVER?= ${_PYTHON_VERSION}
|
||||
PLIST_SUB= DJANGOVER=${DJANGOVER} \
|
||||
PYTHONVER=${PYTHONVER}
|
||||
|
||||
OPTIONS= MOD_PYTHON3 "Install Apache2 with mod_python3" off \
|
||||
POSTGRESQL "PostgreSQL support" off \
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user