freebsd-ports/graphics/rubygem-mini_magick/Makefile
Po-Chuan Hsieh 82803a0404
graphics/rubygem-mini_magick: Convert to USES=magick
Use the default ImageMagick since all of them (ImageMagick{6,7}{,-nox11}) are mutually exclusive.
2023-01-31 07:51:43 +08:00

18 lines
346 B
Makefile

PORTNAME= mini_magick
PORTVERSION= 4.12.0
CATEGORIES= graphics rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Manipulate images with minimal use of memory via ImageMagick
WWW= https://github.com/minimagick/minimagick
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
USES= gem magick
NO_ARCH= yes
.include <bsd.port.mk>