21 lines
408 B
Makefile
21 lines
408 B
Makefile
PORTNAME= mini_magick
|
|
PORTVERSION= 4.10.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= graphics rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 410
|
|
|
|
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\.10\.
|
|
|
|
.include <bsd.port.mk>
|