opnsense-ports/devel/rubygem-commander/Makefile
Franco Fichtner 0c0f8354aa */*: sync with upstream
Taken from: FreeBSD
2023-01-31 12:28:55 +01: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>