summaryrefslogtreecommitdiff
path: root/misc/ruby-args_parser/Makefile
blob: c933b31d5e200b076c5c4b8becc6e31bd61cdd28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $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"