- Add LICENSE_FILE
- Fix shebangs Approved by: portmgr blanket MFH: 2015Q3 (blanket)
This commit is contained in:
parent
11b141ff1d
commit
7cdaec90ef
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=396628
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user