Files
bsdports/ruby/rubygem-commander/Makefile
2019-12-26 07:26:06 +00:00

22 lines
462 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD: head/devel/rubygem-commander/Makefile 506057 2019-07-06 21:42:47Z sunpoet $
PORTNAME= commander
PORTVERSION= 4.4.6
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Complete solution for Ruby command-line executables
RUN_DEPENDS= rubygem-highline>=1.7.2:ruby/rubygem-highline
USES= gem
USE_RUBY= yes
NO_ARCH= yes
PLIST_FILES= bin/commander
.include <bsd.port.mk>