blob: aeb1e19608f34b9a38ef3ffdf9501eaeeb04638f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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>
|