Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Sep 2013 06:44:11 +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: r326868 - in head/devel: cscout p5-CPAN-Reporter p5-Child p5-Class-Accessor-Constructor p5-Data-Hierarchy p5-Data-Miscellany p5-DateTime-Event-Lunar p5-FileHandle-Fmode p5-Hash-AutoHash...
Message-ID:  <201309100644.r8A6iBXT073174@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: az
Date: Tue Sep 10 06:44:11 2013
New Revision: 326868
URL: http://svnweb.freebsd.org/changeset/ports/326868

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

Modified:
  head/devel/cscout/Makefile   (contents, props changed)
  head/devel/p5-CPAN-Reporter/Makefile   (contents, props changed)
  head/devel/p5-Child/Makefile   (contents, props changed)
  head/devel/p5-Class-Accessor-Constructor/Makefile   (contents, props changed)
  head/devel/p5-Data-Hierarchy/Makefile   (contents, props changed)
  head/devel/p5-Data-Miscellany/Makefile   (contents, props changed)
  head/devel/p5-DateTime-Event-Lunar/Makefile   (contents, props changed)
  head/devel/p5-FileHandle-Fmode/Makefile
  head/devel/p5-Hash-AutoHash/Makefile   (contents, props changed)
  head/devel/p5-IO-KQueue/Makefile   (contents, props changed)
  head/devel/p5-Log-Any-Adapter-Syslog/Makefile
  head/devel/p5-MouseX-Types/Makefile   (contents, props changed)
  head/devel/p5-Parse-Win32Registry/Makefile   (contents, props changed)
  head/devel/p5-Pipeline/Makefile   (contents, props changed)
  head/devel/p5-Test-Spelling/Makefile   (contents, props changed)
  head/devel/p5-Test-Timer/Makefile   (contents, props changed)
  head/devel/p5-Uniq/Makefile   (contents, props changed)
  head/devel/p5-constant/Makefile
  head/devel/p5-indirect/Makefile   (contents, props changed)

Modified: head/devel/cscout/Makefile
==============================================================================
--- head/devel/cscout/Makefile	Tue Sep 10 06:28:22 2013	(r326867)
+++ head/devel/cscout/Makefile	Tue Sep 10 06:44:11 2013	(r326868)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	cscout
-# Date created:			07. Jul 2003
-# Whom:				netchild@FreeBSD.org
-#
+# Created by: netchild@FreeBSD.org
 # $FreeBSD$
-#
 
 PORTNAME=	cscout
 PORTVERSION=	2.7
@@ -20,7 +16,8 @@ WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVER
 NO_BUILD=	yes
 ONLY_FOR_ARCHS=	i386 amd64 sparc64
 ONLY_FOR_ARCHS_REASON=	The port fetches and installs precompiled binaries
-USE_PERL5_RUN=	yes
+USES=		perl5
+USE_PERL5=	run
 
 MAN1=	cscout.1 cswc.1
 

Modified: head/devel/p5-CPAN-Reporter/Makefile
==============================================================================
--- head/devel/p5-CPAN-Reporter/Makefile	Tue Sep 10 06:28:22 2013	(r326867)
+++ head/devel/p5-CPAN-Reporter/Makefile	Tue Sep 10 06:44:11 2013	(r326868)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-CPAN-Reporter
-# Date created:		2011-02-04
-# Whom:			Steve Wills <swills@FreeBSD.org>
-#
+# Created by: Steve Wills <swills@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	CPAN-Reporter
 PORTVERSION=	1.2006
