forked from Lainports/opnsense-ports
19 lines
314 B
Makefile
19 lines
314 B
Makefile
# Created by: renchap@cocoa-x.com
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mixlib-cli
|
|
PORTVERSION= 1.4.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= renchap@cocoa-x.com
|
|
COMMENT= Simple mixin for CLI interfaces, including option parsing
|
|
|
|
LICENSE= APACHE20
|
|
|
|
NO_ARCH= yes
|
|
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|