1
0
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:
Johannes Jost Meixner 2014-10-07 14:41:58 +00:00
parent 36f9ba59f7
commit 5fe3cddf6d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=370345

View File

@ -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