freebsd-ports/shells/p5-Term-ShellUI/Makefile
Sunpoet Po-Chuan Hsieh a2e42e8921 - Update to 0.92
- Add BUILD_DEPENDS
- Do not silence installation message

Changes:	http://search.cpan.org/dist/Term-ShellUI/Changes
2012-02-10 03:07:34 +00:00

33 lines
843 B
Makefile

# New ports collection makefile for: shells/p5-Term-ShellUI
# Date created: 25 January 2007
# Whom: Sergey Matveychuk <sem@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Term-ShellUI
PORTVERSION= 0.92
CATEGORIES= shells perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= A fully-featured shell-like command line environment
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
MAN3= Term::ShellUI.3 \
Text::Shellwords::Cursor.3
post-install:
.if !defined(NOPORTEXAMPLES)
${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>