Version 2.4.9 (2021-04-22) * Change example from Fixnum to Integer. Thanks to Tim Chambers. * Now works with frozen string literals. Requested by Jeremy Evans.
14 lines
354 B
Makefile
14 lines
354 B
Makefile
# $NetBSD: Makefile,v 1.7 2021/05/04 07:47:22 taca Exp $
|
|
|
|
DISTNAME= bindata-2.4.9
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= https://github.com/dmendel/bindata
|
|
COMMENT= Declarative way to read and write structured binary data
|
|
LICENSE= 2-clause-bsd
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|