aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-apipie-params/Makefile
blob: f8c1f00800f670075e3e1dd8c2eaa54daaf37743 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PORTNAME=	apipie-params
PORTVERSION=	0.0.5
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_RUBY=	yes
USES=		gem

.include <bsd.port.mk>