mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
c34c8c4779
Changes: https://github.com/ruby-rdf/json-ld/releases https://github.com/ruby-rdf/json-ld/commits/develop
25 lines
415 B
Makefile
25 lines
415 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= json-ld
|
|
DISTVERSION= 3.0.2
|
|
CATEGORIES= converters rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= JSON-LD reader/writer for Ruby
|
|
|
|
LICENSE= UNLICENSE
|
|
LICENSE_FILE= ${WRKSRC}/UNLICENSE
|
|
|
|
RUN_DEPENDS= rubygem-multi_json>=1.12:devel/rubygem-multi_json \
|
|
rubygem-rdf>=2.2.8:www/rubygem-rdf
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
PLIST_FILES= bin/jsonld
|
|
|
|
.include <bsd.port.mk>
|