19 lines
334 B
Makefile
19 lines
334 B
Makefile
# Created by: renchap@cocoa-x.com
|
|
|
|
PORTNAME= mixlib-cli
|
|
PORTVERSION= 2.1.8
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= renchap@cocoa-x.com
|
|
COMMENT= Simple mixin for CLI interfaces, including option parsing
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|