ports/www/py-jsonfield/Makefile
Sunpoet Po-Chuan Hsieh 54b82cc747 Take maintainership
2019-01-19 20:41:51 +00:00

24 lines
524 B
Makefile

# Created by: René Ladan <rene@FreeBSD.org>
# $FreeBSD$
PORTNAME= jsonfield
PORTVERSION= 2.0.2
PORTREVISION= 1
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}django111>=0:www/py-django111@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>