aboutsummaryrefslogtreecommitdiff
path: root/shells/p5-Term-ShellUI
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-02-10 03:07:34 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-02-10 03:07:34 +0000
commita2e42e8921a04691dc3396dd0edc3fa57a1d2cfd (patch)
tree799bad511090304a738e5b30e36008956e00b032 /shells/p5-Term-ShellUI
parent5ca26f553dc893250c9136743610f0ab1bd5da80 (diff)
downloadports-a2e42e8921a04691dc3396dd0edc3fa57a1d2cfd.tar.gz
ports-a2e42e8921a04691dc3396dd0edc3fa57a1d2cfd.zip
- Update to 0.92
- Add BUILD_DEPENDS - Do not silence installation message Changes: http://search.cpan.org/dist/Term-ShellUI/Changes
Notes
Notes: svn path=/head/; revision=290824
Diffstat (limited to 'shells/p5-Term-ShellUI')
-rw-r--r--shells/p5-Term-ShellUI/Makefile15
-rw-r--r--shells/p5-Term-ShellUI/distinfo4
2 files changed, 9 insertions, 10 deletions
diff --git a/shells/p5-Term-ShellUI/Makefile b/shells/p5-Term-ShellUI/Makefile
index e2edd0648afe..ede49850b792 100644
--- a/shells/p5-Term-ShellUI/Makefile
+++ b/shells/p5-Term-ShellUI/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Term-ShellUI
-PORTVERSION= 0.91
+PORTVERSION= 0.92
CATEGORIES= shells perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= A fully-featured shell-like command line environment
-RUN_DEPENDS= ${SITE_PERL}/Term/ReadLine/Perl.pm:${PORTSDIR}/devel/p5-ReadLine-Perl
+BUILD_DEPENDS= p5-ReadLine-Perl>=0:${PORTSDIR}/devel/p5-ReadLine-Perl
+RUN_DEPENDS= p5-ReadLine-Perl>=0:${PORTSDIR}/devel/p5-ReadLine-Perl
PERL_CONFIGURE= yes
@@ -22,13 +23,11 @@ MAN3= Term::ShellUI.3 \
Text::Shellwords::Cursor.3
post-install:
-
.if !defined(NOPORTEXAMPLES)
- @${ECHO_MSG} "===> Installing examples for ${PKGNAME}"
- @${MKDIR} ${EXAMPLESDIR}
-.for file in fileman-example synopsis synopsis-big tui-sample
- @${INSTALL_SCRIPT} ${WRKSRC}/examples/${file} ${EXAMPLESDIR}
-.endfor
+ ${MKDIR} ${EXAMPLESDIR}/
+ ${ECHO_MSG} "===> Installing examples for ${PKGNAME}"
+ cd ${WRKSRC}/examples/ && ${INSTALL_SCRIPT} \
+ fileman-example synopsis synopsis-big tui-sample ${EXAMPLESDIR}/
.endif
.include <bsd.port.mk>
diff --git a/shells/p5-Term-ShellUI/distinfo b/shells/p5-Term-ShellUI/distinfo
index 81bba57dbe64..52bb11d31a1b 100644
--- a/shells/p5-Term-ShellUI/distinfo
+++ b/shells/p5-Term-ShellUI/distinfo
@@ -1,2 +1,2 @@
-SHA256 (Term-ShellUI-0.91.tar.gz) = 86a0eb1e2e124936549c27f5ef43e34f20503c3def67fe7097643c64e8dd47ab
-SIZE (Term-ShellUI-0.91.tar.gz) = 30664
+SHA256 (Term-ShellUI-0.92.tar.gz) = 3279c01c76227335eeff09032a40f4b02b285151b3576c04cacd15be05942bdb
+SIZE (Term-ShellUI-0.92.tar.gz) = 30691