forked from Lainports/freebsd-ports
RMagick is an interface between the Ruby programming language and the ImageMagick and GraphicsMagick image processing libraries. WWW: http://rmagick.rubyforge.org/
17 lines
313 B
Makefile
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>
|