d375df2610
=== 0.2.0 2013-08-26 * add "on" event * fix equal_style sample * refactoring * specify license in gemspec
15 lines
333 B
Makefile
15 lines
333 B
Makefile
# $NetBSD: Makefile,v 1.2 2013/09/15 14:07:29 taca Exp $
|
|
#
|
|
|
|
DISTNAME= args_parser-0.2.0
|
|
CATEGORIES= misc
|
|
|
|
MAINTAINER= tsutsui@NetBSD.org
|
|
HOMEPAGE= http://shokai.github.io/args_parser/
|
|
COMMENT= Parse ARGV from command line with DSL
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|