1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
freebsd-ports/www/py-jsonfield/Makefile
Sunpoet Po-Chuan Hsieh 5fca2ae858 Update to 3.1.0
- 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
2020-05-16 11:05:01 +00:00

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>