freebsd-ports/devel/rubygem-json-schema/Makefile

23 lines
391 B
Makefile
Raw Normal View History

# Created by: Adam Weinberger <adamw@FreeBSD.org>
# $FreeBSD$
PORTNAME= json-schema
PORTVERSION= 2.8.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= adamw@FreeBSD.org
COMMENT= Ruby JSON schema validator
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
RUN_DEPENDS= rubygem-addressable>=2.4:www/rubygem-addressable
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>