23 lines
412 B
Makefile
23 lines
412 B
Makefile
# $OpenBSD: Makefile,v 1.18 2016/09/02 22:12:40 jasper Exp $
|
|
|
|
COMMENT= library for making beautiful graphs
|
|
|
|
DISTNAME= gruff-0.7.0
|
|
CATEGORIES= graphics
|
|
|
|
HOMEPAGE= https://github.com/topfunky/gruff
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MODULES= lang/ruby
|
|
|
|
CONFIGURE_STYLE= ruby gem
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= graphics/ruby-rmagick,${MODRUBY_FLAVOR}
|
|
|
|
MODRUBY_TEST= rake
|
|
|
|
.include <bsd.port.mk>
|