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
34 lines
915 B
Makefile
34 lines
915 B
Makefile
# Created by: Steve Wills <swills@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= lita
|
|
PORTVERSION= 4.7.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= net-im rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Multi-service chat bot with extendable behavior
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= redis>=0:databases/redis \
|
|
rubygem-bundler>=1.3:sysutils/rubygem-bundler \
|
|
rubygem-faraday>=0.8.7:www/rubygem-faraday \
|
|
rubygem-http_router>=0.11.2:www/rubygem-http_router \
|
|
rubygem-i18n>=0.6.9:devel/rubygem-i18n \
|
|
rubygem-ice_nine>=0.11.0:devel/rubygem-ice_nine \
|
|
rubygem-multi_json>=1.7.7:devel/rubygem-multi_json \
|
|
rubygem-puma>=2.7.1:www/rubygem-puma \
|
|
rubygem-rack16>=1.5.2:www/rubygem-rack16 \
|
|
rubygem-redis-namespace>=1.3.0:databases/rubygem-redis-namespace \
|
|
rubygem-thor>=0.18.1:devel/rubygem-thor
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
PLIST_FILES= bin/lita
|
|
|
|
.include <bsd.port.mk>
|