Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Sep 2013 10:16:47 +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: r326592 - in head/devel: p5-Acme-Damn p5-Class-Data-ConfigHash p5-Class-Std-Utils p5-DateTime-Util-Astro p5-ExtUtils-Manifest p5-File-Assets p5-IPC-System-Simple p5-Module-Refresh p5-Mo...
Message-ID:  <201309071016.r87AGlMM069590@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: az
Date: Sat Sep  7 10:16:46 2013
New Revision: 326592
URL: http://svnweb.freebsd.org/changeset/ports/326592

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

Modified:
  head/devel/p5-Acme-Damn/Makefile
  head/devel/p5-Class-Data-ConfigHash/Makefile   (contents, props changed)
  head/devel/p5-Class-Std-Utils/Makefile   (contents, props changed)
  head/devel/p5-DateTime-Util-Astro/Makefile   (contents, props changed)
  head/devel/p5-ExtUtils-Manifest/Makefile   (contents, props changed)
  head/devel/p5-File-Assets/Makefile   (contents, props changed)
  head/devel/p5-IPC-System-Simple/Makefile   (contents, props changed)
  head/devel/p5-Module-Refresh/Makefile   (contents, props changed)
  head/devel/p5-MooseX-Types-Stringlike/Makefile   (contents, props changed)
  head/devel/p5-Object-Event/Makefile   (contents, props changed)
  head/devel/p5-Regexp-Assemble-Compressed/Makefile   (contents, props changed)
  head/devel/p5-TAP-Harness-JUnit/Makefile   (contents, props changed)
  head/devel/p5-Term-Encoding/Makefile   (contents, props changed)
  head/devel/p5-Term-RawInput/Makefile   (contents, props changed)
  head/devel/p5-Term-Size/Makefile   (contents, props changed)
  head/devel/p5-Test-Reporter-Transport-Metabase/Makefile   (contents, props changed)
  head/devel/p5-Tie-File-AsHash/Makefile   (contents, props changed)
  head/devel/p5-UNIVERSAL-require/Makefile   (contents, props changed)
  head/devel/p5-relative/Makefile   (contents, props changed)

Modified: head/devel/p5-Acme-Damn/Makefile
==============================================================================
--- head/devel/p5-Acme-Damn/Makefile	Sat Sep  7 10:09:17 2013	(r326591)
+++ head/devel/p5-Acme-Damn/Makefile	Sat Sep  7 10:16:46 2013	(r326592)
@@ -13,7 +13,8 @@ COMMENT=	Unblessing perl objects
 RUN_DEPENDS=	p5-Test-Exception>=0.29:${PORTSDIR}/devel/p5-Test-Exception
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3 += Acme::Damn.3
 

Modified: head/devel/p5-Class-Data-ConfigHash/Makefile
==============================================================================
--- head/devel/p5-Class-Data-ConfigHash/Makefile	Sat Sep  7 10:09:17 2013	(r326591)
+++ head/devel/p5-Class-Data-ConfigHash/Makefile	Sat Sep  7 10:16:46 2013	(r326592)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Class-Data-ConfigHash
-# Date created:		2008-05-19
-# Whom:			Masahiro Teramoto <markun@onohara.to>
-#
+# Created by: Masahiro Teramoto <markun@onohara.to>
 # $FreeBSD$
-#
 
 PORTNAME=	Class-Data-ConfigHash
 PORTVERSION=	0.00002
@@ -17,7 +13,8 @@ COMMENT=	Add Catalyst-Style Config To Yo
 BUILD_DEPENDS=	p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable
 RUN_DEPENDS=	p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Class::Data::ConfigHash.3
 

Modified: head/devel/p5-Class-Std-Utils/Makefile
==============================================================================
--- head/devel/p5-Class-Std-Utils/Makefile	Sat Sep  7 10:09:17 2013	(r326591)
+++ head/devel/p5-Class-Std-Utils/Makefile	Sat Sep  7 10:16:46 2013	(r326592)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Class-Std-Utils
-# Date created:		2010-10-15
-# Whom:			Gea-Suan Lin <gslin@gslin.org>
-#
+# Created by: Gea-Suan Lin <gslin@gslin.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Class-Std-Utils
 DISTVERSION=	v0.0.3
@@ -15,7 +11,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	gslin@gslin.org
 COMMENT=	Utility subroutines for building "inside-out" objects
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Class::Std::Utils.3
 

