mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
b90f14b0af
- Add LICENSE_FILE Changes: https://github.com/ruby-rdf/json-ld/releases https://github.com/ruby-rdf/json-ld/commits/develop
24 lines
414 B
Makefile
24 lines
414 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= json-ld
|
|
DISTVERSION= 2.1.7
|
|
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>
|