mirror of
https://git.freebsd.org/ports.git
synced 2025-05-06 19:06:44 -04:00
21 lines
411 B
Makefile
21 lines
411 B
Makefile
PORTNAME= commander
|
|
PORTVERSION= 5.0.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Complete solution for Ruby command-line executables
|
|
WWW= https://github.com/commander-rb/commander
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-highline>=3.0.0<3.1:devel/rubygem-highline
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
PLIST_FILES= bin/commander
|
|
|
|
.include <bsd.port.mk>
|