aboutsummaryrefslogtreecommitdiffstats
path: root/shells/vshnu/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'shells/vshnu/Makefile')
-rw-r--r--shells/vshnu/Makefile16
1 files changed, 7 insertions, 9 deletions
diff --git a/shells/vshnu/Makefile b/shells/vshnu/Makefile
index d3ac27d9e9ae..bcb8e0355ff9 100644
--- a/shells/vshnu/Makefile
+++ b/shells/vshnu/Makefile
@@ -7,24 +7,22 @@
#
PORTNAME= vshnu
-PORTVERSION= 1.0107
+PORTVERSION= 1.0115
CATEGORIES= shells perl5
MASTER_SITES= http://www.cs.indiana.edu/~kinzler/vshnu/
MAINTAINER= ports@FreeBSD.org
COMMENT= New Visual Shell
-.include <bsd.port.pre.mk>
-
BUILD_DEPENDS= ${SITE_PERL}/Term/Screen.pm:${PORTSDIR}/devel/p5-Term-Screen
-
-# perl 5.6.0
-.if ${OSVERSION} < 500007
-BUILD_DEPENDS+= ${SITE_PERL}/Term/ANSIColor.pm:${PORTSDIR}/devel/p5-Term-ANSIColor
-.endif
-
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 50060
+BUILD_DEPENDS+= ${SITE_PERL}/Term/ANSIColor.pm:${PORTSDIR}/devel/p5-Term-ANSIColor
+.endif
+
.include <bsd.port.post.mk>