freebsd-ports/shells/vshnu/Makefile
Dmitry Marakasov 592dc5a1df - Add LICENSE
- norach
- Update WWW
2018-02-25 09:03:01 +00:00

24 lines
506 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
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
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
NO_ARCH= yes
.include <bsd.port.mk>