head	1.1;
access;
symbols
	pkgsrc-2026Q1:1.1.0.2
	pkgsrc-2026Q1-base:1.1;
locks; strict;
comment	@# @;


1.1
date	2026.02.11.06.35.45;	author taca;	state Exp;
branches;
next	;
commitid	E23NHCRCTvxgpVtG;


desc
@@


1.1
log
@devel/ruby-ast: add version 2.4.3

This package is required by devel/ruby-parser.

AST is a small library for working with immutable abstract syntax trees.
@
text
@# $NetBSD$

DISTNAME=	ast-2.4.3
CATEGORIES=	devel ruby

MAINTAINER=	pkgsrc-users@@NetBSD.org
HOMEPAGE=	https://github.com/whitequark/ast
COMMENT=	Small library for working with immutable abstract syntax trees
LICENSE=	mit

USE_LANGUAGES+=	# none

.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
@
