14eb6681fc
Update ruby-chunky_png package to 1.13.2. 1.13.2 (2020-08-03) * Implemented ChunkyPNG::Dimension#hash to fix some specs after a behavior change in RSpec.
12 lines
349 B
Makefile
12 lines
349 B
Makefile
# $NetBSD: Makefile,v 1.18 2020/09/14 13:15:34 taca Exp $
|
|
|
|
DISTNAME= chunky_png-1.3.12
|
|
CATEGORIES= graphics
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/wvanbergen/chunky_png/wiki
|
|
COMMENT= Pure ruby library for read/write, chunk-level access to PNG
|
|
LICENSE= mit
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|