21 lines
367 B
Makefile
21 lines
367 B
Makefile
PORTNAME= jmespath
|
|
PORTVERSION= 1.6.2
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Implement JMESPath for Ruby
|
|
WWW= https://github.com/jmespath/jmespath.rb
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
USES= cpe gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
PLIST_FILES= bin/jmespath.rb
|
|
|
|
CPE_VENDOR= jmespath_project
|
|
|
|
.include <bsd.port.mk>
|