20 lines
416 B
Makefile
20 lines
416 B
Makefile
# Created by: Steve Wills <swills@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= commander
|
|
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>
|