18c6e18276
Switch from Mk/bsd.ruby.mk to Mk/Uses/ruby.mk Notable changes are. - Mk/bsd.ruby.mk is moved to Mk/Uses/ruby.mk. - USE_RUBY=yes is replaced with USES=ruby. - USE_RUBY_EXTCONF is replaced with USES=ruby:extconf. - USE_RUBY_RDOC is replaced with USES=ruby:rdoc. - USE_RUBY_SETUP is replaces with USES=ruby:setup. - RUBY_NO_BUILD_DEPENDS and RUBY_NO_RUN_DEPENDS are replaced with USES=ruby:{build,none,run}. - RUBY_REQUIRE isn't used anywhere, so removed. - USES=gem now implies USES=ruby. This is mainly the work of yasu@ at https://reviews.freebsd.org/D27863 I have just made some cosmetic changes and ran exp-run to test that the tree is not in a BROKEN state. Approved by: portmgr Differential Revision: https://reviews.freebsd.org/D37925
37 lines
1,016 B
Makefile
37 lines
1,016 B
Makefile
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
|
|
WWW= https://github.com/solutious/stella
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
RUN_DEPENDS= rubygem-benelux>=0.6.1:devel/rubygem-benelux \
|
|
rubygem-drydock>=0.6.9:devel/rubygem-drydock \
|
|
rubygem-familia>=0.7.1:databases/rubygem-familia \
|
|
rubygem-gibbler>=0.8.9:devel/rubygem-gibbler \
|
|
rubygem-nokogiri>=1.4.4:textproc/rubygem-nokogiri \
|
|
rubygem-public_suffix_service>=0.8.1:dns/rubygem-public_suffix_service \
|
|
rubygem-storable>=0.8.8:devel/rubygem-storable \
|
|
rubygem-sysinfo>=0.7.3:devel/rubygem-sysinfo \
|
|
rubygem-whois>=1.6.6:net/rubygem-whois \
|
|
rubygem-yajl-ruby>=0.7.9:devel/rubygem-yajl-ruby
|
|
|
|
USES= gem shebangfix
|
|
|
|
NO_ARCH= yes
|
|
|
|
PLIST_FILES= bin/stella
|
|
|
|
# bin/stella
|
|
CONFLICTS_INSTALL= stella
|
|
|
|
SHEBANG_FILES= bin/stella \
|
|
support/sample_webapp/app.rb
|
|
|
|
.include <bsd.port.mk>
|