- add missing dependency on py-six
- bump PORTREVISION PR: 180717 Submitted by: Kevin Golding <ports@caomhin.org> (maintainer)
This commit is contained in:
parent
ab7e11bf7b
commit
e91942a6f8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=323434
1 changed files with 3 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= django-extensions
|
||||
PORTVERSION= 1.1.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -12,7 +13,8 @@ COMMENT= Global custom management extensions for the Django Framework
|
|||
|
||||
LICENSE= BSD
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django>0:${PORTSDIR}/www/py-django
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django>0:${PORTSDIR}/www/py-django \
|
||||
${PYTHON_PKGNAMEPREFIX}six>0:${PORTSDIR}/devel/py-six
|
||||
|
||||
USE_PYTHON= -2.7
|
||||
USE_PYDISTUTILS=easy_install
|
||||
|
|
Loading…
Reference in a new issue