1PORTNAME= Term-ShellUI 2PORTVERSION= 0.92 3PORTREVISION= 3 4CATEGORIES= shells perl5 5MASTER_SITES= CPAN 6PKGNAMEPREFIX= p5- 7 8MAINTAINER= ports@MidnightBSD.org 9COMMENT= Fully-featured shell-like command line environment 10WWW= https://metacpan.org/release/Term-ShellUI 11 12LICENSE= artistic gpl 13LICENSE_COMB= dual 14 15BUILD_DEPENDS= ${RUN_DEPENDS} 16RUN_DEPENDS= p5-Term-ReadLine-Gnu>=0:devel/p5-Term-ReadLine-Gnu 17 18USES= perl5 shebangfix 19SHEBANG_FILES= examples/* 20USE_PERL5= configure 21NO_ARCH= yes 22 23OPTIONS_DEFINE= EXAMPLES 24 25post-install: 26 @${MKDIR} ${EXAMPLESDIR} 27 (cd ${WRKSRC}/examples/ && ${INSTALL_SCRIPT} \ 28 fileman-example synopsis synopsis-big tui-sample ${EXAMPLESDIR}) 29 30.include <bsd.port.mk> 31