2014-09-09 20:49:25 +02:00
|
|
|
# Created by: Steve Wills <swills@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= lita-irc
|
2017-06-07 21:11:17 +02:00
|
|
|
PORTVERSION= 2.2.0
|
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
2019-07-26 22:46:53 +02:00
|
|
|
PORTREVISION= 2
|
2014-09-09 20:49:25 +02:00
|
|
|
CATEGORIES= irc rubygems
|
|
|
|
MASTER_SITES= RG
|
|
|
|
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
|
|
COMMENT= IRC adapter for the Lita chat robot
|
|
|
|
|
2015-03-14 15:58:03 +01:00
|
|
|
LICENSE= MIT
|
2015-10-02 08:55:41 +02:00
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
2015-03-14 15:58:03 +01:00
|
|
|
|
2016-04-01 16:08:37 +02:00
|
|
|
RUN_DEPENDS= rubygem-cinch>=2.0:irc/rubygem-cinch \
|
|
|
|
rubygem-lita>=4.0:net-im/rubygem-lita
|
2014-09-09 20:49:25 +02:00
|
|
|
|
2015-06-13 22:01:06 +02:00
|
|
|
NO_ARCH= yes
|
2014-09-09 20:49:25 +02:00
|
|
|
USE_RUBY= yes
|
2016-04-27 23:57:31 +02:00
|
|
|
USES= gem
|
2014-09-09 20:49:25 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|