openbsd-ports/graphics/ruby-mini_magick/Makefile

30 lines
584 B
Makefile
Raw Normal View History

2010-11-17 03:05:12 -05:00
# $OpenBSD: Makefile,v 1.6 2010/11/17 08:05:16 espie Exp $
COMMENT = wrapper for ImageMagick command line tools
DISTNAME = mini_magick-1.2.5
REVISION = 1
CATEGORIES = graphics
HOMEPAGE = http://mini_magick.rubyforge.org/
# MIT
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
MODULES = lang/ruby
CONFIGURE_STYLE = ruby gem
BUILD_DEPENDS = ${RUN_DEPENDS}
2010-11-17 03:05:12 -05:00
RUN_DEPENDS = graphics/ImageMagick \
devel/ruby-hoe,${FLAVOR}
MODRUBY_REGRESS = rake
2010-11-17 03:05:12 -05:00
REGRESS_DEPENDS = graphics/ImageMagick
.include <bsd.port.mk>