mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
23 lines
404 B
Makefile
23 lines
404 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= json-ld-preloaded
|
|
PORTVERSION= 3.1.3
|
|
CATEGORIES= converters rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= JSON-LD with preloaded contexts
|
|
|
|
LICENSE= UNLICENSE
|
|
LICENSE_FILE= ${WRKSRC}/UNLICENSE
|
|
|
|
RUN_DEPENDS= rubygem-json-ld>=3.1<4:converters/rubygem-json-ld \
|
|
rubygem-rdf>=3.1<4:www/rubygem-rdf
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|