svn commit: r326803 - in head/devel: p5-AnyEvent-RPC p5-Class-C3-Adopt-NEXT p5-Class-Observable p5-Config-Fast p5-Devel-LeakGuard-Object p5-Devel-StackTrace-AsHTML p5-Exporter p5-File-DesktopEntry ...

Andrej Zverev az at FreeBSD.org
Mon Sep 9 11:55:35 UTC 2013


Author: az
Date: Mon Sep  9 11:55:30 2013
New Revision: 326803
URL: http://svnweb.freebsd.org/changeset/ports/326803

Log:
  - convert to the new perl5 framework
  - trim Makefile header
  
  Approved by:	portmgr (bapt@, blanket)

Modified:
  head/devel/p5-AnyEvent-RPC/Makefile   (contents, props changed)
  head/devel/p5-Class-C3-Adopt-NEXT/Makefile   (contents, props changed)
  head/devel/p5-Class-Observable/Makefile   (contents, props changed)
  head/devel/p5-Config-Fast/Makefile   (contents, props changed)
  head/devel/p5-Devel-LeakGuard-Object/Makefile   (contents, props changed)
  head/devel/p5-Devel-StackTrace-AsHTML/Makefile   (contents, props changed)
  head/devel/p5-Exporter/Makefile
  head/devel/p5-File-DesktopEntry/Makefile   (contents, props changed)
  head/devel/p5-Java/Makefile   (contents, props changed)
  head/devel/p5-Log-Dispatch-Configurator-YAML/Makefile   (contents, props changed)
  head/devel/p5-Module-Runtime/Makefile   (contents, props changed)
  head/devel/p5-MouseX-Getopt/Makefile   (contents, props changed)
  head/devel/p5-Path-Class-File-Lockable/Makefile
  head/devel/p5-Perl6-Form/Makefile   (contents, props changed)
  head/devel/p5-Role-HasMessage/Makefile   (contents, props changed)
  head/devel/p5-Stream-Reader/Makefile   (contents, props changed)
  head/devel/p5-Sub-Exporter-GlobExporter/Makefile   (contents, props changed)
  head/devel/p5-Test-Benchmark/Makefile   (contents, props changed)
  head/devel/p5-Tie-Array-Pack/Makefile   (contents, props changed)

Modified: head/devel/p5-AnyEvent-RPC/Makefile
==============================================================================
--- head/devel/p5-AnyEvent-RPC/Makefile	Mon Sep  9 11:01:46 2013	(r326802)
+++ head/devel/p5-AnyEvent-RPC/Makefile	Mon Sep  9 11:55:30 2013	(r326803)
@@ -22,7 +22,8 @@ BUILD_DEPENDS=	p5-URI>=0:${PORTSDIR}/net
 		p5-lib-abs>=0.90:${PORTSDIR}/devel/p5-lib-abs
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 MAN3=		AnyEvent::RPC.3 AnyEvent::RPC::Enc::YAML.3 \
 		AnyEvent::RPC::Enc::REST.3
 

Modified: head/devel/p5-Class-C3-Adopt-NEXT/Makefile
==============================================================================
--- head/devel/p5-Class-C3-Adopt-NEXT/Makefile	Mon Sep  9 11:01:46 2013	(r326802)
+++ head/devel/p5-Class-C3-Adopt-NEXT/Makefile	Mon Sep  9 11:55:30 2013	(r326803)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	Class-C3-Adopt-NEXT
-# Date created:	   18 Jun 2009
-# Whom:		   Denis Pokataev <catone at cpan.org>
-#
+# Created by: Denis Pokataev <catone at cpan.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Class-C3-Adopt-NEXT
 PORTVERSION=	0.13
