diff options
author | az <az@FreeBSD.org> | 2013-09-12 14:27:41 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-12 14:27:41 +0800 |
commit | 8651fae3b8dc39295cf7c6175a868826d4344747 (patch) | |
tree | 6e473a930c60d1c8d5c8a722b75b4e61c883d3e7 /shells/vshnu | |
parent | c42e716ffe041e92016227906ead822296f08b3c (diff) | |
download | freebsd-ports-gnome-8651fae3b8dc39295cf7c6175a868826d4344747.tar.gz freebsd-ports-gnome-8651fae3b8dc39295cf7c6175a868826d4344747.tar.zst freebsd-ports-gnome-8651fae3b8dc39295cf7c6175a868826d4344747.zip |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'shells/vshnu')
-rw-r--r-- | shells/vshnu/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/shells/vshnu/Makefile b/shells/vshnu/Makefile index bb0746ca8914..d83c01004ba1 100644 --- a/shells/vshnu/Makefile +++ b/shells/vshnu/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: vshnu -# Date created: Feb 26, 2001 -# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org> -# +# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org> # $FreeBSD$ -# PORTNAME= vshnu PORTVERSION= 1.0305 @@ -18,6 +13,7 @@ COMMENT= New Visual Shell BUILD_DEPENDS= p5-Term-Screen>=0:${PORTSDIR}/devel/p5-Term-Screen RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include <bsd.port.mk> |