This reverts commit 606efbe70dc5c406103affda8d888471d881baa4. This breaks building leaf port without x11 (redmine in particular) PR: 282726 Approved by: maintainer timeout (6+ months)
21 lines
386 B
Makefile
21 lines
386 B
Makefile
PORTNAME= mini_magick
|
|
PORTVERSION= 4.13.2
|
|
CATEGORIES= graphics rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 4
|
|
|
|
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
|
|
|
|
PORTSCOUT= limit:^4\.
|
|
|
|
.include <bsd.port.mk>
|