jeremy 469edd030e Force FLAVOR to ruby26
This version of jeweler doesn't run on ruby27 due to the bundler dependency.
2020-11-17 03:15:00 +00:00

25 lines
494 B
Makefile

# $OpenBSD: Makefile,v 1.9 2020/11/17 03:15:00 jeremy Exp $
COMMENT = simple helper for creating rubygem projects
DISTNAME = jeweler-1.8.4
REVISION = 1
CATEGORIES = devel
HOMEPAGE = https://github.com/technicalpickles/jeweler
# MIT
PERMIT_PACKAGE = Yes
MODULES = lang/ruby
FLAVOR = ruby26
CONFIGURE_STYLE = ruby gem
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = devel/ruby-git,${MODRUBY_FLAVOR}>=1.2.5 \
devel/ruby-bundler,${MODRUBY_FLAVOR}>=1.0,<2.0
.include <bsd.port.mk>