Modified: head/devel/p5-DateTime-Util-Astro/Makefile
==============================================================================
--- head/devel/p5-DateTime-Util-Astro/Makefile	Sat Sep  7 10:09:17 2013	(r326591)
+++ head/devel/p5-DateTime-Util-Astro/Makefile	Sat Sep  7 10:16:46 2013	(r326592)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-DateTime-Util-Astro
-# Date created:		2007-06-19
-# Whom:			Masahiro Teramoto <markun@onohara.to>
-#
+# Created by: Masahiro Teramoto <markun@onohara.to>
 # $FreeBSD$
-#
 
 PORTNAME=	DateTime-Util-Astro
 PORTVERSION=	0.12000
@@ -20,7 +16,8 @@ BUILD_DEPENDS=	p5-Class-Data-Inheritable
 		p5-DateTime-Util-Calc>=0.13:${PORTSDIR}/devel/p5-DateTime-Util-Calc
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		DateTime::Util::Astro.3 \
 		DateTime::Util::Astro::Common.3 \

Modified: head/devel/p5-ExtUtils-Manifest/Makefile
==============================================================================
--- head/devel/p5-ExtUtils-Manifest/Makefile	Sat Sep  7 10:09:17 2013	(r326591)
+++ head/devel/p5-ExtUtils-Manifest/Makefile	Sat Sep  7 10:16:46 2013	(r326592)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-ExtUtils-Manifest
-# Date created:		2008-02-11
-# Whom:			Felippe de Meirelles Motta <lippemail@gmail.com>
-#
+# Created by: Felippe de Meirelles Motta <lippemail@gmail.com>
 # $FreeBSD$
-#
 
 PORTNAME=	ExtUtils-Manifest
 PORTVERSION=	1.61
@@ -15,7 +11,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	lippe@FreeBSD.org
 COMMENT=	Utilities to write and check a MANIFEST file
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		ExtUtils::Manifest.3
 

Modified: head/devel/p5-File-Assets/Makefile
==============================================================================
--- head/devel/p5-File-Assets/Makefile	Sat Sep  7 10:09:17 2013	(r326591)
+++ head/devel/p5-File-Assets/Makefile	Sat Sep  7 10:16:46 2013	(r326592)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-File-Assets
-# Date created:		2011-05-01
-# Whom:			Steve Wills <swills@FreeBSD.org>
-#
+# Created by: Steve Wills <swills@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	File-Assets
 PORTVERSION=	0.064
