opnsense-ports/converters/rubygem-json-ld-preloaded/Makefile
Franco Fichtner 39329c8054 */*: sync with upstream
Taken from: HardenedBSD
2018-07-31 05:06:20 +02:00

21 lines
416 B
Makefile

# $FreeBSD$
PORTNAME= json-ld-preloaded
PORTVERSION= 3.0.0
CATEGORIES= converters rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= JSON-LD with preloaded contexts
LICENSE= UNLICENSE
RUN_DEPENDS= rubygem-json-ld>=2.2:converters/rubygem-json-ld \
rubygem-multi_json>=1.12:devel/rubygem-multi_json \
rubygem-rdf>=3.0:www/rubygem-rdf
NO_ARCH= yes
USES= gem
USE_RUBY= yes
.include <bsd.port.mk>