1PORTNAME= scruffy 2PORTVERSION= 0.2.6 3PORTREVISION= 2 4CATEGORIES= graphics rubygems 5MASTER_SITES= RG 6 7MAINTAINER= ports@MidnightBSD.org 8COMMENT= Beautiful Graphs for Ruby 9WWW= https://github.com/brasten/scruffy 10 11LICENSE= mit 12LICENSE_FILE= ${WRKSRC}/MIT-LICENSE 13 14NO_ARCH= yes 15USES= gem 16 17post-patch: 18 @${REINPLACE_CMD} -e 's|#{options|0 0 #{options|' ${WRKSRC}/lib/scruffy/renderers/base.rb 19 20.include <bsd.port.mk> 21