Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Sep 2013 17:10:01 +0000 (UTC)
From:      Andrej Zverev <az@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r325881 - head/devel/perlconsole
Message-ID:  <201309011710.r81HA1CM045957@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: az
Date: Sun Sep  1 17:10:01 2013
New Revision: 325881
URL: http://svnweb.freebsd.org/changeset/ports/325881

Log:
  - 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@

Modified:
  head/devel/perlconsole/Makefile   (contents, props changed)

Modified: head/devel/perlconsole/Makefile
==============================================================================
--- head/devel/perlconsole/Makefile	Sun Sep  1 17:05:52 2013	(r325880)
+++ head/devel/perlconsole/Makefile	Sun Sep  1 17:10:01 2013	(r325881)
@@ -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:${PORTSD
 		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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309011710.r81HA1CM045957>