Index: www/py-django-jsonfield/Makefile =================================================================== --- /dev/null +++ www/py-django-jsonfield/Makefile @@ -0,0 +1,19 @@ +# Created by: Alfred Perlstein +# $FreeBSD$ + +PORTNAME= django-jsonfield +PORTVERSION= 0.9.13 +CATEGORIES= www python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alfred@freebsd.org +COMMENT= Json in models for django + +LICENSE= ISCL + +USE_PYTHON= yes +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes + +.include Index: www/py-django-jsonfield/distinfo =================================================================== --- /dev/null +++ www/py-django-jsonfield/distinfo @@ -0,0 +1,2 @@ +SHA256 (django-jsonfield-0.9.13.tar.gz) = 12ae3dd4543f8dc5cc5f4bdd7f6fd168f4d1624414d753a441573ccc187a8e43 +SIZE (django-jsonfield-0.9.13.tar.gz) = 11345 Index: www/py-django-jsonfield/pkg-descr =================================================================== --- /dev/null +++ www/py-django-jsonfield/pkg-descr @@ -0,0 +1,11 @@ +django-jsonfield + +django-jsonfield is a reusable Django field that allows you to store validated JSON in your model. + +It silently takes care of serialization. To use, simply add the field to one of your models. + +New: Python 3 & Django 1.7 supported! + +PostgreSQL?: Use https://github.com/bradjasper/django-jsonfield/tree/postgresql for now + +