mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
23 lines
478 B
Makefile
23 lines
478 B
Makefile
# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
|
|
|
|
PORTNAME= vshnu
|
|
PORTVERSION= 1.0500
|
|
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>
|