freebsd-ports/shells/vshnu/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

20 lines
444 B
Makefile

# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
# $FreeBSD$
PORTNAME= vshnu
PORTVERSION= 1.0305
PORTREVISION= 1
CATEGORIES= shells perl5
MASTER_SITES= http://www.cs.indiana.edu/~kinzler/${PORTNAME}/
MAINTAINER= ports@FreeBSD.org
COMMENT= New Visual Shell
BUILD_DEPENDS= p5-Term-Screen>=0:devel/p5-Term-Screen
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5 shebangfix tar:tgz
USE_PERL5= configure
SHEBANG_FILES= *.pl
.include <bsd.port.mk>