Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Aug 2013 14:25:17 +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: r324918 - in head: devel/p5-IO-BufferedSelect misc/p5-Array-FileReader misc/p5-Array-LineReader net/p5-BBS-Client textproc/p5-HTML-QRCode textproc/p5-Text-QRCode
Message-ID:  <201308181425.r7IEPHGf078487@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: az
Date: Sun Aug 18 14:25:16 2013
New Revision: 324918
URL: http://svnweb.freebsd.org/changeset/ports/324918

Log:
  - Convert to new perl framework

Modified:
  head/devel/p5-IO-BufferedSelect/Makefile   (contents, props changed)
  head/misc/p5-Array-FileReader/Makefile   (contents, props changed)
  head/misc/p5-Array-LineReader/Makefile   (contents, props changed)
  head/net/p5-BBS-Client/Makefile   (contents, props changed)
  head/textproc/p5-HTML-QRCode/Makefile   (contents, props changed)
  head/textproc/p5-Text-QRCode/Makefile   (contents, props changed)

Modified: head/devel/p5-IO-BufferedSelect/Makefile
==============================================================================
--- head/devel/p5-IO-BufferedSelect/Makefile	Sun Aug 18 13:46:06 2013	(r324917)
+++ head/devel/p5-IO-BufferedSelect/Makefile	Sun Aug 18 14:25:16 2013	(r324918)
@@ -10,7 +10,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Line-buffered select interface
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		IO::BufferedSelect.3
 

Modified: head/misc/p5-Array-FileReader/Makefile
==============================================================================
--- head/misc/p5-Array-FileReader/Makefile	Sun Aug 18 13:46:06 2013	(r324917)
+++ head/misc/p5-Array-FileReader/Makefile	Sun Aug 18 14:25:16 2013	(r324918)
@@ -13,7 +13,8 @@ COMMENT=	Lazily tie files to arrays for 
 BUILD_DEPENDS=	p5-IO>=0:${PORTSDIR}/devel/p5-IO
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Array::FileReader.3
 

Modified: head/misc/p5-Array-LineReader/Makefile
==============================================================================
--- head/misc/p5-Array-LineReader/Makefile	Sun Aug 18 13:46:06 2013	(r324917)
+++ head/misc/p5-Array-LineReader/Makefile	Sun Aug 18 14:25:16 2013	(r324918)
@@ -13,7 +13,8 @@ COMMENT=	Access lines of a file via an a
 BUILD_DEPENDS=	p5-IO>=0:${PORTSDIR}/devel/p5-IO
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Array::LineReader.3
 

Modified: head/net/p5-BBS-Client/Makefile
==============================================================================
--- head/net/p5-BBS-Client/Makefile	Sun Aug 18 13:46:06 2013	(r324917)
+++ head/net/p5-BBS-Client/Makefile	Sun Aug 18 14:25:16 2013	(r324918)
@@ -14,7 +14,8 @@ COMMENT=	A Client Module For BBS Systems
 BUILD_DEPENDS=	p5-Net-Telnet>=0:${PORTSDIR}/net/p5-Net-Telnet
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		BBS::Client.3
 

Modified: head/textproc/p5-HTML-QRCode/Makefile
==============================================================================
--- head/textproc/p5-HTML-QRCode/Makefile	Sun Aug 18 13:46:06 2013	(r324917)
+++ head/textproc/p5-HTML-QRCode/Makefile	Sun Aug 18 14:25:16 2013	(r324918)
@@ -15,7 +15,8 @@ BUILD_DEPENDS=	p5-Text-QRCode>0:${PORTSD
 		libqrencode>=2.0.0:${PORTSDIR}/graphics/libqrencode
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 CFLAGS+=	-I${LOCALBASE}/include
 
 MAN3=		HTML::QRCode.3

Modified: head/textproc/p5-Text-QRCode/Makefile
==============================================================================
--- head/textproc/p5-Text-QRCode/Makefile	Sun Aug 18 13:46:06 2013	(r324917)
+++ head/textproc/p5-Text-QRCode/Makefile	Sun Aug 18 14:25:16 2013	(r324918)
@@ -14,7 +14,8 @@ COMMENT=	Generate text based QR Code
 BUILD_DEPENDS=	libqrencode>=2.0.0:${PORTSDIR}/graphics/libqrencode
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 CFLAGS+=	-I${LOCALBASE}/include
 
 MAN3=		Text::QRCode.3



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