pkgsrc/converters/ruby-Ascii85/Makefile
taca 91e70dbcbb converters/ruby-Ascii85: update to 1.1.0
=== 1.1.0 / 2020-11-11

  * Make use of frozen_string_literal
  * Update tests to use newer minitest syntax
2021-01-10 14:03:51 +00:00

14 lines
339 B
Makefile

# $NetBSD: Makefile,v 1.6 2021/01/10 14:03:51 taca Exp $
DISTNAME= Ascii85-1.1.0
CATEGORIES= print
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/datawraith/ascii85gem
COMMENT= Ascii85 encoder/decoder
LICENSE= mit
RUBYGEM_OPTIONS+= --format-executable
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"