Index: head/devel/rubygem-stella/Makefile =================================================================== --- head/devel/rubygem-stella/Makefile (revision 403411) +++ head/devel/rubygem-stella/Makefile (revision 403412) @@ -1,37 +1,38 @@ # Created by: Sunpoet Po-Chuan Hsieh # $FreeBSD$ PORTNAME= stella PORTVERSION= 2.1.2.004 PORTREVISION= 1 CATEGORIES= devel rubygems MASTER_SITES= RG 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 \ rubygem-familia>=0.7.1:${PORTSDIR}/databases/rubygem-familia \ rubygem-gibbler>=0.8.9:${PORTSDIR}/devel/rubygem-gibbler \ rubygem-nokogiri>=1.4.4:${PORTSDIR}/textproc/rubygem-nokogiri \ rubygem-public_suffix_service>=0.8.1:${PORTSDIR}/dns/rubygem-public_suffix_service \ rubygem-storable>=0.8.8:${PORTSDIR}/devel/rubygem-storable \ rubygem-sysinfo>=0.7.3:${PORTSDIR}/devel/rubygem-sysinfo \ rubygem-whois>=1.6.6:${PORTSDIR}/net/rubygem-whois \ rubygem-yajl-ruby>=0.7.9:${PORTSDIR}/devel/rubygem-yajl-ruby 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 + +SHEBANG_FILES= bin/stella \ + support/sample_webapp/app.rb .include