freebsd-ports/graphics/rubygem-rmagick/Makefile
Steve Wills 12be4563e4 (Readdition of graphics/rubygem-rmagick which was removed on 240397)
RMagick is an interface between the Ruby programming language and the
ImageMagick and GraphicsMagick image processing libraries.

WWW:	http://rmagick.rubyforge.org/
2013-02-26 21:32:11 +00:00

17 lines
313 B
Makefile

# $FreeBSD$
PORTNAME= rmagick
PORTVERSION= 2.13.2
CATEGORIES= graphics rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby binding for ImageMagick
LIB_DEPENDS= MagickWand:${PORTSDIR}/graphics/ImageMagick
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>