freebsd-ports/devel/rubygem-commander/Makefile
2021-04-06 16:31:07 +02:00

23 lines
425 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
PORTNAME= commander
PORTVERSION= 4.5.2
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Complete solution for Ruby command-line executables
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-highline>=2.0.0<2.1:devel/rubygem-highline
USES= gem
USE_RUBY= yes
NO_ARCH= yes
PLIST_FILES= bin/commander
.include <bsd.port.mk>