@@ -19,7 +15,8 @@ RUN_DEPENDS=	p5-MRO-Compat>=0:${PORTSDIR
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 TEST_DEPENDS=	p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Class::C3::Adopt::NEXT.3
 

Modified: head/devel/p5-Class-Observable/Makefile
==============================================================================
--- head/devel/p5-Class-Observable/Makefile	Mon Sep  9 11:01:46 2013	(r326802)
+++ head/devel/p5-Class-Observable/Makefile	Mon Sep  9 11:55:30 2013	(r326803)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	Class-Observable
-# Date created:	   11 Aug 2004
-# Whom:		  Travis Campbell <hcoyote at ghostar.org>
-#
+# Created by: Travis Campbell <hcoyote at ghostar.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Class-Observable
 PORTVERSION=	1.04
@@ -17,7 +13,8 @@ COMMENT=	Allow other classes and objects
 BUILD_DEPENDS=	p5-Class-ISA>=0:${PORTSDIR}/devel/p5-Class-ISA
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Class::Observable.3
 

Modified: head/devel/p5-Config-Fast/Makefile
==============================================================================
--- head/devel/p5-Config-Fast/Makefile	Mon Sep  9 11:01:46 2013	(r326802)
+++ head/devel/p5-Config-Fast/Makefile	Mon Sep  9 11:55:30 2013	(r326803)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	Config::Fast
-# Date created:				10 Feb 2004
-# Whom:					Xavier Beaudouin <kiwi at oav.net>
-#
+# Created by: Xavier Beaudouin <kiwi at oav.net>
 # $FreeBSD$
-#
 
 PORTNAME=	Config-Fast
 PORTVERSION=	1.07
@@ -14,7 +10,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	kiwi at oav.net
 COMMENT=	Extremely fast configuration file parser
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Config::Fast.3
 

Modified: head/devel/p5-Devel-LeakGuard-Object/Makefile
==============================================================================
--- head/devel/p5-Devel-LeakGuard-Object/Makefile	Mon Sep  9 11:01:46 2013	(r326802)
+++ head/devel/p5-Devel-LeakGuard-Object/Makefile	Mon Sep  9 11:55:30 2013	(r326803)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Devel-LeakGuard-Object
-# Date created:		2009-07-19
-# Whom:			TERAMOTO Masahiro <markun at onohara.to>
-#
+# Created by: TERAMOTO Masahiro <markun at onohara.to>
 # $FreeBSD$
-#
 
 PORTNAME=	Devel-LeakGuard-Object
 PORTVERSION=	0.06
@@ -19,7 +15,8 @@ BUILD_DEPENDS=	p5-Test-Differences>=0:${
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 TEST_DEPENDS=	p5-latest>0:${PORTSDIR}/devel/p5-latest
 
-PERL_MODBUILD=	yes
+USES=		perl5
+USE_PERL5=	modbuild
 
 MAN3=		Devel::LeakGuard::Object.3 \
 		Devel::LeakGuard::Object::State.3

Modified: head/devel/p5-Devel-StackTrace-AsHTML/Makefile
==============================================================================
--- head/devel/p5-Devel-StackTrace-AsHTML/Makefile	Mon Sep  9 11:01:46 2013	(r326802)
+++ head/devel/p5-Devel-StackTrace-AsHTML/Makefile	Mon Sep  9 11:55:30 2013	(r326803)
@@ -13,7 +13,8 @@ COMMENT=	Perl extension to display stack
 RUN_DEPENDS=	p5-Devel-StackTrace>0:${PORTSDIR}/devel/p5-Devel-StackTrace
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Devel::StackTrace::AsHTML.3
 

Modified: head/devel/p5-Exporter/Makefile
==============================================================================
--- head/devel/p5-Exporter/Makefile	Mon Sep  9 11:01:46 2013	(r326802)
+++ head/devel/p5-Exporter/Makefile	Mon Sep  9 11:55:30 2013	(r326803)
@@ -13,7 +13,8 @@ COMMENT=	Implements default import metho
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Exporter.3 Exporter::Heavy.3
 

Modified: head/devel/p5-File-DesktopEntry/Makefile
==============================================================================
--- head/devel/p5-File-DesktopEntry/Makefile	Mon Sep  9 11:01:46 2013	(r326802)
+++ head/devel/p5-File-DesktopEntry/Makefile	Mon Sep  9 11:55:30 2013	(r326803)
@@ -15,7 +15,8 @@ BUILD_DEPENDS=	p5-PathTools>=0:${PORTSDI
 		p5-File-BaseDir>=0.03:${PORTSDIR}/devel/p5-File-BaseDir
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_MODBUILD=	yes
+USES=		perl5
+USE_PERL5=	modbuild
 
 MAN3=	File::DesktopEntry.3
 

Modified: head/devel/p5-Java/Makefile
==============================================================================
--- head/devel/p5-Java/Makefile	Mon Sep  9 11:01:46 2013	(r326802)
+++ head/devel/p5-Java/Makefile	Mon Sep  9 11:55:30 2013	(r326803)
@@ -12,7 +12,8 @@ MAINTAINER=	numisemis at yahoo.com
 COMMENT=	Perl extension for accessing a JVM remotely or locally
 
 USE_RC_SUBR=	javaserver
-PERL_CONFIGURE=	YES
+USES=		perl5
+USE_PERL5=	configure
 USE_JAVA=	yes
 JAVA_VERSION=	1.6+
 

Modified: head/devel/p5-Log-Dispatch-Configurator-YAML/Makefile
==============================================================================
--- head/devel/p5-Log-Dispatch-Configurator-YAML/Makefile	Mon Sep  9 11:01:46 2013	(r326802)
+++ head/devel/p5-Log-Dispatch-Configurator-YAML/Makefile	Mon Sep  9 11:55:30 2013	(r326803)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	Log-Dispatch-Configurator-YAML
-# Date created:				28 May 2008
-# Whom:					Oleg Mamontov <oleg at mamontov.net>
-#
+# Created by: Oleg Mamontov <oleg at mamontov.net>
 # $FreeBSD$
-#
 
 PORTNAME=	Log-Dispatch-Configurator-YAML
 PORTVERSION=	0.03
@@ -19,7 +15,8 @@ RUN_DEPENDS=	p5-Log-Dispatch-Config>=0:$
 BUILD_DEPENDS=	p5-Log-Dispatch-Config>=0:${PORTSDIR}/devel/p5-Log-Dispatch-Config \
 		p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Log::Dispatch::Configurator::YAML.3
 

Modified: head/devel/p5-Module-Runtime/Makefile
==============================================================================
--- head/devel/p5-Module-Runtime/Makefile	Mon Sep  9 11:01:46 2013	(r326802)
+++ head/devel/p5-Module-Runtime/Makefile	Mon Sep  9 11:55:30 2013	(r326803)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	Module-Runtime
-# Date created:				01 Jun 2008
-# Whom:					brix at FreeBSD.org
-#
+# Created by: brix at FreeBSD.org
 # $FreeBSD$
-#
 
 PORTNAME=	Module-Runtime
 PORTVERSION=	0.013
@@ -17,7 +13,8 @@ COMMENT=	Perl module for runtime module 
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-PERL_MODBUILD=	yes
+USES=		perl5
+USE_PERL5=	modbuild
 
 MAN3=	Module::Runtime.3
 

Modified: head/devel/p5-MouseX-Getopt/Makefile
==============================================================================
--- head/devel/p5-MouseX-Getopt/Makefile	Mon Sep  9 11:01:46 2013	(r326802)
+++ head/devel/p5-MouseX-Getopt/Makefile	Mon Sep  9 11:55:30 2013	(r326803)
@@ -1,9 +1,4 @@
-# New ports collection makefile for:	MouseX::Getopt
-# Date created:		22 Jan 2009
-# Whom:			Jun Kuriyama <kuriyama at FreeBSD.org>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	MouseX-Getopt
 PORTVERSION=	${DISTVERSION}00
@@ -22,7 +17,8 @@ RUN_DEPENDS=	\
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 TEST_DEPENDS=	p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		MouseX::Getopt.3 \
 		MouseX::Getopt::Basic.3 \

Modified: head/devel/p5-Path-Class-File-Lockable/Makefile
==============================================================================
--- head/devel/p5-Path-Class-File-Lockable/Makefile	Mon Sep  9 11:01:46 2013	(r326802)
+++ head/devel/p5-Path-Class-File-Lockable/Makefile	Mon Sep  9 11:55:30 2013	(r326803)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: 	p5-Path-Class-File-Lockable
-# Date created: 			2012-01-22
-# Whom:					Tatsuya Ueda <ml+freebsd at tatsuya.info>
-#
+# Created by: Tatsuya Ueda <ml+freebsd at tatsuya.info>
 # $FreeBSD$
-#
 
 PORTNAME=	Path-Class-File-Lockable
 PORTVERSION=	0.03
@@ -22,7 +18,8 @@ BUILD_DEPENDS=	p5-File-NFSLock>0:${PORTS
 		p5-Path-Class>0:${PORTSDIR}/devel/p5-Path-Class
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Path::Class::File::Lockable.3
 

Modified: head/devel/p5-Perl6-Form/Makefile
==============================================================================
--- head/devel/p5-Perl6-Form/Makefile	Mon Sep  9 11:01:46 2013	(r326802)
+++ head/devel/p5-Perl6-Form/Makefile	Mon Sep  9 11:55:30 2013	(r326803)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	devel/p5-Perl6-Form
-# Date created:				21 Oct 2004
-# Whom:					Yuan-Chung Hsiao <ychsiao at ychsiao.idv.tw>
-#
+# Created by: Yuan-Chung Hsiao <ychsiao at ychsiao.idv.tw>
 # $FreeBSD$
-#
 
 PORTNAME=	Perl6-Form
 PORTVERSION=	0.04
@@ -18,7 +14,8 @@ BUILD_DEPENDS=	p5-Perl6-Export>=0:${PORT
 		p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Perl6::Form.3
 

Modified: head/devel/p5-Role-HasMessage/Makefile
==============================================================================
--- head/devel/p5-Role-HasMessage/Makefile	Mon Sep  9 11:01:46 2013	(r326802)
+++ head/devel/p5-Role-HasMessage/Makefile	Mon Sep  9 11:55:30 2013	(r326803)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	devel/p5-Role-HasMessage
-# Date created:				2011-09-19
-# Whom:					Geraud CONTINSOUZAS <geraud at gcu.info>
-#
+# Created by: Geraud CONTINSOUZAS <geraud at gcu.info>
 # $FreeBSD$
-#
 
 PORTNAME=	Role-HasMessage
 PORTVERSION=	0.005
@@ -25,7 +21,8 @@ RUN_DEPENDS=	p5-Moose>=0:${PORTSDIR}/dev
 		p5-namespace-clean>=0:${PORTSDIR}/devel/p5-namespace-clean
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Role::HasMessage.3 \
 	Role::HasMessage::Errf.3

Modified: head/devel/p5-Stream-Reader/Makefile
==============================================================================
--- head/devel/p5-Stream-Reader/Makefile	Mon Sep  9 11:01:46 2013	(r326802)
+++ head/devel/p5-Stream-Reader/Makefile	Mon Sep  9 11:55:30 2013	(r326803)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Stream-Reader
-# Date created:		2009-08-12
-# Whom:			Steven Kreuzer <skreuzer at FreeBSD.org>
-#
+# Created by: Steven Kreuzer <skreuzer at FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Stream-Reader
 PORTVERSION=	0.09
@@ -15,7 +11,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	skreuzer at FreeBSD.org
 COMMENT=	Perl module for reading data from streams
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Stream::Reader.3
 

Modified: head/devel/p5-Sub-Exporter-GlobExporter/Makefile
==============================================================================
--- head/devel/p5-Sub-Exporter-GlobExporter/Makefile	Mon Sep  9 11:01:46 2013	(r326802)
+++ head/devel/p5-Sub-Exporter-GlobExporter/Makefile	Mon Sep  9 11:55:30 2013	(r326803)
@@ -17,7 +17,8 @@ LICENSE_COMB=	dual
 RUN_DEPENDS=	p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Sub::Exporter::GlobExporter.3
 

Modified: head/devel/p5-Test-Benchmark/Makefile
==============================================================================
--- head/devel/p5-Test-Benchmark/Makefile	Mon Sep  9 11:01:46 2013	(r326802)
+++ head/devel/p5-Test-Benchmark/Makefile	Mon Sep  9 11:55:30 2013	(r326803)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Test-Benchmark
-# Date created:		2006-07-13
-# Whom:			Gea-Suan Lin <gslin at gslin.org>
-#
+# Created by: Gea-Suan Lin <gslin at gslin.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Test-Benchmark
 PORTVERSION=	0.004
@@ -18,7 +14,8 @@ BUILD_DEPENDS=	p5-Test-Tester>=0:${PORTS
 		p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Test::Benchmark.3
 

Modified: head/devel/p5-Tie-Array-Pack/Makefile
==============================================================================
--- head/devel/p5-Tie-Array-Pack/Makefile	Mon Sep  9 11:01:46 2013	(r326802)
+++ head/devel/p5-Tie-Array-Pack/Makefile	Mon Sep  9 11:55:30 2013	(r326803)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Tie-Array-Pack
-# Date created:		2006-12-22
-# Whom:			TAKAHASHI Kaoru <kaoru at kaisei.org>
-#
+# Created by: TAKAHASHI Kaoru <kaoru at kaisei.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Tie-Array-Pack
 PORTVERSION=	0.02
@@ -14,7 +10,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	kaoru at kaisei.org
 COMMENT=	Array implemented as a packed string
 
-PERL_CONFIGURE=	YES
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Tie::Array::Pack.3
 


More information about the svn-ports-all mailing list