fcbad57532
Update ruby-bindata to 2.4.6. == Version 2.4.6 (2020-02-27) * More encoding fixes. Thanks to Aaron Patterson. == Version 2.4.5 (2020-02-21) * Small typo fixes to examples. * Fix encoding issue for ruby 2.7. Thanks to Aaron Patterson. * Quieter test output.
14 lines
354 B
Makefile
14 lines
354 B
Makefile
# $NetBSD: Makefile,v 1.4 2020/03/08 13:29:54 taca Exp $
|
|
|
|
DISTNAME= bindata-2.4.6
|
|
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"
|