- Update to 0.92
- Add BUILD_DEPENDS - Do not silence installation message Changes: http://search.cpan.org/dist/Term-ShellUI/Changes
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user