mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
www/py-django-crispy-forms: fix django dependency
- Fix django dependency, now that www/py-django was bumped to 1.7 While here, fix PORTNAME and PKGNAMESUFFIX. Differential Revision: https://reviews.freebsd.org/D909 Approved by: swills (mentor)
This commit is contained in:
parent
36f9ba59f7
commit
5fe3cddf6d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=370345
@ -1,11 +1,12 @@
|
||||
# Created by: Johannes Meixner <xmj@chaot.net>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= crispy-forms
|
||||
PORTNAME= django-crispy-forms
|
||||
PORTVERSION= 1.4.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}django-
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= django-${PORTNAME}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= xmj@chaot.net
|
||||
@ -13,7 +14,7 @@ COMMENT= The best way to have Django DRY forms
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django<1.7:${PORTSDIR}/www/py-django
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django16>=1.6:${PORTSDIR}/www/py-django16
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
|
Loading…
Reference in New Issue
Block a user