- Resolve of using PERL_CONFIGURE and USE_PERL5 together

- Convert to new perl5 framework
- Trim Makefile header
- Use shebangfix for runable file

With hat:	perl@
This commit is contained in:
Andrej Zverev 2013-09-01 17:10:01 +00:00
parent bcb2a59a49
commit c880c9afd7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=325881

View file

@ -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 \