27c6ce5493
3.6.0 (2014-06-18) ------------------ * Add example of rest arguments usage in the readme file #139 * Default values on options are printed in the help message #134
12 lines
299 B
Makefile
12 lines
299 B
Makefile
# $NetBSD: Makefile,v 1.2 2015/03/14 07:48:10 taca Exp $
|
|
|
|
DISTNAME= slop-3.6.0
|
|
CATEGORIES= misc
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/leejarvis/slop
|
|
COMMENT= Simple Lightweight Option Parsing
|
|
LICENSE= mit
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|