@@ -41,7 +37,8 @@ RUN_DEPENDS=	p5-Test-Memory-Cycle>0:${PO
 	p5-CSS-Minifier-XS>=0:${PORTSDIR}/textproc/p5-CSS-Minifier-XS \
 	p5-JavaScript-Minifier-XS>=0:${PORTSDIR}/textproc/p5-JavaScript-Minifier-XS
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	File::Assets.3 File::Assets::Asset.3
 

Modified: head/devel/p5-IPC-System-Simple/Makefile
==============================================================================
--- head/devel/p5-IPC-System-Simple/Makefile	Sat Sep  7 10:09:17 2013	(r326591)
+++ head/devel/p5-IPC-System-Simple/Makefile	Sat Sep  7 10:16:46 2013	(r326592)
@@ -1,9 +1,4 @@
-# New ports collection makefile for:	IPC::System::Simple
-# Date created:		22 Jan 2009
-# Whom:			Jun Kuriyama <kuriyama@FreeBSD.org>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	IPC-System-Simple
 PORTVERSION=	1.21
@@ -14,7 +9,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	kuriyama@FreeBSD.org
 COMMENT=	Perl extension to run commands simply with detailed diagnostics
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		IPC::System::Simple.3
 

Modified: head/devel/p5-Module-Refresh/Makefile
==============================================================================
--- head/devel/p5-Module-Refresh/Makefile	Sat Sep  7 10:09:17 2013	(r326591)
+++ head/devel/p5-Module-Refresh/Makefile	Sat Sep  7 10:16:46 2013	(r326592)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Module-Refresh
-# Date created:		13 February 2005
-# Whom:	      		aturetta@commit.it
-#
+# Created by: aturetta@commit.it
 # $FreeBSD$
-#
 
 PORTNAME=	Module-Refresh
 PORTVERSION=	0.17
@@ -20,7 +16,8 @@ BUILD_DEPENDS=	p5-ExtUtils-MakeMaker>=6.
 		p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class \
 		p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Module::Refresh.3
 

Modified: head/devel/p5-MooseX-Types-Stringlike/Makefile
==============================================================================
--- head/devel/p5-MooseX-Types-Stringlike/Makefile	Sat Sep  7 10:09:17 2013	(r326591)
+++ head/devel/p5-MooseX-Types-Stringlike/Makefile	Sat Sep  7 10:16:46 2013	(r326592)
@@ -13,7 +13,8 @@ RUN_DEPENDS=	\
 	p5-MooseX-Types>0:${PORTSDIR}/devel/p5-MooseX-Types
 BUILD_DEPENDS=	${RUN_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	MooseX::Types::Stringlike.3
 

Modified: head/devel/p5-Object-Event/Makefile
==============================================================================
--- head/devel/p5-Object-Event/Makefile	Sat Sep  7 10:09:17 2013	(r326591)
+++ head/devel/p5-Object-Event/Makefile	Sat Sep  7 10:16:46 2013	(r326592)
@@ -14,7 +14,8 @@ COMMENT=	A class that provides an event 
 RUN_DEPENDS=	p5-AnyEvent>=3.5:${PORTSDIR}/devel/p5-AnyEvent \
 		p5-common-sense>=0:${PORTSDIR}/devel/p5-common-sense
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Object::Event.3
 

Modified: head/devel/p5-Regexp-Assemble-Compressed/Makefile
==============================================================================
--- head/devel/p5-Regexp-Assemble-Compressed/Makefile	Sat Sep  7 10:09:17 2013	(r326591)
+++ head/devel/p5-Regexp-Assemble-Compressed/Makefile	Sat Sep  7 10:16:46 2013	(r326592)
@@ -1,9 +1,4 @@
-# New ports collection makefile for:	Regexp::Assemble::Compressed
-# Date created:		27 Dec 2010
-# Whom:			Jun Kuriyama <kuriyama@FreeBSD.org>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	Regexp-Assemble-Compressed
 PORTVERSION=	0.02
@@ -18,7 +13,8 @@ RUN_DEPENDS=	\
 	p5-Regexp-Assemble>0:${PORTSDIR}/devel/p5-Regexp-Assemble
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Regexp::Assemble::Compressed.3
 

Modified: head/devel/p5-TAP-Harness-JUnit/Makefile
==============================================================================
--- head/devel/p5-TAP-Harness-JUnit/Makefile	Sat Sep  7 10:09:17 2013	(r326591)
+++ head/devel/p5-TAP-Harness-JUnit/Makefile	Sat Sep  7 10:16:46 2013	(r326592)
@@ -15,7 +15,8 @@ RUN_DEPENDS=	\
 	p5-Test-Deep>0:${PORTSDIR}/devel/p5-Test-Deep
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 
-PERL_MODBUILD=	yes
+USES=		perl5
+USE_PERL5=	modbuild
 
 MAN3=	TAP::Harness::JUnit.3
 

Modified: head/devel/p5-Term-Encoding/Makefile
==============================================================================
--- head/devel/p5-Term-Encoding/Makefile	Sat Sep  7 10:09:17 2013	(r326591)
+++ head/devel/p5-Term-Encoding/Makefile	Sat Sep  7 10:16:46 2013	(r326592)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Term-Encoding
-# Date created:		2006-07-13
-# Whom:			Gea-Suan Lin <gslin@gslin.org>
-#
+# Created by: Gea-Suan Lin <gslin@gslin.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Term-Encoding
 PORTVERSION=	0.02
@@ -14,7 +10,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	gslin@gslin.org
 COMMENT=	Detect encoding of the current terminal
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Term::Encoding.3
 

Modified: head/devel/p5-Term-RawInput/Makefile
==============================================================================
--- head/devel/p5-Term-RawInput/Makefile	Sat Sep  7 10:09:17 2013	(r326591)
+++ head/devel/p5-Term-RawInput/Makefile	Sat Sep  7 10:16:46 2013	(r326592)
@@ -14,7 +14,8 @@ COMMENT=	Drop-in replacement for <STDIN>
 BUILD_DEPENDS=	p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Term::RawInput.3
 

Modified: head/devel/p5-Term-Size/Makefile
==============================================================================
--- head/devel/p5-Term-Size/Makefile	Sat Sep  7 10:09:17 2013	(r326591)
+++ head/devel/p5-Term-Size/Makefile	Sat Sep  7 10:16:46 2013	(r326592)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:    p5-Term-Size
-# Date created:				6 December 2000
-# Whom:	      				Brad Jones <brad@kazrak.com>
-#
+# Created by: Brad Jones <brad@kazrak.com>
 # $FreeBSD$
-#
 
 PORTNAME=	Term-Size
 PORTVERSION=	0.207
@@ -14,7 +10,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	brad@kazrak.com
 COMMENT=	A Perl5 module to handle window size changes
 
-PERL_CONFIGURE=	YES
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Term::Size.3
 

Modified: head/devel/p5-Test-Reporter-Transport-Metabase/Makefile
==============================================================================
--- head/devel/p5-Test-Reporter-Transport-Metabase/Makefile	Sat Sep  7 10:09:17 2013	(r326591)
+++ head/devel/p5-Test-Reporter-Transport-Metabase/Makefile	Sat Sep  7 10:16:46 2013	(r326592)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Test-Reporter-Transport-Metabase
-# Date created:		2011-02-05
-# Whom:			Steve Wills <swills@FreeBSD.org>
-#
+# Created by: Steve Wills <swills@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Test-Reporter-Transport-Metabase
 PORTVERSION=	1.999008
@@ -23,7 +19,8 @@ BUILD_DEPENDS=	p5-JSON>=0:${PORTSDIR}/co
 		p5-Test-Reporter>>1.54:${PORTSDIR}/devel/p5-Test-Reporter
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Test::Reporter::Transport::Metabase.3
 

Modified: head/devel/p5-Tie-File-AsHash/Makefile
==============================================================================
--- head/devel/p5-Tie-File-AsHash/Makefile	Sat Sep  7 10:09:17 2013	(r326591)
+++ head/devel/p5-Tie-File-AsHash/Makefile	Sat Sep  7 10:16:46 2013	(r326592)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Tie-File-AsHash
-# Date created:				13 December 2007
-# Whom:	      				Ruben de Groot <rdg@bzerk.org>
-#
+# Created by: Ruben de Groot <rdg@bzerk.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Tie-File-AsHash
 PORTVERSION=	0.08
@@ -18,7 +14,8 @@ COMMENT=	Access the lines of a disk file
 BUILD_DEPENDS=	p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple
 RUN_DEPENDS=	p5-Tie-File>=0:${PORTSDIR}/devel/p5-Tie-File
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Tie::File::AsHash.3
 

Modified: head/devel/p5-UNIVERSAL-require/Makefile
==============================================================================
--- head/devel/p5-UNIVERSAL-require/Makefile	Sat Sep  7 10:09:17 2013	(r326591)
+++ head/devel/p5-UNIVERSAL-require/Makefile	Sat Sep  7 10:16:46 2013	(r326592)
@@ -1,9 +1,4 @@
-# New ports collection makefile for:	p5-UNIVERSAL-require
-# Date Created:				25 Oct, 2005
-# Whom:					Jun Kuriyama <kuriyama@FreeBSD.org>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	UNIVERSAL-require
 PORTVERSION=	0.13
@@ -14,7 +9,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	kuriyama@FreeBSD.org
 COMMENT=	Perl module to require() from a variable
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		UNIVERSAL::require.3
 

Modified: head/devel/p5-relative/Makefile
==============================================================================
--- head/devel/p5-relative/Makefile	Sat Sep  7 10:09:17 2013	(r326591)
+++ head/devel/p5-relative/Makefile	Sat Sep  7 10:16:46 2013	(r326592)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	devel/p5-relative
-# Date created:							Tue Dec  9 11:32:16 EST 2008
-# Whom:									skreuzer@exit2shell.com
-#
+# Created by: skreuzer@exit2shell.com
 # $FreeBSD$
-#
 
 PORTNAME=	relative
 PORTVERSION=	0.04
@@ -20,7 +16,8 @@ RUN_DEPENDS=	p5-UNIVERSAL-require>=0.11:
 BUILD_DEPEND=	${RUN_DEPENDS} \
 				p5-Test-Simple>=0.74:${PORTSDIR}/devel/p5-Test-Simple
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		relative.3
 



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