c51a8d4a08
It provides an advanced options parser with a variety of notations suited to almost any perfered style, and provides a very rich and easy to use library for generating console output. WWW: http://clio.rubyforge.org PR: ports/158743 Submitted by: Loic Pefferkorn <loic-freebsd at loicp.eu>
22 lines
414 B
Makefile
22 lines
414 B
Makefile
# New ports collection makefile for: rubygem-clio
|
|
# Date created: 2011-07-07
|
|
# Whom: Loic Pefferkorn <loic-freebsd@loicp.eu>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
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
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|