64ef87dff8
== Version 2.4.3 (2018-03-10) * Add Uint8Arrays. Requested by masarakki. == Version 2.4.2 (2018-01-31) * Allow boolean values as parameters. Requested by Patrik Wenger.
12 lines
331 B
Makefile
12 lines
331 B
Makefile
# $NetBSD: Makefile,v 1.2 2018/03/13 16:47:11 taca Exp $
|
|
|
|
DISTNAME= bindata-2.4.3
|
|
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
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|