forked from Lainports/freebsd-ports
Bump all consumers of ImageMagick ports after flavorizing them. Approved by: tcberner (mentor, implicit)
18 lines
362 B
Makefile
18 lines
362 B
Makefile
PORTNAME= mini_magick
|
|
PORTVERSION= 4.12.0
|
|
PORTREVISION= 1
|
|
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>
|