mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
29 lines
659 B
Makefile
29 lines
659 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}dj22-
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Reusable JSONField model for Django to store validated JSON
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
DEPRECATED= Obsolete, please use www/py-jsonfield instead
|
|
EXPIRATION_DATE=2020-06-30
|
|
|
|
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}jsonfield
|
|
|
|
.include <bsd.port.mk>
|