forked from Lainports/freebsd-ports
YAML and JSON are simple and nice format for structured data and easier for human to read and write than XML. But there have been no schema for YAML such as RelaxNG or DTD. Kwalify gets over this situation. WWW: http://www.kuwata-lab.com/kwalify/ PR: ports/142933 Submitted by: Eric Freeman <freebsdports at chillibear.com>
22 lines
478 B
Makefile
22 lines
478 B
Makefile
# Ports collection makefile for: rubygem-kwalify
|
|
# Date created: 18 January 2010
|
|
# Whom: Eric Freeman <freebsdports@chillibear.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= kwalify
|
|
PORTVERSION= 0.7.1
|
|
CATEGORIES= textproc rubygems
|
|
MASTER_SITES= RF
|
|
|
|
MAINTAINER= freebsdports@chillibear.com
|
|
COMMENT= Kwalify is a parser, schema validator, and data binding tool for YAML and JSON.
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
PLIST_FILES= bin/kwalify
|
|
|
|
.include <bsd.port.mk>
|