b686dd9180
pkglint --only "https instead of http" -r -F With manual adjustments afterwards since pkglint 19.4.4 fixed a few indentations in unrelated lines. This mainly affects projects hosted at SourceForce, as well as freedesktop.org, CTAN and GNU.
15 lines
336 B
Makefile
15 lines
336 B
Makefile
# $NetBSD: Makefile,v 1.3 2020/01/18 23:33:09 rillig Exp $
|
|
#
|
|
|
|
DISTNAME= args_parser-0.2.0
|
|
CATEGORIES= misc
|
|
|
|
MAINTAINER= tsutsui@NetBSD.org
|
|
HOMEPAGE= https://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"
|