diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-09-11 06:58:33 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-09-11 06:58:33 +0800 |
commit | ed3e3daa1f572cb30098458ecafeb62b1ba5a53f (patch) | |
tree | a56b6fdf70010ea0c98de15491a1598a27a59d15 /graphics | |
parent | 2c0c36cceb4e5e3bd72a722517d8713cbc9919c4 (diff) | |
download | freebsd-ports-gnome-ed3e3daa1f572cb30098458ecafeb62b1ba5a53f.tar.gz freebsd-ports-gnome-ed3e3daa1f572cb30098458ecafeb62b1ba5a53f.tar.zst freebsd-ports-gnome-ed3e3daa1f572cb30098458ecafeb62b1ba5a53f.zip |
- Add LICENSE_FILE
- Fix shebangs
Approved by: portmgr blanket
MFH: 2015Q3 (blanket)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/rubygem-gruff/Makefile | 5 |
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> |