diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-01 17:10:01 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-01 17:10:01 +0000 |
commit | c880c9afd7b42ccf535655af7293a651cd29f3d7 (patch) | |
tree | 40b922aae1c0feacc8ef279c20e1b93bbd3efba5 /devel | |
parent | bcb2a59a49e2618393bc273c712182dcd8616a2e (diff) |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/perlconsole/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/devel/perlconsole/Makefile b/devel/perlconsole/Makefile index 8f6f979e9ccc..0d32069d23e1 100644 --- a/devel/perlconsole/Makefile +++ b/devel/perlconsole/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: perlconsole -# Date created: 9 October 2007 -# Whom: Philippe Audeoud <jadawin@tuxaco.net> -# +# Created by: Philippe Audeoud <jadawin@tuxaco.net> # $FreeBSD$ -# PORTNAME= perlconsole PORTVERSION= 0.4 @@ -20,8 +16,9 @@ RUN_DEPENDS= p5-ReadLine-Gnu>=0:${PORTSDIR}/devel/p5-ReadLine-Gnu \ p5-Lexical-Persistence>=0:${PORTSDIR}/devel/p5-Lexical-Persistence \ p5-B-Keywords>=0:${PORTSDIR}/devel/p5-B-Keywords -USE_PERL5= yes -PERL_CONFIGURE= yes +USES= perl5 shebangfix +USE_PERL5= configure +SHEBANG_FILES= perlconsole PORTDOCS= README \ AUTHORS \ |