MFH: r396628

- Add LICENSE_FILE
- Fix shebangs

Approved by:	portmgr blanket
Approved by:	ports-secteam shebang fix blanket
This commit is contained in:
Dmitry Marakasov 2015-09-10 23:00:28 +00:00
parent cf1ea97334
commit dc343c5ce6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2015Q3/; revision=396630

View File

@ -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>