Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Sep 2013 09:45:13 +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: r326787 - in head/devel: p5-AutoLoader p5-Class-Mix p5-Clone-More p5-Config-IniFiles p5-Data-ClearSilver-HDF p5-Dir-Self p5-File-Grep p5-Gearman-XS p5-List-AllUtils p5-Log-Dispatch-Colo...
Message-ID:  <201309090945.r899jD0a012291@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: az
Date: Mon Sep  9 09:45:12 2013
New Revision: 326787
URL: http://svnweb.freebsd.org/changeset/ports/326787

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

Modified:
  head/devel/p5-AutoLoader/Makefile   (contents, props changed)
  head/devel/p5-Class-Mix/Makefile   (contents, props changed)
  head/devel/p5-Clone-More/Makefile   (contents, props changed)
  head/devel/p5-Config-IniFiles/Makefile
  head/devel/p5-Data-ClearSilver-HDF/Makefile   (contents, props changed)
  head/devel/p5-Dir-Self/Makefile   (contents, props changed)
  head/devel/p5-File-Grep/Makefile   (contents, props changed)
  head/devel/p5-Gearman-XS/Makefile   (contents, props changed)
  head/devel/p5-List-AllUtils/Makefile
  head/devel/p5-Log-Dispatch-Colorful/Makefile   (contents, props changed)
  head/devel/p5-Module-List/Makefile   (contents, props changed)
  head/devel/p5-POE-Component-Hailo/Makefile   (contents, props changed)
  head/devel/p5-POE-Component-Syndicator/Makefile   (contents, props changed)
  head/devel/p5-Range-String/Makefile   (contents, props changed)
  head/devel/p5-Test-LectroTest/Makefile
  head/devel/p5-Test-SharedFork/Makefile   (contents, props changed)
  head/devel/p5-Tie-CPHash/Makefile   (contents, props changed)
  head/devel/p5-Unix-Uptime/Makefile
  head/devel/p5-syntax/Makefile

Modified: head/devel/p5-AutoLoader/Makefile
==============================================================================
--- head/devel/p5-AutoLoader/Makefile	Mon Sep  9 09:31:22 2013	(r326786)
+++ head/devel/p5-AutoLoader/Makefile	Mon Sep  9 09:45:12 2013	(r326787)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-AutoLoader
-# Date created:				Jan 18 2007
-# Whom:					Rong-En Fan <rafan@FreeBSD.org>
-#
+# Created by: Rong-En Fan <rafan@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	AutoLoader
 PORTVERSION=	5.73
@@ -14,7 +10,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	rafan@FreeBSD.org
 COMMENT=	Load subroutines only on demand
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		AutoLoader.3 AutoSplit.3
 

Modified: head/devel/p5-Class-Mix/Makefile
==============================================================================
--- head/devel/p5-Class-Mix/Makefile	Mon Sep  9 09:31:22 2013	(r326786)
+++ head/devel/p5-Class-Mix/Makefile	Mon Sep  9 09:45:12 2013	(r326787)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	Class-Mix
-# Date created:				21 May 2009
-# Whom:					brix@FreeBSD.org
-#
+# Created by: brix@FreeBSD.org
 # $FreeBSD$
-#
 
 PORTNAME=	Class-Mix
 PORTVERSION=	0.005
@@ -22,7 +18,8 @@ BUILD_DEPENDS=	p5-parent>=0:${PORTSDIR}/
 RUN_DEPENDS=	p5-parent>=0:${PORTSDIR}/devel/p5-parent \
 		p5-Params-Classify>=0:${PORTSDIR}/devel/p5-Params-Classify
 
-PERL_MODBUILD=	yes
+USES=		perl5
+USE_PERL5=	modbuild
 
 MAN3=	Class::Mix.3
 

Modified: head/devel/p5-Clone-More/Makefile
==============================================================================
--- head/devel/p5-Clone-More/Makefile	Mon Sep  9 09:31:22 2013	(r326786)
+++ head/devel/p5-Clone-More/Makefile	Mon Sep  9 09:45:12 2013	(r326787)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Clone-More
-# Date created:		2006-07-14
-# Whom:			Gea-Suan Lin <gslin@gslin.org>
-#
+# Created by: Gea-Suan Lin <gslin@gslin.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Clone-More
 PORTVERSION=	0.90.2
