pkgsrc/graphics/ruby-mini-magick/Makefile
taca 84fea646e7 Update ruby-mini-magick to 4.7.2.
v4.7.2						2017/06/20

Avoid defining methods at runtime whenever a processing method is invoked,
which means that Ruby can keep its method cache, instead of having to clear it
on each processing invocation (thanks to @printercu).

v4.7.1						2017/06/15

Fix errors when calling MiniMagick::Image.open with URLs like
https://pbs.twimg.com/media/DCOD2DXVwAI4xsL.jpg:large, where the : would get
included in the file extension and cause errors with some ImageMagick commands
due to : being a special character to ImageMagick.
2017-06-21 13:59:38 +00:00

19 lines
552 B
Makefile

# $NetBSD: Makefile,v 1.23 2017/06/21 13:59:38 taca Exp $
DISTNAME= mini_magick-4.7.2
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/_/-/}
CATEGORIES= graphics
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/minimagick/minimagick
COMMENT= Ruby wrapper for ImageMagick command line
LICENSE= mit
# MiniMagick uses mogrify(1) or gm(1) from ImageMagick.
DEPENDS+= ImageMagick-[0-9]*:../../graphics/ImageMagick
pre-configure:
${FIND} ${WRKSRC} -type f -exec ${CHMOD} -x {} \;
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"