forked from Lainports/freebsd-ports
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
34 lines
900 B
Makefile
34 lines
900 B
Makefile
PORTNAME= lita
|
|
PORTVERSION= 4.8.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= net-im rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Multi-service chat bot with extendable behavior
|
|
WWW= https://github.com/litaio/lita
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= redis>=0:databases/redis \
|
|
rubygem-bundler>=2.0:sysutils/rubygem-bundler \
|
|
rubygem-faraday1>=1.0:www/rubygem-faraday1 \
|
|
rubygem-http_router>=0.11:www/rubygem-http_router \
|
|
rubygem-i18n>=1.8,2:devel/rubygem-i18n \
|
|
rubygem-ice_nine>=0.11:devel/rubygem-ice_nine \
|
|
rubygem-multi_json>=1.15:devel/rubygem-multi_json \
|
|
rubygem-puma>=4.3:www/rubygem-puma \
|
|
rubygem-rack>=2.2,3:www/rubygem-rack \
|
|
rubygem-redis-namespace>=1.7:databases/rubygem-redis-namespace \
|
|
rubygem-thor>=1.0:devel/rubygem-thor
|
|
|
|
USES= gem shebangfix
|
|
|
|
NO_ARCH= yes
|
|
|
|
PLIST_FILES= bin/lita
|
|
|
|
SHEBANG_FILES= script/ci
|
|
|
|
.include <bsd.port.mk>
|