Files
bsdports/ruby/rubygem-mini_magick/Makefile
2019-12-26 07:26:06 +00:00

20 lines
430 B
Makefile

# Created by: Ryan Steinmetz <zi@FreeBSD.org>
# $FreeBSD: head/graphics/rubygem-mini_magick/Makefile 484640 2018-11-10 19:57:07Z kwm $
PORTNAME= mini_magick
PORTVERSION= 4.9.2
CATEGORIES= graphics rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Manipulate images with minimal use of memory via ImageMagick
USES= gem
USE_RUBY= yes
NO_ARCH= yes
#RUN_DEPENDS+= convert:graph/imagemagick
.include <bsd.port.mk>