Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Sep 2013 08:16:43 +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: r326706 - in head/devel: automake p5-Bundle-Perl6 p5-Config-MVP-Reader-INI p5-Data-Inspect p5-Devel-Timer p5-Hash-MultiKey p5-Hash-Union p5-IO-Null p5-Locale-PO p5-Meta-Builder p5-Modul...
Message-ID:  <201309080816.r888GhIV094816@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: az
Date: Sun Sep  8 08:16:43 2013
New Revision: 326706
URL: http://svnweb.freebsd.org/changeset/ports/326706

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

Modified:
  head/devel/automake/Makefile
  head/devel/p5-Bundle-Perl6/Makefile   (contents, props changed)
  head/devel/p5-Config-MVP-Reader-INI/Makefile   (contents, props changed)
  head/devel/p5-Data-Inspect/Makefile   (contents, props changed)
  head/devel/p5-Devel-Timer/Makefile
  head/devel/p5-Hash-MultiKey/Makefile   (contents, props changed)
  head/devel/p5-Hash-Union/Makefile   (contents, props changed)
  head/devel/p5-IO-Null/Makefile   (contents, props changed)
  head/devel/p5-Locale-PO/Makefile
  head/devel/p5-Meta-Builder/Makefile   (contents, props changed)
  head/devel/p5-Module-Build-Kwalitee/Makefile   (contents, props changed)
  head/devel/p5-Module-Compile/Makefile   (contents, props changed)
  head/devel/p5-Module-Functions/Makefile   (contents, props changed)
  head/devel/p5-Module-ScanDeps/Makefile
  head/devel/p5-MooseX-MultiInitArg/Makefile
  head/devel/p5-Proc-Guard/Makefile   (contents, props changed)
  head/devel/p5-Test-Declare/Makefile   (contents, props changed)
  head/devel/p5-Test-Inter/Makefile   (contents, props changed)
  head/devel/p5-Thrift/Makefile   (contents, props changed)

Modified: head/devel/automake/Makefile
==============================================================================
--- head/devel/automake/Makefile	Sun Sep  8 08:12:26 2013	(r326705)
+++ head/devel/automake/Makefile	Sun Sep  8 08:16:43 2013	(r326706)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	automake
-# Date created:		5th December 2006
-# Whom:			Ade Lovett <ade@FreeBSD.org>
-#
+# Created by: Ade Lovett <ade@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	automake
 PORTVERSION=	1.14
@@ -22,7 +18,7 @@ USE_AUTOTOOLS=	autoconf:env
 BUILD_VERSION=	1.14
 PLIST_SUB=	BUILD_VERSION=${BUILD_VERSION}
 USE_XZ=		yes
-USE_PERL5=	yes
+USES=		perl5
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--program-suffix=-${BUILD_VERSION}
 CONFIGURE_ENV+=	MAKEINFO="makeinfo --no-split"

Modified: head/devel/p5-Bundle-Perl6/Makefile
==============================================================================
--- head/devel/p5-Bundle-Perl6/Makefile	Sun Sep  8 08:12:26 2013	(r326705)
+++ head/devel/p5-Bundle-Perl6/Makefile	Sun Sep  8 08:16:43 2013	(r326706)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	devel/p5-Bundle-Perl6
-# Date created:				21 Oct 2004
-# Whom:					Yuan-Chung Hsiao <ychsiao@ychsiao.org>
-#
+# Created by: Yuan-Chung Hsiao <ychsiao@ychsiao.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Bundle-Perl6
 PORTVERSION=	0.12
@@ -14,7 +10,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	ychsiao@ychsiao.org
 COMMENT=	A bundle to install Perl6-related modules
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Bundle::Perl6.3
 

Modified: head/devel/p5-Config-MVP-Reader-INI/Makefile
==============================================================================
--- head/devel/p5-Config-MVP-Reader-INI/Makefile	Sun Sep  8 08:12:26 2013	(r326705)
+++ head/devel/p5-Config-MVP-Reader-INI/Makefile	Sun Sep  8 08:16:43 2013	(r326706)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	devel/p5-Config-MVP-Reader-INI
-# Date created:				2011-09-19
-# Whom:					Geraud CONTINSOUZAS <geraud@gcu.info>
-#
+# Created by: Geraud CONTINSOUZAS <geraud@gcu.info>
 # $FreeBSD$
-#
 
 PORTNAME=	Config-MVP-Reader-INI
 PORTVERSION=	2.101461
