freebsd-ports/graphics/rubygem-mini_magick/Makefile

19 lines
382 B
Makefile
Raw Normal View History

# 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>