aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-apipie-params/Makefile
blob: ebfbb81df0b13f9434fb389627784b260f8e02ef (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $FreeBSD$

PORTNAME=   apipie-params
PORTVERSION=    0.0.4
CATEGORIES= devel rubygems
MASTER_SITES=   RG

MAINTAINER= ruby@FreeBSD.org
COMMENT=    DSL for describing data structures with json-schema bindings

LICENSE=    MIT
LICENSE_FILE=   ${WRKSRC}/MIT-LICENSE

NO_ARCH=    yes

USE_RAKE=   yes
USE_RUBY=   yes
USES=       gem:autoplist

.include <bsd.port.mk>