openbsd-ports/devel/ruby-clio/Makefile
msf 3bd92e5f27 initial import of clio-0.3.0
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 and easy to use library for
generating console output.

ok bernd@
2009-11-22 06:45:12 +00:00

22 lines
420 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2009/11/22 06:45:12 msf Exp $
COMMENT= Ruby library for creating command line tools
DISTNAME= clio-0.3.0
PKGNAME= ruby-${DISTNAME}
CATEGORIES= devel
# LGPLv3
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_RUBYFORGE:=clio/}
MODULES= lang/ruby
CONFIGURE_STYLE= ruby gem
.include <bsd.port.mk>