@@ -14,7 +10,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	gslin@gslin.org
 COMMENT=	Perl module for natively copying Perl data structures
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
 

Modified: head/devel/p5-Config-IniFiles/Makefile
==============================================================================
--- head/devel/p5-Config-IniFiles/Makefile	Mon Sep  9 09:31:22 2013	(r326786)
+++ head/devel/p5-Config-IniFiles/Makefile	Mon Sep  9 09:45:12 2013	(r326787)
@@ -17,7 +17,8 @@ BUILD_DEPENDS=	p5-List-MoreUtils>=0.33:$
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 TEST_DEPENDS=	p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Config::IniFiles.3
 

Modified: head/devel/p5-Data-ClearSilver-HDF/Makefile
==============================================================================
--- head/devel/p5-Data-ClearSilver-HDF/Makefile	Mon Sep  9 09:31:22 2013	(r326786)
+++ head/devel/p5-Data-ClearSilver-HDF/Makefile	Mon Sep  9 09:45:12 2013	(r326787)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	Data-ClearSilver-HDF
-# Date created:	   14 Aug 2008
-# Whom:		   Denis Pokataev <catone@cpan.org>
-#
+# Created by: Denis Pokataev <catone@cpan.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Data-ClearSilver-HDF
 PORTVERSION=	0.04
