pkgsrc/devel/pear-Console_CommandLine/Makefile
taca f260672428 Add pear-Console_CommandLine version 1.2.2.
Console_CommandLine is a full featured package for managing command-line
options and arguments highly inspired from python optparse module, it allows
the developer to easily build complex command line interfaces.

Main features:
* handles sub commands (ie. $ myscript.php -q subcommand -f file),
* can be completely built from an xml definition file,
* generate --help and --version options automatically,
* can be completely customized,
* builtin support for i18n,
* and much more...
2016-08-21 08:23:06 +00:00

10 lines
268 B
Makefile

# $NetBSD: Makefile,v 1.1 2016/08/21 08:23:06 taca Exp $
DISTNAME= Console_CommandLine-1.2.2
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Managing command-line options and arguments
.include "../../lang/php/pear.mk"
.include "../../mk/bsd.pkg.mk"