@@ -21,7 +17,8 @@ RUN_DEPENDS=	p5-Config-INI>=0:${PORTSDIR
 		p5-Config-MVP>=2:${PORTSDIR}/devel/p5-Config-MVP
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Config::MVP::Reader::INI.3
 

Modified: head/devel/p5-Data-Inspect/Makefile
==============================================================================
--- head/devel/p5-Data-Inspect/Makefile	Sun Sep  8 08:12:26 2013	(r326705)
+++ head/devel/p5-Data-Inspect/Makefile	Sun Sep  8 08:16:43 2013	(r326706)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Data-Inspect
-# Date created:		2011-01-13
-# Whom:			Kurt Lidl <kurt.lidl@cello.com>
-#
+# Created by: Kurt Lidl <kurt.lidl@cello.com>
 # $FreeBSD$
-#
 
 PORTNAME=	Data-Inspect
 PORTVERSION=	0.04
@@ -15,7 +11,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	kurt.lidl@cello.com
 COMMENT=	Another pretty-printer for perl objects
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Data::Inspect.3
 

Modified: head/devel/p5-Devel-Timer/Makefile
==============================================================================
--- head/devel/p5-Devel-Timer/Makefile	Sun Sep  8 08:12:26 2013	(r326705)
+++ head/devel/p5-Devel-Timer/Makefile	Sun Sep  8 08:16:43 2013	(r326706)
@@ -11,7 +11,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	coryking@mozimedia.com
 COMMENT=	Track and report execution time for parts of code
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Devel::Timer.3
 

Modified: head/devel/p5-Hash-MultiKey/Makefile
==============================================================================
--- head/devel/p5-Hash-MultiKey/Makefile	Sun Sep  8 08:12:26 2013	(r326705)
+++ head/devel/p5-Hash-MultiKey/Makefile	Sun Sep  8 08:16:43 2013	(r326706)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	Hash::MultiKey
-# Date created:				Feb 28, 2008
-# Whom:					Marzhan Mykola <delgod@portaone.com>
-#
+# Created by: Marzhan Mykola <delgod@portaone.com>
 # $FreeBSD$
-#
 
 PORTNAME=	Hash-MultiKey
 PORTVERSION=	0.06
@@ -14,7 +10,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	delgod@portaone.com
 COMMENT=	Hashes whose keys can be multiple
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Hash::MultiKey.3
 

Modified: head/devel/p5-Hash-Union/Makefile
==============================================================================
--- head/devel/p5-Hash-Union/Makefile	Sun Sep  8 08:12:26 2013	(r326705)
+++ head/devel/p5-Hash-Union/Makefile	Sun Sep  8 08:16:43 2013	(r326706)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Hash-Union
-# Date created:				2009-02-10
-# Whom:					Oleg A. Mamontov <oleg@mamontov.net>
-#
+# Created by: Oleg A. Mamontov <oleg@mamontov.net>
 # $FreeBSD$
-#
 
 PORTNAME=	Hash-Union
 PORTVERSION=	0.03
@@ -14,7 +10,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	oleg@mamontov.net
 COMMENT=	Smart hashes merging
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Hash::Union.3
 

Modified: head/devel/p5-IO-Null/Makefile
==============================================================================
--- head/devel/p5-IO-Null/Makefile	Sun Sep  8 08:12:26 2013	(r326705)
+++ head/devel/p5-IO-Null/Makefile	Sun Sep  8 08:16:43 2013	(r326706)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	devel/p5-IO-Null
-# Date created:				06/06/2006
-# Whom:					Rouslan Iskhakov <rouslan@rshell.net>
-#
+# Created by: Rouslan Iskhakov <rouslan@rshell.net>
 # $FreeBSD$
-#
 
 PORTNAME=	IO-Null
 PORTVERSION=	1.01
@@ -14,7 +10,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	rouslan@rshell.net
 COMMENT=	IO::Null - class for null filehandles
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		IO::Null.3
 

Modified: head/devel/p5-Locale-PO/Makefile
==============================================================================
--- head/devel/p5-Locale-PO/Makefile	Sun Sep  8 08:12:26 2013	(r326705)
+++ head/devel/p5-Locale-PO/Makefile	Sun Sep  8 08:16:43 2013	(r326706)
@@ -13,7 +13,8 @@ COMMENT=	Perl module for manipulating .p
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 CONFIGURE_ENV+=	LOCALBASE=${LOCALBASE}
 
 BUILD_DEPENDS=	p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \

Modified: head/devel/p5-Meta-Builder/Makefile
==============================================================================
--- head/devel/p5-Meta-Builder/Makefile	Sun Sep  8 08:12:26 2013	(r326705)
+++ head/devel/p5-Meta-Builder/Makefile	Sun Sep  8 08:16:43 2013	(r326706)
@@ -1,9 +1,4 @@
-# New ports collection makefile for:	Meta::Builder
-# Date created:		23 Nov 2010
-# Whom:			Jun Kuriyama <kuriyama@FreeBSD.org>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	Meta-Builder
 PORTVERSION=	0.003
@@ -19,7 +14,8 @@ COMMENT=	Perl extension for creating Met
 TEST_DEPENDS=	p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
 		p5-Fennec-Lite>=0:${PORTSDIR}/devel/p5-Fennec-Lite
 
-PERL_MODBUILD=	yes
+USES=		perl5
+USE_PERL5=	modbuild
 
 MAN3=	Meta::Builder.3 \
 	Meta::Builder::Base.3 \

Modified: head/devel/p5-Module-Build-Kwalitee/Makefile
==============================================================================
--- head/devel/p5-Module-Build-Kwalitee/Makefile	Sun Sep  8 08:12:26 2013	(r326705)
+++ head/devel/p5-Module-Build-Kwalitee/Makefile	Sun Sep  8 08:16:43 2013	(r326706)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:    Module::Build::Kwalitee
-# Date created:         2006-04-27
-# Whom:                 Yuan-Chung Hsiao & <ychsiao@ychsiao.org>
-#
+# Created by: Yuan-Chung Hsiao & <ychsiao@ychsiao.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Module-Build-Kwalitee
 PORTVERSION=	0.24
@@ -21,7 +17,8 @@ BUILD_DEPENDS=	p5-YAML>=0:${PORTSDIR}/te
 		p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage
 RUN_DEPENDS=	p5-File-Find-Rule>=0:${PORTSDIR}/devel/p5-File-Find-Rule
 
-PERL_MODBUILD=	yes
+USES=		perl5
+USE_PERL5=	modbuild
 
 MAN3=	Module::Build::Kwalitee.3
 

Modified: head/devel/p5-Module-Compile/Makefile
==============================================================================
--- head/devel/p5-Module-Compile/Makefile	Sun Sep  8 08:12:26 2013	(r326705)
+++ head/devel/p5-Module-Compile/Makefile	Sun Sep  8 08:16:43 2013	(r326706)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Module-Compile
-# Date created:				2006-05-30
-# Whom:					Tsung-Han Yeh <snowfly@yuntech.edu.tw>
-#
+# Created by: Tsung-Han Yeh <snowfly@yuntech.edu.tw>
 # $FreeBSD$
-#
 
 PORTNAME=	Module-Compile
 PORTVERSION=	0.23
@@ -17,7 +13,8 @@ COMMENT=	Provide a system for writing mo
 BUILD_DEPENDS=	p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Module::Compile.3 \
 		Module::Compile::Opt.3 \

Modified: head/devel/p5-Module-Functions/Makefile
==============================================================================
--- head/devel/p5-Module-Functions/Makefile	Sun Sep  8 08:12:26 2013	(r326705)
+++ head/devel/p5-Module-Functions/Makefile	Sun Sep  8 08:16:43 2013	(r326706)
@@ -13,7 +13,8 @@ RUN_DEPENDS=	\
 	p5-Sub-Identify>=0.04:${PORTSDIR}/devel/p5-Sub-Identify
 BUILD_DEPENDS=	${RUN_DEPENDS}
 
-PERL_MODBUILD=	yes
+USES=		perl5
+USE_PERL5=	modbuild
 
 MAN3=	Module::Functions.3
 

Modified: head/devel/p5-Module-ScanDeps/Makefile
==============================================================================
--- head/devel/p5-Module-ScanDeps/Makefile	Sun Sep  8 08:12:26 2013	(r326705)
+++ head/devel/p5-Module-ScanDeps/Makefile	Sun Sep  8 08:16:43 2013	(r326706)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	devel/p5-Module-ScanDeps
-# Date created:				Aug 27 2003
-# Whom:					Autrijus Tang <autrijus@autrijus.org>
-#
+# Created by: Autrijus Tang <autrijus@autrijus.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Module-ScanDeps
 PORTVERSION=	1.10
@@ -15,7 +11,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	rafan@FreeBSD.org
 COMMENT=	Recursively scan Perl code for dependencies
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN1=		scandeps.pl.1
 MAN3=		Module::ScanDeps.3

Modified: head/devel/p5-MooseX-MultiInitArg/Makefile
==============================================================================
--- head/devel/p5-MooseX-MultiInitArg/Makefile	Sun Sep  8 08:12:26 2013	(r326705)
+++ head/devel/p5-MooseX-MultiInitArg/Makefile	Sun Sep  8 08:16:43 2013	(r326706)
@@ -17,7 +17,8 @@ RUN_DEPENDS=	p5-Moose>=0:${PORTSDIR}/dev
 BUILD_DEPENDS:=	${RUN_DEPENDS} \
 		p5-Module-Build-Tiny>=0.023:${PORTSDIR}/devel/p5-Module-Build-Tiny
 
-PERL_MODBUILD=	yes
+USES=		perl5
+USE_PERL5=	modbuild
 
 MAN3=		MooseX::MultiInitArg.3 \
 		MooseX::MultiInitArg::Trait.3 \

Modified: head/devel/p5-Proc-Guard/Makefile
==============================================================================
--- head/devel/p5-Proc-Guard/Makefile	Sun Sep  8 08:12:26 2013	(r326705)
+++ head/devel/p5-Proc-Guard/Makefile	Sun Sep  8 08:16:43 2013	(r326706)
@@ -1,9 +1,4 @@
-# New ports collection makefile for:	Proc::Guard
-# Date created:		01 Jan 2012
-# Whom:			Jun Kuriyama <kuriyama@FreeBSD.org>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	Proc-Guard
 PORTVERSION=	0.06
@@ -19,7 +14,8 @@ RUN_DEPENDS=	\
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 TEST_DEPENDS=	p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Proc::Guard.3
 

Modified: head/devel/p5-Test-Declare/Makefile
==============================================================================
--- head/devel/p5-Test-Declare/Makefile	Sun Sep  8 08:12:26 2013	(r326705)
+++ head/devel/p5-Test-Declare/Makefile	Sun Sep  8 08:16:43 2013	(r326706)
@@ -1,9 +1,4 @@
-# New ports collection makefile for:	Test::Declare
-# Date created:		17 Mar 2009
-# Whom:			Jun Kuriyama <kuriyama@FreeBSD.org>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	Test-Declare
 PORTVERSION=	0.06
@@ -28,7 +23,8 @@ BUILD_DEPENDS=	\
 TEST_DEPENDS=	p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn \
 		p5-Test-Output>=0:${PORTSDIR}/devel/p5-Test-Output
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Test::Declare.3
 

Modified: head/devel/p5-Test-Inter/Makefile
==============================================================================
--- head/devel/p5-Test-Inter/Makefile	Sun Sep  8 08:12:26 2013	(r326705)
+++ head/devel/p5-Test-Inter/Makefile	Sun Sep  8 08:16:43 2013	(r326706)
@@ -13,7 +13,8 @@ COMMENT=	Framework for more readable int
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-PERL_MODBUILD=	yes
+USES=		perl5
+USE_PERL5=	modbuild
 
 MAN3=		Test::Inter.3
 

Modified: head/devel/p5-Thrift/Makefile
==============================================================================
--- head/devel/p5-Thrift/Makefile	Sun Sep  8 08:12:26 2013	(r326705)
+++ head/devel/p5-Thrift/Makefile	Sun Sep  8 08:16:43 2013	(r326706)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	Thrift
-# Date created:	   27 September 2007
-# Whom:		   Sergey Skvortsov <skv@protey.ru>
-#
+# Created by: Sergey Skvortsov <skv@protey.ru>
 # $FreeBSD$
-#
 
 PORTNAME=	Thrift
 PORTVERSION=	${THRIFT_PORTVERSION}	# need to keep this in sync with ../thrift see ../thrift/bsd.thrift.mk
@@ -19,7 +15,8 @@ BUILD_DEPENDS=	p5-Bit-Vector>=0:${PORTSD
 RUN_DEPENDS=	p5-Bit-Vector>=0:${PORTSDIR}/math/p5-Bit-Vector
 FETCH_DEPENDS+=	${NONEXISTENT}:${PORTSDIR}/devel/thrift:extract
 
-PERL_CONFIGURE=	YES
+USES=		perl5
+USE_PERL5=	configure
 
 post-extract:
 	@${LN} -sfh \



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