summaryrefslogtreecommitdiffstats
path: root/shells/vshnu/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'shells/vshnu/Makefile')
-rw-r--r--shells/vshnu/Makefile12
1 files changed, 7 insertions, 5 deletions
diff --git a/shells/vshnu/Makefile b/shells/vshnu/Makefile
index 58a4f25..2803e51 100644
--- a/shells/vshnu/Makefile
+++ b/shells/vshnu/Makefile
@@ -7,21 +7,23 @@
#
PORTNAME= vshnu
-PORTVERSION= 1.0005
-CATEGORIES= shells
+PORTVERSION= 1.0008
+CATEGORIES= shells perl5
MASTER_SITES= http://www.cs.indiana.edu/hyplan/kinzler/vshnu/
-MAINTAINER= ijliao@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
.include <bsd.port.pre.mk>
-RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Term/Screen.pm:${PORTSDIR}/devel/p5-Term-Screen
+BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Term/Screen.pm:${PORTSDIR}/devel/p5-Term-Screen
# perl 5.6.0
.if ${OSVERSION} < 500007
-RUN_DEPENDS+= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Term/ANSIColor.pm:${PORTSDIR}/devel/p5-Term-ANSIColor
+BUILD_DEPENDS+= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Term/ANSIColor.pm:${PORTSDIR}/devel/p5-Term-ANSIColor
.endif
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
USE_PERL5= yes
PERL_CONFIGURE= yes
OpenPOWER on IntegriCloud