diff options
author | Ryan Steinmetz <zi@FreeBSD.org> | 2013-03-28 17:50:27 +0000 |
---|---|---|
committer | Ryan Steinmetz <zi@FreeBSD.org> | 2013-03-28 17:50:27 +0000 |
commit | 4627852ca68a41774078979b35195363ed827356 (patch) | |
tree | ccf9f4abbe958298f83b118868f9709b946aede5 /devel/Makefile | |
parent | 88892f0ba844dbf51c0d381d05d8e91332f14635 (diff) |
New port: devel/p5-Term-ProgressBar-Quiet:
Term::ProgressBar is a wonderful module for showing progress bars on the
terminal. This module acts very much like that module when it is run
interactively. However, when it is not run interactively (for example,
as a cron job) then it does not show the progress bar.
WWW: http://search.cpan.org/dist/Term-ProgressBar-Quiet/
Notes
Notes:
svn path=/head/; revision=315490
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index c05aac1f0dc7..310d91315090 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -2683,6 +2683,7 @@ SUBDIR += p5-Term-Encoding SUBDIR += p5-Term-Menus SUBDIR += p5-Term-ProgressBar + SUBDIR += p5-Term-ProgressBar-Quiet SUBDIR += p5-Term-Prompt SUBDIR += p5-Term-Query SUBDIR += p5-Term-RawInput |