www/py-django-templatetag-sugar: use Django 1.11 instead of end-of-life 1.8
PR: 230530 Submitted by: rene Approved by: maintainer timeout (tj@, 14 days)
This commit is contained in:
parent
1f59b51c3e
commit
bd5a6df64f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=478047
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= templatetag-sugar
|
||||
PORTVERSION= 1.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}django-
|
||||
@ -11,7 +12,7 @@ DISTNAME= django-${PORTNAME}-${PORTVERSION}
|
||||
MAINTAINER= tj@FreeBSD.org
|
||||
COMMENT= Library to make writing templatetags in Django sweet
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django18>=0:www/py-django18@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>=0:www/py-django111@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
Loading…
Reference in New Issue
Block a user