@@ -29,7 +25,8 @@ BUILD_DEPENDS=	p5-Archive-Tar>0:${PORTSD
 		p5-Tee>0:${PORTSDIR}/devel/p5-Tee
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	CPAN::Reporter::API.3 CPAN::Reporter::Config.3 \
 	CPAN::Reporter::History.3 CPAN::Reporter::PrereqCheck.3 \

Modified: head/devel/p5-Child/Makefile
==============================================================================
--- head/devel/p5-Child/Makefile	Tue Sep 10 06:28:22 2013	(r326867)
+++ head/devel/p5-Child/Makefile	Tue Sep 10 06:44:11 2013	(r326868)
@@ -1,9 +1,5 @@
-# Ports collection makefile for:	p5-Child
-# Date created:	   Sat Jul 31, 2010
-# Whom:		   Dan Rench <citric@cubicone.tmetic.com>
-#
+# Created by: Dan Rench <citric@cubicone.tmetic.com>
 # $FreeBSD$
-#
 
 PORTNAME=	Child
 PORTVERSION=	0.009
@@ -15,7 +11,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	citric@cubicone.tmetic.com
 COMMENT=	Object oriented simple interface to fork()
 
-PERL_MODBUILD=	yes
+USES=		perl5
+USE_PERL5=	modbuild
 
 MAN3=		Child.3 \
 		Child::IPC::Pipe.3 \

Modified: head/devel/p5-Class-Accessor-Constructor/Makefile
==============================================================================
--- head/devel/p5-Class-Accessor-Constructor/Makefile	Tue Sep 10 06:28:22 2013	(r326867)
+++ head/devel/p5-Class-Accessor-Constructor/Makefile	Tue Sep 10 06:44:11 2013	(r326868)
@@ -16,7 +16,8 @@ RUN_DEPENDS=	\
 	p5-Data-Inherited>0:${PORTSDIR}/devel/p5-Data-Inherited
 BUILD_DEPENDS=	${RUN_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Class::Accessor::Constructor.3 \
 	Class::Accessor::Constructor::Base.3

Modified: head/devel/p5-Data-Hierarchy/Makefile
==============================================================================
--- head/devel/p5-Data-Hierarchy/Makefile	Tue Sep 10 06:28:22 2013	(r326867)
+++ head/devel/p5-Data-Hierarchy/Makefile	Tue Sep 10 06:44:11 2013	(r326868)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	devel/p5-Data-Hierarchy
-# Date created:				Mar 15 2004
-# Whom:					Autrijus Tang <autrijus@autrijus.org>
-#
+# Created by: Autrijus Tang <autrijus@autrijus.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Data-Hierarchy
 PORTVERSION=	0.34
@@ -16,7 +12,8 @@ COMMENT=	Handle data in a hierarchical s
 
 TEST_DEPENDS=	p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Data::Hierarchy.3
 

Modified: head/devel/p5-Data-Miscellany/Makefile
==============================================================================
--- head/devel/p5-Data-Miscellany/Makefile	Tue Sep 10 06:28:22 2013	(r326867)
+++ head/devel/p5-Data-Miscellany/Makefile	Tue Sep 10 06:44:11 2013	(r326868)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Data-Miscellany
-# Date created:		2010-11-28
-# Whom:			Gea-Suan Lin <gslin@gslin.org>
-#
+# Created by: Gea-Suan Lin <gslin@gslin.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Data-Miscellany
 PORTVERSION=	1.100850
@@ -14,7 +10,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	gslin@gslin.org
 COMMENT=	Collection of miscellaneous subroutines
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Data::Miscellany.3
 

Modified: head/devel/p5-DateTime-Event-Lunar/Makefile
==============================================================================
--- head/devel/p5-DateTime-Event-Lunar/Makefile	Tue Sep 10 06:28:22 2013	(r326867)
+++ head/devel/p5-DateTime-Event-Lunar/Makefile	Tue Sep 10 06:44:11 2013	(r326868)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-DateTime-Event-Lunar
-# Date created:		2007-11-04
-# Whom:			Masahiro Teramoto <markun@onohara.to>
-#
+# Created by: Masahiro Teramoto <markun@onohara.to>
 # $FreeBSD$
-#
 
 PORTNAME=	DateTime-Event-Lunar
 PORTVERSION=	0.06
@@ -21,7 +17,8 @@ BUILD_DEPENDS=	p5-DateTime>=0:${PORTSDIR
 		p5-Math-Round>=0:${PORTSDIR}/math/p5-Math-Round
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		DateTime::Event::Lunar.3
 

Modified: head/devel/p5-FileHandle-Fmode/Makefile
==============================================================================
--- head/devel/p5-FileHandle-Fmode/Makefile	Tue Sep 10 06:28:22 2013	(r326867)
+++ head/devel/p5-FileHandle-Fmode/Makefile	Tue Sep 10 06:44:11 2013	(r326868)
@@ -12,6 +12,7 @@ COMMENT=	Module to determine if a fileha
 
 MAN3=		FileHandle::Fmode.3
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 .include <bsd.port.mk>

Modified: head/devel/p5-Hash-AutoHash/Makefile
==============================================================================
--- head/devel/p5-Hash-AutoHash/Makefile	Tue Sep 10 06:28:22 2013	(r326867)
+++ head/devel/p5-Hash-AutoHash/Makefile	Tue Sep 10 06:44:11 2013	(r326868)
@@ -19,7 +19,8 @@ RUN_DEPENDS:=	${BUILD_DEPENDS} \
 		p5-Tie-ToObject>0:${PORTSDIR}/devel/p5-Tie-ToObject
 TEST_DEPENDS=	p5-Test-Deep>0.11:${PORTSDIR}/devel/p5-Test-Deep
 
-PERL_MODBUILD=	yes
+USES=		perl5
+USE_PERL5=	modbuild
 
 MAN3=		Hash::AutoHash.3
 

Modified: head/devel/p5-IO-KQueue/Makefile
==============================================================================
--- head/devel/p5-IO-KQueue/Makefile	Tue Sep 10 06:28:22 2013	(r326867)
+++ head/devel/p5-IO-KQueue/Makefile	Tue Sep 10 06:44:11 2013	(r326868)
@@ -1,9 +1,4 @@
-# New ports collection makefile for:	p5-IO-KQueue
-# Date Created:				8 Dec, 2005
-# Whom:					Jun Kuriyama <kuriyama@FreeBSD.org>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	IO-KQueue
 PORTVERSION=	0.34
@@ -14,7 +9,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	kuriyama@FreeBSD.org
 COMMENT=	Perl interface to the BSD kqueue system call
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		IO::KQueue.3
 

Modified: head/devel/p5-Log-Any-Adapter-Syslog/Makefile
==============================================================================
--- head/devel/p5-Log-Any-Adapter-Syslog/Makefile	Tue Sep 10 06:28:22 2013	(r326867)
+++ head/devel/p5-Log-Any-Adapter-Syslog/Makefile	Tue Sep 10 06:44:11 2013	(r326868)
@@ -20,7 +20,8 @@ TEST_DEPENDS=	p5-Test-Exception>=0:${POR
 		p5-Test-MockModule>=0:${PORTSDIR}/devel/p5-Test-MockModule \
 		p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Log::Any::Adapter::Syslog.3
 

Modified: head/devel/p5-MouseX-Types/Makefile
==============================================================================
--- head/devel/p5-MouseX-Types/Makefile	Tue Sep 10 06:28:22 2013	(r326867)
+++ head/devel/p5-MouseX-Types/Makefile	Tue Sep 10 06:44:11 2013	(r326868)
@@ -1,9 +1,4 @@
-# New ports collection makefile for:	MouseX::Types
-# Date created:		20 Jan 2009
-# Whom:			Jun Kuriyama <kuriyama@FreeBSD.org>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	MouseX-Types
 PORTVERSION=	0.06
@@ -21,7 +16,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::Types.3 \
 		MouseX::Types::Moose.3 \

Modified: head/devel/p5-Parse-Win32Registry/Makefile
==============================================================================
--- head/devel/p5-Parse-Win32Registry/Makefile	Tue Sep 10 06:28:22 2013	(r326867)
+++ head/devel/p5-Parse-Win32Registry/Makefile	Tue Sep 10 06:44:11 2013	(r326868)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Parse-Win32Registry
-# Date created:	24 December 2010
-# Whom:		Nobutaka Mantani <nobutaka@FreeBSD.org>
-#
+# Created by: Nobutaka Mantani <nobutaka@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Parse-Win32Registry
 PORTVERSION=	1.0
@@ -17,7 +13,8 @@ COMMENT=	A Perl extension for parsing Wi
 LICENSE_COMB=	dual
 LICENSE=	ART10 GPLv1
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Parse::Win32Registry.3
 

Modified: head/devel/p5-Pipeline/Makefile
==============================================================================
--- head/devel/p5-Pipeline/Makefile	Tue Sep 10 06:28:22 2013	(r326867)
+++ head/devel/p5-Pipeline/Makefile	Tue Sep 10 06:44:11 2013	(r326868)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Pipeline
-# Date Created:				11 June 2006
-# Whom:					Rouslan Iskhakov <rouslan@rshell.net>
-#
+# Created by: Rouslan Iskhakov <rouslan@rshell.net>
 # $FreeBSD$
-#
 
 PORTNAME=	Pipeline
 PORTVERSION=	3.12
@@ -24,7 +20,8 @@ BUILD_DEPENDS=	p5-Class-ISA>=0:${PORTSDI
 		p5-Data-Structure-Util>=0:${PORTSDIR}/devel/p5-Data-Structure-Util
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Pipeline::Segment.3 Pipeline::Store::ISA.3 Pipeline.3 \
 		Pipeline::Segment::Async::Handler.3 Pipeline::Analyser.3 \

Modified: head/devel/p5-Test-Spelling/Makefile
==============================================================================
--- head/devel/p5-Test-Spelling/Makefile	Tue Sep 10 06:28:22 2013	(r326867)
+++ head/devel/p5-Test-Spelling/Makefile	Tue Sep 10 06:44:11 2013	(r326868)
@@ -17,7 +17,8 @@ RUN_DEPENDS=	p5-Pod-Spell>=0:${PORTSDIR}
 		p5-IPC-Run3>=0:${PORTSDIR}/devel/p5-IPC-Run3
 TEST_DEPENDS=	p5-Test-Tester>=0:${PORTSDIR}/devel/p5-Test-Tester
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Test::Spelling.3
 

Modified: head/devel/p5-Test-Timer/Makefile
==============================================================================
--- head/devel/p5-Test-Timer/Makefile	Tue Sep 10 06:28:22 2013	(r326867)
+++ head/devel/p5-Test-Timer/Makefile	Tue Sep 10 06:44:11 2013	(r326868)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Test-Timer
-# Date created:		2011-10-06
-# Whom:			Steve Wills <swills@FreeBSD.org>
-#
+# Created by: Steve Wills <swills@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Test-Timer
 PORTVERSION=	0.05
@@ -22,7 +18,8 @@ TEST_DEPENDS=	p5-Test-Exception>=0:${POR
 
 PKGNAMEPREFIX=	p5-
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Test::Timer.3 Test::Timer::TimeoutException.3
 

Modified: head/devel/p5-Uniq/Makefile
==============================================================================
--- head/devel/p5-Uniq/Makefile	Tue Sep 10 06:28:22 2013	(r326867)
+++ head/devel/p5-Uniq/Makefile	Tue Sep 10 06:44:11 2013	(r326868)
@@ -11,7 +11,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	ehaupt@FreeBSD.org
 COMMENT=	Perl extension for managing a uniq list of values
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Uniq.3
 

Modified: head/devel/p5-constant/Makefile
==============================================================================
--- head/devel/p5-constant/Makefile	Tue Sep 10 06:28:22 2013	(r326867)
+++ head/devel/p5-constant/Makefile	Tue Sep 10 06:44:11 2013	(r326868)
@@ -11,7 +11,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	tj@FreeBSD.org
 COMMENT=	Perl pragma to declare constants
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		constant.3
 

Modified: head/devel/p5-indirect/Makefile
==============================================================================
--- head/devel/p5-indirect/Makefile	Tue Sep 10 06:28:22 2013	(r326867)
+++ head/devel/p5-indirect/Makefile	Tue Sep 10 06:44:11 2013	(r326868)
@@ -14,7 +14,8 @@ COMMENT=	Lexically warn about using the 
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		indirect.3
 



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