This reverts commit 0c0accd4eb7a4752ccb78502923cfcf118e36ca8. This breaks building leaf port without x11 (redmine in particular) PR: 282726 Approved by: maintainer timeout (6+ months)
21 lines
426 B
Makefile
21 lines
426 B
Makefile
PORTNAME= mini_magick
|
|
PORTVERSION= 5.3.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
|
|
|
|
RUN_DEPENDS= rubygem-logger>=0:devel/rubygem-logger
|
|
|
|
USES= gem magick:${FLAVOR}
|
|
USES= gem magick
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|