@@ -21,7 +17,8 @@ BUILD_DEPENDS=	p5-ClearSilver>=0:${PORTS
 		p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN1=	cspage.1
 

Modified: head/devel/p5-Dir-Self/Makefile
==============================================================================
--- head/devel/p5-Dir-Self/Makefile	Mon Sep  9 09:31:22 2013	(r326786)
+++ head/devel/p5-Dir-Self/Makefile	Mon Sep  9 09:45:12 2013	(r326787)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Dir-Self
-# Date created:		2011-05-19
-# Whom:			Steve Wills <swills@FreeBSD.org>
-#
+# Created by: Steve Wills <swills@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Dir-Self
 PORTVERSION=	0.10
@@ -15,7 +11,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	swills@FreeBSD.org
 COMMENT=	A __DIR__ constant for the directory your source file is in
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Dir::Self.3
 

Modified: head/devel/p5-File-Grep/Makefile
==============================================================================
--- head/devel/p5-File-Grep/Makefile	Mon Sep  9 09:31:22 2013	(r326786)
+++ head/devel/p5-File-Grep/Makefile	Mon Sep  9 09:45:12 2013	(r326787)
@@ -1,7 +1,4 @@
-# New ports collection makefile for:	File-Grep
-# Date created:			08 May 2004
-# Whom:				Xavier Beaudouin <kiwi@oav.net>
-#
+# Created by: Xavier Beaudouin <kiwi@oav.net>
 # $FreeBSD$
 
 PORTNAME=	File-Grep
@@ -13,7 +10,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	kiwi@oav.net
 COMMENT=	Perl Module that Find matches to a pattern in files or function
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		File::Grep.3
 

Modified: head/devel/p5-Gearman-XS/Makefile
==============================================================================
--- head/devel/p5-Gearman-XS/Makefile	Mon Sep  9 09:31:22 2013	(r326786)
+++ head/devel/p5-Gearman-XS/Makefile	Mon Sep  9 09:45:12 2013	(r326787)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Gearman-XS
-# Date created:				July 3rd 2009
-# Whom:	      				Alex Kapranoff <ka@nadoby.ru>
-#
+# Created by: Alex Kapranoff <ka@nadoby.ru>
 # $FreeBSD$
-#
 
 PORTNAME=	Gearman-XS
 PORTVERSION=	0.12
@@ -20,7 +16,8 @@ LIB_DEPENDS=	gearman:${PORTSDIR}/devel/g
 
 CFLAGS+=	-I${LOCALBASE}/include
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 INSTALL_TARGET=	pure_install
 

Modified: head/devel/p5-List-AllUtils/Makefile
==============================================================================
--- head/devel/p5-List-AllUtils/Makefile	Mon Sep  9 09:31:22 2013	(r326786)
+++ head/devel/p5-List-AllUtils/Makefile	Mon Sep  9 09:45:12 2013	(r326787)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-List-AllUtils
-# Date created:		2011-02-16
-# Whom:			Gea-Suan Lin <gslin@gslin.org>
-#
+# Created by: Gea-Suan Lin <gslin@gslin.org>
 # $FreeBSD$
-#
 
 PORTNAME=	List-AllUtils
 PORTVERSION=	0.03
@@ -17,7 +13,8 @@ COMMENT=	Combines List::Util and List::M
 BUILD_DEPENDS=	p5-List-MoreUtils>=0.28:${PORTSDIR}/lang/p5-List-MoreUtils
 RUN_DEPENDS=	p5-List-MoreUtils>=0.28:${PORTSDIR}/lang/p5-List-MoreUtils
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		List::AllUtils.3
 

Modified: head/devel/p5-Log-Dispatch-Colorful/Makefile
==============================================================================
--- head/devel/p5-Log-Dispatch-Colorful/Makefile	Mon Sep  9 09:31:22 2013	(r326786)
+++ head/devel/p5-Log-Dispatch-Colorful/Makefile	Mon Sep  9 09:45:12 2013	(r326787)
@@ -1,9 +1,4 @@
-# New ports collection makefile for:	Log::Dispatch::Colorful
-# Date created:		22 Jan 2009
-# Whom:			Jun Kuriyama <kuriyama@FreeBSD.org>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	Log-Dispatch-Colorful
 PORTVERSION=	0.03
@@ -21,7 +16,8 @@ BUILD_DEPENDS=	p5-Filter>0:${PORTSDIR}/d
 		p5-Params-Validate>0:${PORTSDIR}/devel/p5-Params-Validate
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Log::Dispatch::Colorful.3
 

Modified: head/devel/p5-Module-List/Makefile
==============================================================================
--- head/devel/p5-Module-List/Makefile	Mon Sep  9 09:31:22 2013	(r326786)
+++ head/devel/p5-Module-List/Makefile	Mon Sep  9 09:45:12 2013	(r326787)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Module-List
-# Date created:				2008-06-09
-# Whom:					Oleg A. Mamontov <oleg@mamontov.net>
-#
+# Created by: Oleg A. Mamontov <oleg@mamontov.net>
 # $FreeBSD$
-#
 
 PORTNAME=	Module-List
 PORTVERSION=	0.003
@@ -16,7 +12,8 @@ COMMENT=	Module 'directory' listing
 
 RUN_DEPENDS=	p5-parent>=0:${PORTSDIR}/devel/p5-parent
 
-PERL_MODBUILD=	yes
+USES=		perl5
+USE_PERL5=	modbuild
 
 MAN3=		Module::List.3
 

Modified: head/devel/p5-POE-Component-Hailo/Makefile
==============================================================================
--- head/devel/p5-POE-Component-Hailo/Makefile	Mon Sep  9 09:31:22 2013	(r326786)
+++ head/devel/p5-POE-Component-Hailo/Makefile	Mon Sep  9 09:45:12 2013	(r326787)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	POE-Componenet-Hailo
-# Date created:	   2011-07-19
-# Whom:		   milki <milki@rescomp.berkeley.edu>
-#
+# Created by: milki <milki@rescomp.berkeley.edu>
 # $FreeBSD$
-#
 
 PORTNAME=	POE-Component-Hailo
 PORTVERSION=	0.10
@@ -22,7 +18,8 @@ BUILD_DEPENDS=	p5-POE>=0:${PORTSDIR}/dev
 		p5-Hailo>=0:${PORTSDIR}/textproc/p5-Hailo
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	POE::Component::Hailo.3
 

Modified: head/devel/p5-POE-Component-Syndicator/Makefile
==============================================================================
--- head/devel/p5-POE-Component-Syndicator/Makefile	Mon Sep  9 09:31:22 2013	(r326786)
+++ head/devel/p5-POE-Component-Syndicator/Makefile	Mon Sep  9 09:45:12 2013	(r326787)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	devel/p5-POE-Component-Syndicator
-# Date created:	   2011-05-03
-# Whom:		   Jase Thew <freebsd@beardz.net>
-#
+# Created by: Jase Thew <freebsd@beardz.net>
 # $FreeBSD$
-#
 
 PORTNAME=	POE-Component-Syndicator
 PORTVERSION=	0.06
@@ -23,7 +19,8 @@ BUILD_DEPENDS=	p5-POE>=1.311:${PORTSDIR}
 		p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		POE::Component::Syndicator.3
 

Modified: head/devel/p5-Range-String/Makefile
==============================================================================
--- head/devel/p5-Range-String/Makefile	Mon Sep  9 09:31:22 2013	(r326786)
+++ head/devel/p5-Range-String/Makefile	Mon Sep  9 09:45:12 2013	(r326787)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Range-String
-# Date created:				21 March 2011
-# Whom:					Andrey Ignatov <rdna@rdna.ru>
-#
+# Created by: Andrey Ignatov <rdna@rdna.ru>
 # $FreeBSD$
-#
 
 PORTNAME=	Range-String
 PORTVERSION=	v0.01
@@ -14,7 +10,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	rdna@rdna.ru
 COMMENT=	Perl5 module which provides interface to string ranges
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Range::Integer.3 Range::String.3 Range::String::Parse.3 \
 		Range::Interface::Object.3 Range::Interface::Parse.3 \

Modified: head/devel/p5-Test-LectroTest/Makefile
==============================================================================
--- head/devel/p5-Test-LectroTest/Makefile	Mon Sep  9 09:31:22 2013	(r326786)
+++ head/devel/p5-Test-LectroTest/Makefile	Mon Sep  9 09:45:12 2013	(r326787)
@@ -10,7 +10,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	lippe@FreeBSD.org
 COMMENT=	Easy, automatic, specification-based tests
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Test::LectroTest.3 \
 		Test::LectroTest::Compat.3 \

Modified: head/devel/p5-Test-SharedFork/Makefile
==============================================================================
--- head/devel/p5-Test-SharedFork/Makefile	Mon Sep  9 09:31:22 2013	(r326786)
+++ head/devel/p5-Test-SharedFork/Makefile	Mon Sep  9 09:45:12 2013	(r326787)
@@ -12,7 +12,8 @@ COMMENT=	Perl extension for fork test
 
 TEST_DEPENDS=	p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Test::SharedFork.3
 

Modified: head/devel/p5-Tie-CPHash/Makefile
==============================================================================
--- head/devel/p5-Tie-CPHash/Makefile	Mon Sep  9 09:31:22 2013	(r326786)
+++ head/devel/p5-Tie-CPHash/Makefile	Mon Sep  9 09:45:12 2013	(r326787)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	Tie-CPHash
-# Date created:			09 October 2006
-# Whom:				David Chaplin-Loebell <direct@klatha.com>
-#
+# Created by: David Chaplin-Loebell <direct@klatha.com>
 # $FreeBSD$
-#
 
 PORTNAME=	Tie-CPHash
 PORTVERSION=	1.04
@@ -14,7 +10,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	direct@klatha.com
 COMMENT=	Perl module implementing a case preserving hash table
 
-PERL_MODBUILD=	yes
+USES=		perl5
+USE_PERL5=	modbuild
 
 MAN3=		Tie::CPHash.3
 

Modified: head/devel/p5-Unix-Uptime/Makefile
==============================================================================
--- head/devel/p5-Unix-Uptime/Makefile	Mon Sep  9 09:31:22 2013	(r326786)
+++ head/devel/p5-Unix-Uptime/Makefile	Mon Sep  9 09:45:12 2013	(r326787)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Unix-Uptime
-# Date created:		2009-01-19
-# Whom:			Murilo Opsfelder <mopsfelder@gmail.com>
-#
+# Created by: Murilo Opsfelder <mopsfelder@gmail.com>
 # $FreeBSD$
-#
 
 PORTNAME=	Unix-Uptime
 PORTVERSION=	0.3701
@@ -15,7 +11,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	mopsfelder@gmail.com
 COMMENT=	Determine the current uptime in seconds
 
-PERL_MODBUILD=	yes
+USES=		perl5
+USE_PERL5=	modbuild
 
 MAN3=		Unix::Uptime.3 \
 		Unix::Uptime::BSD.3 \

Modified: head/devel/p5-syntax/Makefile
==============================================================================
--- head/devel/p5-syntax/Makefile	Mon Sep  9 09:31:22 2013	(r326786)
+++ head/devel/p5-syntax/Makefile	Mon Sep  9 09:45:12 2013	(r326787)
@@ -18,7 +18,8 @@ BUILD_DEPENDS=	p5-Data-OptList>=0.104:${
 		p5-namespace-clean>=0:${PORTSDIR}/devel/p5-namespace-clean
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	syntax.3
 



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