freebsd-ports/devel/rubygem-commander/Makefile

23 lines
425 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
PORTNAME= commander
PORTVERSION= 4.6.0
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>