2010-01-27 02:11:13 +01:00
|
|
|
# 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
|
2010-05-26 21:51:34 +02:00
|
|
|
MASTER_SITES= RG
|
2010-01-27 02:11:13 +01:00
|
|
|
|
|
|
|
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>
|