From ab00dcb6cfd53fbe17fb5ff9e9abca44bd825454 Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Thu, 10 Sep 2015 22:41:18 +0000 Subject: - Add LICENSE_FILE - Fix shebangs Approved by: portmgr blanket MFH: 2015Q3 (blanket) --- devel/rubygem-stella/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'devel') diff --git a/devel/rubygem-stella/Makefile b/devel/rubygem-stella/Makefile index ce669e6e8d9c..4e6ff7ee8def 100644 --- a/devel/rubygem-stella/Makefile +++ b/devel/rubygem-stella/Makefile @@ -3,6 +3,7 @@ PORTNAME= stella PORTVERSION= 2.1.2.004 +PORTREVISION= 1 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -10,6 +11,7 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Define realistic testplans and run them against your webapps LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-benelux>=0.6.1:${PORTSDIR}/devel/rubygem-benelux \ rubygem-drydock>=0.6.9:${PORTSDIR}/devel/rubygem-drydock \ @@ -26,6 +28,9 @@ NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +USES= shebangfix +SHEBANG_FILES= bin/stella \ + support/sample_webapp/app.rb PLIST_FILES= bin/stella -- cgit