[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / ports / devel / ruby-yajl

File: [local] / ports / devel / ruby-yajl / Makefile (download)

Revision 1.15, Fri Sep 1 13:13:10 2023 UTC (9 months ago) by jeremy
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, HEAD
Changes since 1.14: +1 -1 lines

Update to yajl-ruby 1.4.3

COMMENT=	Ruby bindings for the Yajl JSON library

DISTNAME=	yajl-ruby-1.4.3

CATEGORIES=	devel

HOMEPAGE=	https://github.com/brianmario/yajl-ruby

# MIT
PERMIT_PACKAGE=	Yes

MODULES=	lang/ruby

CONFIGURE_STYLE=ruby gem ext

TEST_DEPENDS=	${BUILD_PKGPATH}
MODRUBY_TEST=	rspec3

.include <bsd.port.mk>