19 lines
382 B
Makefile
19 lines
382 B
Makefile
|
# Created by: Ryan Steinmetz <zi@FreeBSD.org>
|
||
|
# $FreeBSD$
|
||
|
|
||
|
PORTNAME= mini_magick
|
||
|
PORTVERSION= 4.2.4
|
||
|
CATEGORIES= graphics rubygems
|
||
|
MASTER_SITES= RG
|
||
|
|
||
|
MAINTAINER= ruby@FreeBSD.org
|
||
|
COMMENT= Manipulate images with minimal use of memory via ImageMagick
|
||
|
|
||
|
RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick
|
||
|
|
||
|
USE_RUBY= yes
|
||
|
USE_RUBYGEMS= yes
|
||
|
RUBYGEM_AUTOPLIST= yes
|
||
|
|
||
|
.include <bsd.port.mk>
|