Files
bsdports/ruby/rubygem-jmespath/Makefile
2019-12-26 07:26:06 +00:00

19 lines
266 B
Makefile

#
# $Id$
#
PORTNAME= jmespath
PORTVERSION= 1.4.0
CATEGORIES= rubygems
MAINTAINER= none@FreeBSD.org
MASTER_SITES= RG
COMMENT= JMESPath - Ruby Edition
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>
#EOF