summaryrefslogtreecommitdiff
path: root/devel/rubygem-mixlib-cli/Makefile
blob: eef5bb061dd512fb9daa57353e877b9138dcdb2d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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>