openbsd-ports/graphics/ruby-color/Makefile
2013-03-11 11:10:51 +00:00

26 lines
520 B
Makefile

# $OpenBSD: Makefile,v 1.10 2013/03/11 11:10:55 espie Exp $
COMMENT = color value conversion and modification
DISTNAME = color-1.4.0
REVISION = 5
CATEGORIES = graphics
HOMEPAGE = http://color.rubyforge.org/
# MIT
PERMIT_PACKAGE_CDROM = Yes
MODULES = lang/ruby
CONFIGURE_STYLE = ruby gem
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = archivers/ruby-archive-tar-minitar,${MODRUBY_FLAVOR}>=0.5.0 \
devel/ruby-hoe,${MODRUBY_FLAVOR}
do-test:
@cd ${WRKBUILD}/test && ${RUBY} test_all.rb
.include <bsd.port.mk>