forked from Lainports/freebsd-ports
22 lines
429 B
Makefile
22 lines
429 B
Makefile
# Created by: Steve Wills <swills@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= commander
|
|
PORTVERSION= 4.3.4
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Complete solution for Ruby command-line executables
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-highline>=1.7.2:${PORTSDIR}/devel/rubygem-highline
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
PLIST_FILES= bin/commander
|
|
|
|
.include <bsd.port.mk>
|