freebsd-ports/devel/rubygem-clio/Makefile
Steve Wills c51a8d4a08 Clio is a great way to build commandline tools.
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>
2011-07-31 14:06:15 +00:00

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>