freebsd-ports/devel/rubygem-jsonpath/Makefile
2021-04-06 16:31:07 +02:00

23 lines
429 B
Makefile

# Created by: Matthias Fechner <mfechner@FreeBSD.org>
PORTNAME= jsonpath
PORTVERSION= 1.0.6
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Way of addressing elements within a JSON object
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
RUN_DEPENDS= rubygem-multi_json>=0:devel/rubygem-multi_json
USES= gem
USE_RUBY= yes
NO_ARCH= yes
PLIST_FILES= bin/jsonpath
.include <bsd.port.mk>