1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/shells/vshnu/Makefile
Ying-Chieh Liao 524581f4de upgrade to 1.0008
make RUN_DEPENDS also BUILD_DEPENDS
drop maintainership
2001-06-13 15:00:08 +00:00

31 lines
698 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.0008
CATEGORIES= shells perl5
MASTER_SITES= http://www.cs.indiana.edu/hyplan/kinzler/vshnu/
MAINTAINER= ports@FreeBSD.org
.include <bsd.port.pre.mk>
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Term/Screen.pm:${PORTSDIR}/devel/p5-Term-Screen
# perl 5.6.0
.if ${OSVERSION} < 500007
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
.include <bsd.port.post.mk>