4b62222cc2
Update ruby-safe_yaml to 1.0.5. pkgsrc change: add "USE_LANGUAGES= # none". 1.0.5 ----- - fixed [#80](https://github.com/dtao/safe_yaml/issues/80): uninitialized constant DateTime
16 lines
355 B
Makefile
16 lines
355 B
Makefile
# $NetBSD: Makefile,v 1.6 2020/03/24 17:03:36 taca Exp $
|
|
|
|
DISTNAME= safe_yaml-1.0.5
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://dtao.github.com/safe_yaml/
|
|
COMMENT= Parse YAML safely
|
|
LICENSE= mit
|
|
|
|
RUBYGEM_OPTIONS+= --format-executable
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|