pkgsrc/devel/ruby-bindata/Makefile
taca 28e689ec95 devel/ruby-bindata: udpate to 2.4.4
Version 2.4.4 (2018-10-03)

* Display a hint when endian is omitted. Requested by Tails.

* Add thread safety to Integer/BitField creation. Requested by jbpeirce.

* Ensure windows sockets are unseekable. Thanks to Brent Cook.
2018-12-02 06:43:40 +00:00

12 lines
331 B
Makefile

# $NetBSD: Makefile,v 1.3 2018/12/02 06:43:40 taca Exp $
DISTNAME= bindata-2.4.4
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"