ports/devel/ruby-commander/Makefile

20 lines
386 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT = complete solution for Ruby command-line executables
DISTNAME = commander-4.1.3
REVISION = 2
CATEGORIES = devel
HOMEPAGE = https://github.com/commander-rb/commander
# MIT License
PERMIT_PACKAGE = Yes
MODULES = lang/ruby
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = devel/ruby-highline,${MODRUBY_FLAVOR}>=1.6.11
CONFIGURE_STYLE = ruby gem
.include <bsd.port.mk>