mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
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
31 lines
851 B
Makefile
31 lines
851 B
Makefile
PORTNAME= cogbot
|
|
PORTVERSION= 0.1.13
|
|
PORTREVISION= 8
|
|
CATEGORIES= irc rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= mose@mose.com
|
|
COMMENT= Irc bot based on Cinch
|
|
WWW= https://github.com/mose/cogbot
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-cinch>=2.3.3:irc/rubygem-cinch \
|
|
rubygem-thor0>=0.19.4:devel/rubygem-thor0 \
|
|
rubygem-eventmachine>=1.2.3:devel/rubygem-eventmachine \
|
|
rubygem-eventmachine_httpserver>=0.2.1:www/rubygem-eventmachine_httpserver \
|
|
rubygem-nokogiri>=1.8.0:textproc/rubygem-nokogiri \
|
|
rubygem-daemons>=1.2.4:devel/rubygem-daemons \
|
|
rubygem-twitter>=6.1.0:net/rubygem-twitter \
|
|
rubygem-json>=2.1.0:devel/rubygem-json \
|
|
rubygem-yajl-ruby>=1.3.0:devel/rubygem-yajl-ruby \
|
|
rubygem-fortune_gem>=0.0.9:games/rubygem-fortune_gem
|
|
|
|
NO_ARCH= yes
|
|
USES= gem
|
|
|
|
PLIST_FILES= bin/cogbot
|
|
|
|
.include <bsd.port.mk>
|