pkgsrc-wip/p5-Getopt-GUI-Long/Makefile
Leonardo Taccari f9e96a6b58 Import p5-Getopt-GUI-Long-0.91 as wip/p5-Getopt-GUI-Long.
This module is a wrapper around Getopt::Long that extends the value of
the original Getopt::Long module to:

1) add a simple graphical user interface option screen if no arguments
   are passed to the program.
2) provide an auto-help mechanism such that -h and --help are handled
   automatically.

It's designed to make the creation of graphical shells trivial without the
programmer having to think about it much as well as providing automatic
good-looking usage output without the programmer needing to write usage()
functions.

This also can turn normal command line programs into web CGI scripts as
well (automatically).  If the Getopt::GUI::Long program is installed as a
CGI script then it will automatically prompt the user for the same
variables.
2009-08-25 22:30:19 +00:00

20 lines
565 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2009/08/25 22:30:19 leot1990 Exp $
#
DISTNAME= Getopt-GUI-Long-0.91
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/H/HA/HARDAKER/}
MAINTAINER= leot1990@users.sourceforge.net
HOMEPAGE= http://search.cpan.org/dist/Getopt-GUI-Long/
COMMENT= Wrapper around Getopt::Long
LICENSE= artistic-2.0 # OR gpl-v2+
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/Getopt/GUI/Long/.packlist
USE_LANGUAGES= # none
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"