mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
5fca2ae858
- Update RUN_DEPENDS: use Django 2.2 - Mark www/py-dj22-jsonfield as DEPRECATED Changes: https://github.com/rpkilby/jsonfield/blob/master/CHANGES.rst PR: 246424 Submitted by: kai
26 lines
573 B
Makefile
26 lines
573 B
Makefile
# Created by: René Ladan <rene@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= jsonfield
|
|
PORTVERSION= 3.1.0
|
|
CATEGORIES= www python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Reusable JSONField model for Django to store validated JSON
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=2.2:www/py-django22@${PY_FLAVOR} \
|
|
|
|
USES= python:3.6+
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}dj22-jsonfield
|
|
|
|
.include <bsd.port.mk>
|