ports/graphics/ruby-rmagick/Makefile

21 lines
386 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT = Ruby interface to ImageMagick
2023-09-08 05:21:37 +00:00
DISTNAME = rmagick-5.3.0
2023-08-16 22:26:55 +00:00
CATEGORIES = graphics
HOMEPAGE = https://github.com/rmagick/rmagick
# MIT
PERMIT_PACKAGE = Yes
MODULES = lang/ruby
WANTLIB += MagickCore-6.Q16 MagickWand-6.Q16
BUILD_DEPENDS = devel/ruby-pkg-config,${MODRUBY_FLAVOR}>=1.4,<2
LIB_DEPENDS = graphics/ImageMagick
CONFIGURE_STYLE = ruby gem ext
.include <bsd.port.mk>