ports/devel/rubygem-commander/Makefile
Po-Chuan Hsieh f359e1523d
devel/rubygem-commander: Fix gemspec for rubygem-highline 2.1.0 update
- Bump PORTREVISION for package change
2023-01-30 21:02:22 +08:00

22 lines
425 B
Makefile

PORTNAME= commander
PORTVERSION= 4.6.0
PORTREVISION= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Complete solution for Ruby command-line executables
WWW= https://github.com/commander-rb/commander
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-highline>=2.0.0<3:devel/rubygem-highline
USES= gem
NO_ARCH= yes
PLIST_FILES= bin/commander
.include <bsd.port.mk>