freebsd-ports/devel/rubygem-commander/Makefile
2020-08-23 19:42:16 +00:00

24 lines
437 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
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>