2013-03-29 01:44:53 +01:00
|
|
|
# Created by: Sergey Matveychuk <sem@FreeBSD.org>
|
2007-01-25 10:12:28 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Term-ShellUI
|
2012-02-10 04:07:34 +01:00
|
|
|
PORTVERSION= 0.92
|
2012-04-18 14:17:32 +02:00
|
|
|
PORTREVISION= 1
|
2007-01-25 10:12:28 +01:00
|
|
|
CATEGORIES= shells perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2007-01-25 10:12:28 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2007-01-29 13:13:01 +01:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2013-03-29 01:44:53 +01:00
|
|
|
COMMENT= Fully-featured shell-like command line environment
|
2007-01-29 13:13:01 +01:00
|
|
|
|
2012-04-18 14:17:32 +02:00
|
|
|
BUILD_DEPENDS= p5-ReadLine-Gnu>=0:${PORTSDIR}/devel/p5-ReadLine-Gnu
|
2013-11-06 08:44:16 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2007-01-25 10:12:28 +01:00
|
|
|
|
2013-08-02 18:55:05 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2007-01-25 10:12:28 +01:00
|
|
|
|
2007-01-29 13:13:01 +01:00
|
|
|
post-install:
|
2011-06-12 21:09:25 +02:00
|
|
|
.if !defined(NOPORTEXAMPLES)
|
2013-11-24 18:40:44 +01:00
|
|
|
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
2013-10-22 18:57:44 +02:00
|
|
|
@${ECHO_MSG} "===> Installing examples for ${PKGNAME}"
|
2013-11-24 18:40:44 +01:00
|
|
|
(cd ${WRKSRC}/examples/ && ${INSTALL_SCRIPT} \
|
|
|
|
fileman-example synopsis synopsis-big tui-sample ${STAGEDIR}${EXAMPLESDIR})
|
2007-01-29 13:13:01 +01:00
|
|
|
.endif
|
|
|
|
|
2007-01-25 10:12:28 +01:00
|
|
|
.include <bsd.port.mk>
|