d584ffc1d3
Form validation for JSON-like data (i.e. document) in Python. WWW: https://github.com/RussellLuo/jsonform PR: 234889 Submitted by: Antonio Huete Jimenez <tuxillo@quantumachine.net>
23 lines
445 B
Makefile
23 lines
445 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= jsonform
|
|
PORTVERSION= 0.0.2
|
|
CATEGORIES= devel python
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= python@FreeBSD.org
|
|
COMMENT= Form validation for JSON-like data
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jsonschema>=2.4.0:devel/py-jsonschema@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= RussellLuo
|
|
GH_PROJECT= jsonform
|
|
GH_TAGNAME= 7ee5f95
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|