aboutsummaryrefslogtreecommitdiff
path: root/graphics/rubygem-gruff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-09-10 22:58:33 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-09-10 22:58:33 +0000
commit7cdaec90efa06d3bb05ce2e323b51af60212d9e9 (patch)
treea56b6fdf70010ea0c98de15491a1598a27a59d15 /graphics/rubygem-gruff
parent11b141ff1d11ed8918cf7ff232c6c096b26228b4 (diff)
downloadports-7cdaec90efa06d3bb05ce2e323b51af60212d9e9.tar.gz
ports-7cdaec90efa06d3bb05ce2e323b51af60212d9e9.zip
- Add LICENSE_FILE
- Fix shebangs Approved by: portmgr blanket MFH: 2015Q3 (blanket)
Notes
Notes: svn path=/head/; revision=396628
Diffstat (limited to 'graphics/rubygem-gruff')
-rw-r--r--graphics/rubygem-gruff/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/graphics/rubygem-gruff/Makefile b/graphics/rubygem-gruff/Makefile
index c0aea8e037ab..e38698862a05 100644
--- a/graphics/rubygem-gruff/Makefile
+++ b/graphics/rubygem-gruff/Makefile
@@ -3,6 +3,7 @@
PORTNAME= gruff
PORTVERSION= 0.6.0
+PORTREVISION= 1
CATEGORIES= graphics rubygems
MASTER_SITES= RG
@@ -10,6 +11,7 @@ MAINTAINER= ruby@FreeBSD.org
COMMENT= Beautiful graphing library for Ruby using RMagick
LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-rmagick>=2.13.4:${PORTSDIR}/graphics/rubygem-rmagick
@@ -17,5 +19,8 @@ NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
+USES= shebangfix
+SHEBANG_FILES= test/image_compare.rb
+ruby_OLD_CMD= ruby
.include <bsd.port.mk>