mirror of
https://git.freebsd.org/ports.git
synced 2025-05-17 01:23:12 -04:00
19 lines
367 B
Makefile
19 lines
367 B
Makefile
PORTNAME= json-schema
|
|
PORTVERSION= 4.3.1
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Ruby JSON schema validator
|
|
WWW= https://github.com/ruby-json-schema/json-schema
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
|
|
|
RUN_DEPENDS= rubygem-addressable>=2.8:www/rubygem-addressable
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|