diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-02-25 09:03:01 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-02-25 09:03:01 +0000 |
commit | 592dc5a1df5b459dd82a329ba0bfb991479ab977 (patch) | |
tree | 313af6f1a0cfa61992faf0735787588f86cf5ab4 /shells/vshnu | |
parent | 8b255d96aa1753c27feda46c249ac1e3f0258c55 (diff) | |
download | ports-592dc5a1df5b459dd82a329ba0bfb991479ab977.tar.gz ports-592dc5a1df5b459dd82a329ba0bfb991479ab977.zip |
Notes
Diffstat (limited to 'shells/vshnu')
-rw-r--r-- | shells/vshnu/Makefile | 4 | ||||
-rw-r--r-- | shells/vshnu/pkg-descr | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/shells/vshnu/Makefile b/shells/vshnu/Makefile index 76cf36337747..c6fbc60d21c7 100644 --- a/shells/vshnu/Makefile +++ b/shells/vshnu/Makefile @@ -10,11 +10,15 @@ 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> diff --git a/shells/vshnu/pkg-descr b/shells/vshnu/pkg-descr index 91f565b461c9..7f49af616923 100644 --- a/shells/vshnu/pkg-descr +++ b/shells/vshnu/pkg-descr @@ -7,4 +7,4 @@ switch between command line and visual mode easily as you wish. Your interface bandwidth and power for Unix operations is on a higher plane and life gets sweeter. -WWW: http://www.cs.indiana.edu/~kinzler/vshnu/ +WWW: https://www.cs.indiana.edu/~kinzler/vshnu/ |