pkgsrc/devel/p5-Term-ShellUI/Makefile
obache d1adba55fc Import p5-Term-ShellUI-0.86 as devel/p5-Term-ShellUI.
Packaged by Edgar Fuss and provided by PR 39827.

Term::ShellUI uses the history and autocompletion features of Term::ReadLine to
present a sophisticated command-line interface to the user. It tries to make
every feature that one would expect to see in a fully interactive shell trivial
$to implement. You simply declare your command set and let ShellUI take care
of the heavy lifting.

This module was previously called Term::GDBUI.
2008-10-31 11:43:02 +00:00

17 lines
495 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2008/10/31 11:43:02 obache Exp $
DISTNAME= Term-ShellUI-0.86
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Term/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Term-ShellUI/
COMMENT= Fully-featured shell-like command line environment for Perl
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/Term/ShellUI/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"