freebsd-ports/shells/vshnu/Makefile
2001-02-25 19:35:33 +00:00

29 lines
658 B
Makefile

# ex:ts=8
# New ports collection makefile for: vshnu
# Date created: Feb 26, 2001
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= vshnu
PORTVERSION= 1.0005
CATEGORIES= shells
MASTER_SITES= http://www.cs.indiana.edu/hyplan/kinzler/vshnu/
MAINTAINER= ijliao@FreeBSD.org
.include <bsd.port.pre.mk>
RUN_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
.endif
USE_PERL5= yes
PERL_CONFIGURE= yes
.include <bsd.port.post.mk>