freebsd-ports/devel/rubygem-commander/Makefile

21 lines
416 B
Makefile
Raw Normal View History

# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= commander
2013-07-23 05:54:35 +02:00
PORTVERSION= 4.1.4
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Complete solution for Ruby command-line executables
RUN_DEPENDS= rubygem-highline>=1.6.11:${PORTSDIR}/devel/rubygem-highline
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/commander
.include <bsd.port.mk>