aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-clio/Makefile
blob: fad4ae00180a3f70b9185ea874b17f24e21cbf8e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: Loic Pefferkorn <loic-freebsd@loicp.eu>

PORTNAME=	clio
PORTVERSION=	0.3.0
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	loic-freebsd@loicp.eu
COMMENT=	Make easier commandline parsing and console output

LICENSE=	GPLv3

NO_ARCH=	yes

USE_RUBY=	yes
USES=		gem

.include <bsd.port.mk>