Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Aug 2013 08:50:49 +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: r324306 - in head: astro/p5-GPS-OID astro/p5-Starlink-AST biology/p5-Bio-SCF biology/p5-bioperl databases/p5-Test-Cukes devel/p5-Exporter-Easy devel/p5-ExtUtils-LibBuilder devel/p5-File...
Message-ID:  <201308060850.r768onqv022694@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: az
Date: Tue Aug  6 08:50:49 2013
New Revision: 324306
URL: http://svnweb.freebsd.org/changeset/ports/324306

Log:
  - Convert to new perl framework
  - Trim Makefile header
  
  Approved by:	wen@ (maintainer)

Modified:
  head/astro/p5-GPS-OID/Makefile   (contents, props changed)
  head/astro/p5-Starlink-AST/Makefile
  head/biology/p5-Bio-SCF/Makefile   (contents, props changed)
  head/biology/p5-bioperl/Makefile
  head/databases/p5-Test-Cukes/Makefile   (contents, props changed)
  head/devel/p5-Exporter-Easy/Makefile   (contents, props changed)
  head/devel/p5-ExtUtils-LibBuilder/Makefile   (contents, props changed)
  head/devel/p5-File-ShareDir-PathClass/Makefile   (contents, props changed)
  head/devel/p5-Find-Lib/Makefile   (contents, props changed)
  head/devel/p5-Import-Into/Makefile
  head/devel/p5-MooX-Types-MooseLike-Numeric/Makefile
  head/devel/p5-MooseX-MultiMethods/Makefile   (contents, props changed)
  head/devel/p5-MooseX-Types-VariantTable/Makefile   (contents, props changed)
  head/devel/p5-Sub-Exporter-ForMethods/Makefile   (contents, props changed)
  head/devel/p5-Test-Script-Run/Makefile   (contents, props changed)
  head/devel/p5-Tree-Binary/Makefile   (contents, props changed)
  head/graphics/p5-Google-Chart/Makefile   (contents, props changed)
  head/graphics/p5-Graphics-GnuplotIF/Makefile   (contents, props changed)
  head/math/p5-GIS-Distance-Lite/Makefile
  head/math/p5-Math-Random-ISAAC-XS/Makefile   (contents, props changed)
  head/math/p5-Math-Random-ISAAC/Makefile   (contents, props changed)
  head/math/p5-Statistics-Benford/Makefile   (contents, props changed)
  head/misc/p5-Geo-Coder-Multiple/Makefile   (contents, props changed)
  head/misc/p5-List-Util-WeightedRoundRobin/Makefile   (contents, props changed)
  head/net/p5-Net-LDAP-Server/Makefile   (contents, props changed)
  head/net/p5-Rose-URI/Makefile   (contents, props changed)
  head/science/p5-Geo-ReadGRIB/Makefile   (contents, props changed)
  head/security/p5-Jifty-Plugin-OpenID/Makefile   (contents, props changed)
  head/textproc/p5-LaTeX-Pod/Makefile   (contents, props changed)
  head/textproc/p5-LaTeX-ToUnicode/Makefile   (contents, props changed)
  head/textproc/p5-Pod-HtmlEasy/Makefile   (contents, props changed)
  head/textproc/p5-XML-Hash-LX/Makefile   (contents, props changed)

Modified: head/astro/p5-GPS-OID/Makefile
==============================================================================
--- head/astro/p5-GPS-OID/Makefile	Tue Aug  6 08:03:52 2013	(r324305)
+++ head/astro/p5-GPS-OID/Makefile	Tue Aug  6 08:50:49 2013	(r324306)
@@ -10,7 +10,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	wen@FreeBSD.org
 COMMENT=	Package for GPS PRN - Object ID conversions
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		GPS::OID.3
 

Modified: head/astro/p5-Starlink-AST/Makefile
==============================================================================
--- head/astro/p5-Starlink-AST/Makefile	Tue Aug  6 08:03:52 2013	(r324305)
+++ head/astro/p5-Starlink-AST/Makefile	Tue Aug  6 08:50:49 2013	(r324306)
@@ -14,7 +14,8 @@ COMMENT=	Interface to the Starlink AST l
 BUILD_DEPENDS=	p5-Test-Number-Delta>=0:${PORTSDIR}/devel/p5-Test-Number-Delta
 RUN_DEPENDS=	p5-Test-Number-Delta>=0:${PORTSDIR}/devel/p5-Test-Number-Delta
 
-PERL_MODBUILD=	yes
+USES=		perl5
+USE_PERL5=	modbuild
 
 MAN3=		Starlink::AST.3 \
 		Starlink::AST::PGPLOT.3 \

Modified: head/biology/p5-Bio-SCF/Makefile
==============================================================================
--- head/biology/p5-Bio-SCF/Makefile	Tue Aug  6 08:03:52 2013	(r324305)
+++ head/biology/p5-Bio-SCF/Makefile	Tue Aug  6 08:50:49 2013	(r324306)
@@ -16,7 +16,8 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 CFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-PERL_CONFIGURE=	YES
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Bio::SCF.3
 

Modified: head/biology/p5-bioperl/Makefile
==============================================================================
--- head/biology/p5-bioperl/Makefile	Tue Aug  6 08:03:52 2013	(r324305)
+++ head/biology/p5-bioperl/Makefile	Tue Aug  6 08:50:49 2013	(r324306)
@@ -58,7 +58,8 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 #CONFLICTS=	p5-bioperl-1.[13579]*
 
-PERL_MODBUILD=	YES
+USES=		perl5
+USE_PERL5=	modbuild
 
 MAN1=		bp_aacomp.pl.1 \
 		bp_biblio.pl.1 \

Modified: head/databases/p5-Test-Cukes/Makefile
==============================================================================
--- head/databases/p5-Test-Cukes/Makefile	Tue Aug  6 08:03:52 2013	(r324305)
+++ head/databases/p5-Test-Cukes/Makefile	Tue Aug  6 08:50:49 2013	(r324306)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: 	p5-Test-Cukes
-# Date created:				26 Aug, 2009
-# Whom:					Wen Heping <wenheping@gmail.com>
-#
+# Created by: Wen Heping <wenheping@gmail.com>
 # $FreeBSD$
-#
 
 PORTNAME=	Test-Cukes
 PORTVERSION=	0.10
@@ -20,7 +16,8 @@ BUILD_DEPENDS=	p5-Any-Moose>=0.10:${PORT
 		p5-Try-Tiny>=0.07:${PORTSDIR}/lang/p5-Try-Tiny
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Test::Cukes.3
 

Modified: head/devel/p5-Exporter-Easy/Makefile
==============================================================================
--- head/devel/p5-Exporter-Easy/Makefile	Tue Aug  6 08:03:52 2013	(r324305)
+++ head/devel/p5-Exporter-Easy/Makefile	Tue Aug  6 08:50:49 2013	(r324306)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Exporter-Easy
-# Date created:				23 Jan, 2010
-# Whom:					Wen Heping <wen@FreeBSD.org>
-#
+# Created by: Wen Heping <wen@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Exporter-Easy
 PORTVERSION=	0.16
@@ -14,7 +10,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	wen@FreeBSD.org
 COMMENT=	Takes the drudgery out of Exporting symbols
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Exporter::Easy.3 Exporter::Easiest.3
 

Modified: head/devel/p5-ExtUtils-LibBuilder/Makefile
==============================================================================
--- head/devel/p5-ExtUtils-LibBuilder/Makefile	Tue Aug  6 08:03:52 2013	(r324305)
+++ head/devel/p5-ExtUtils-LibBuilder/Makefile	Tue Aug  6 08:50:49 2013	(r324306)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	ExtUtils::LibBuilder
-# Date created:				16 Feb 2011
-# Whom:                			Wen Heping <wen@FreeBSD.org>
-#
+# Created by: Wen Heping <wen@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	ExtUtils-LibBuilder
 PORTVERSION=	0.04
@@ -16,7 +12,8 @@ COMMENT=	Perl module to build C librarie
 
 BUILD_DEPENDS=	p5-ExtUtils-CBuilder>=0.27:${PORTSDIR}/devel/p5-ExtUtils-CBuilder
 
-PERL_MODBUILD=	yes
+USES=		perl5
+USE_PERL5=	modbuild
 
 MAN3=		ExtUtils::LibBuilder.3
 

Modified: head/devel/p5-File-ShareDir-PathClass/Makefile
==============================================================================
--- head/devel/p5-File-ShareDir-PathClass/Makefile	Tue Aug  6 08:03:52 2013	(r324305)
+++ head/devel/p5-File-ShareDir-PathClass/Makefile	Tue Aug  6 08:50:49 2013	(r324306)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	devel/p5-File-ShareDir-PathClass
-# Date created:				Aug 10, 2011
-# Whom:					Wen Heping <wen@FreeBSD.org>
-#
+# Created by: Wen Heping <wen@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	File-ShareDir-PathClass
 PORTVERSION=	1.112440
@@ -19,7 +15,8 @@ BUILD_DEPENDS=	p5-File-ShareDir>=0:${POR
 		p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_MODBUILD=	yes
+USES=		perl5
+USE_PERL5=	modbuild
 
 MAN3=		File::ShareDir::PathClass.3
 

Modified: head/devel/p5-Find-Lib/Makefile
==============================================================================
--- head/devel/p5-Find-Lib/Makefile	Tue Aug  6 08:03:52 2013	(r324305)
+++ head/devel/p5-Find-Lib/Makefile	Tue Aug  6 08:50:49 2013	(r324306)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	devel/p5-Find-Lib
-# Date created:				16 Nov, 2009
-# Whom:					Wen Heping <wen@FreeBSD.org>
-#
+# Created by: Wen Heping <wen@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Find-Lib
 PORTVERSION=	1.04
@@ -14,7 +10,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	wen@FreeBSD.org
 COMMENT=	Helper to smartly find libs to use in the filesystem tree
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Find::Lib.3
 

Modified: head/devel/p5-Import-Into/Makefile
==============================================================================
--- head/devel/p5-Import-Into/Makefile	Tue Aug  6 08:03:52 2013	(r324305)
+++ head/devel/p5-Import-Into/Makefile	Tue Aug  6 08:50:49 2013	(r324306)
@@ -14,7 +14,8 @@ COMMENT=	Import packages into other pack
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Import::Into.3
 

Modified: head/devel/p5-MooX-Types-MooseLike-Numeric/Makefile
==============================================================================
--- head/devel/p5-MooX-Types-MooseLike-Numeric/Makefile	Tue Aug  6 08:03:52 2013	(r324305)
+++ head/devel/p5-MooX-Types-MooseLike-Numeric/Makefile	Tue Aug  6 08:50:49 2013	(r324306)
@@ -17,7 +17,8 @@ BUILD_DEPENDS=	p5-MooX-Types-MooseLike>=
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 TEST_DEPENDS=	p5-Test-Fatal>=0.003:${PORTSDIR}/devel/p5-Test-Fatal
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		MooX::Types::MooseLike::Numeric.3
 

Modified: head/devel/p5-MooseX-MultiMethods/Makefile
==============================================================================
--- head/devel/p5-MooseX-MultiMethods/Makefile	Tue Aug  6 08:03:52 2013	(r324305)
+++ head/devel/p5-MooseX-MultiMethods/Makefile	Tue Aug  6 08:50:49 2013	(r324306)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	devel/p5-MooseX-MultiMethods
-# Date created:				Dec 28, 2010
-# Whom:					Wen Heping <wen@FreeBSD.org>
-#
+# Created by: Wen Heping <wen@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	MooseX-MultiMethods
 PORTVERSION=	0.10
@@ -24,7 +20,8 @@ RUN_DEPENDS=	p5-Moose>=0:${PORTSDIR}/dev
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 TEST_DEPENDS=	p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		MooseX::MultiMethods.3 \
 		MooseX::MultiMethods::Meta::Method.3

Modified: head/devel/p5-MooseX-Types-VariantTable/Makefile
==============================================================================
--- head/devel/p5-MooseX-Types-VariantTable/Makefile	Tue Aug  6 08:03:52 2013	(r324305)
+++ head/devel/p5-MooseX-Types-VariantTable/Makefile	Tue Aug  6 08:50:49 2013	(r324306)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	devel/p5-MooseX-Types-VariantTable
-# Date created:				Dec 26, 2010
-# Whom:					Wen Heping <wen@FreeBSD.org>
-#
+# Created by: Wen Heping <wen@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	MooseX-Types-VariantTable
 PORTVERSION=	0.04
@@ -19,7 +15,8 @@ RUN_DEPENDS=	p5-MooseX-Types-Structured>
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 TEST_DEPENDS=	p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		MooseX::Types::VariantTable::Declare.3 \
 		MooseX::Types::VariantTable.3

Modified: head/devel/p5-Sub-Exporter-ForMethods/Makefile
==============================================================================
--- head/devel/p5-Sub-Exporter-ForMethods/Makefile	Tue Aug  6 08:03:52 2013	(r324305)
+++ head/devel/p5-Sub-Exporter-ForMethods/Makefile	Tue Aug  6 08:50:49 2013	(r324306)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	devel/p5-Sub-Exporter-ForMethods
-# Date created:				May 27, 2010
-# Whom:					Wen Heping <wen@FreeBSD.org>
-#
+# Created by: Wen Heping <wen@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Sub-Exporter-ForMethods
 PORTVERSION=	0.100050
@@ -18,7 +14,8 @@ RUN_DEPENDS=	p5-Sub-Name>=0:${PORTSDIR}/
 		p5-Sub-Exporter>=0.978:${PORTSDIR}/devel/p5-Sub-Exporter
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Sub::Exporter::ForMethods.3
 

Modified: head/devel/p5-Test-Script-Run/Makefile
==============================================================================
--- head/devel/p5-Test-Script-Run/Makefile	Tue Aug  6 08:03:52 2013	(r324305)
+++ head/devel/p5-Test-Script-Run/Makefile	Tue Aug  6 08:50:49 2013	(r324306)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	devel/p5-Test-Script-Run
-# Date created:				Dec 14, 2010
-# Whom:					Wen Heping <wen@FreeBSD.org>
-#
+# Created by: Wen Heping <wen@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Test-Script-Run
 PORTVERSION=	0.05
@@ -18,7 +14,8 @@ RUN_DEPENDS=	p5-IPC-Run3>=0:${PORTSDIR}/
 		p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Test::Script::Run.3
 

Modified: head/devel/p5-Tree-Binary/Makefile
==============================================================================
--- head/devel/p5-Tree-Binary/Makefile	Tue Aug  6 08:03:52 2013	(r324305)
+++ head/devel/p5-Tree-Binary/Makefile	Tue Aug  6 08:50:49 2013	(r324306)
@@ -25,6 +25,7 @@ MAN3=		Tree::Binary.3 Tree::Binary::Sear
 		Tree::Binary::Visitor::PreOrderTraversal.3 \
 		Tree::Binary::VisitorFactory.3
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 .include <bsd.port.mk>

Modified: head/graphics/p5-Google-Chart/Makefile
==============================================================================
--- head/graphics/p5-Google-Chart/Makefile	Tue Aug  6 08:03:52 2013	(r324305)
+++ head/graphics/p5-Google-Chart/Makefile	Tue Aug  6 08:50:49 2013	(r324306)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Google-Chart
-# Date created:      			30 January 2009
-# Whom:					Wen Heping <wenheping@gmail.com>
-#
+# Created by: Wen Heping <wenheping@gmail.com>
 # $FreeBSD$
-#
 
 PORTNAME=	Google-Chart
 PORTVERSION=	0.05014
@@ -40,6 +36,7 @@ MAN3=		Google::Chart.3 Google::Chart::Ax
 		Google::Chart::Margin.3 \
 		Google::Chart::Types.3
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 .include <bsd.port.mk>

Modified: head/graphics/p5-Graphics-GnuplotIF/Makefile
==============================================================================
--- head/graphics/p5-Graphics-GnuplotIF/Makefile	Tue Aug  6 08:03:52 2013	(r324305)
+++ head/graphics/p5-Graphics-GnuplotIF/Makefile	Tue Aug  6 08:50:49 2013	(r324306)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Graphics-GnuplotIF
-# Date Created:				Oct 21, 2010
-# Whom:					Wen Heping <wen@FreeBSD.org>
-#
+# Created by: Wen Heping <wen@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Graphics-GnuplotIF
 PORTVERSION=	1.7
@@ -14,7 +10,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	wen@FreeBSD.org
 COMMENT=	A dynamic Perl interface to gnuplot
 
-PERL_MODBUILD=	yes
+USES=		perl5
+USE_PERL5=	modbuild
 
 MAN3=		Graphics::GnuplotIF.3
 

Modified: head/math/p5-GIS-Distance-Lite/Makefile
==============================================================================
--- head/math/p5-GIS-Distance-Lite/Makefile	Tue Aug  6 08:03:52 2013	(r324305)
+++ head/math/p5-GIS-Distance-Lite/Makefile	Tue Aug  6 08:50:49 2013	(r324306)
@@ -14,7 +14,8 @@ COMMENT=	Calculate geographic distances 
 
 RUN_DEPENDS=	p5-Math-Complex>1.0.3:${PORTSDIR}/math/p5-Math-Complex
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		GIS::Distance::Lite.3 \
 

Modified: head/math/p5-Math-Random-ISAAC-XS/Makefile
==============================================================================
--- head/math/p5-Math-Random-ISAAC-XS/Makefile	Tue Aug  6 08:03:52 2013	(r324305)
+++ head/math/p5-Math-Random-ISAAC-XS/Makefile	Tue Aug  6 08:50:49 2013	(r324306)
@@ -14,7 +14,8 @@ COMMENT=	C implementation of the ISAAC P
 BUILD_DEPENDS=	p5-Test-NoWarnings>0:${PORTSDIR}/devel/p5-Test-NoWarnings
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_MODBUILD=	yes
+USES=		perl5
+USE_PERL5=	modbuild
 
 MAN3=		Math::Random::ISAAC::XS.3
 

Modified: head/math/p5-Math-Random-ISAAC/Makefile
==============================================================================
--- head/math/p5-Math-Random-ISAAC/Makefile	Tue Aug  6 08:03:52 2013	(r324305)
+++ head/math/p5-Math-Random-ISAAC/Makefile	Tue Aug  6 08:50:49 2013	(r324306)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	Math::Random::ISAAC
-# Date created:				07 Dec, 2009
-# Whom:					Wen Heping <wen@FreeBSD.org>
-#
+# Created by: Wen Heping <wen@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Math-Random-ISAAC
 PORTVERSION=	1.004
@@ -19,7 +15,8 @@ BUILD_DEPENDS=	p5-Test-NoWarnings>0:${PO
 RUN_DEPENDS:=	${BUILD_DEPENDS} \
 		p5-Math-Random-ISAAC-XS>0:${PORTSDIR}/math/p5-Math-Random-ISAAC-XS
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Math::Random::ISAAC::PP.3 \
 		Math::Random::ISAAC.3

Modified: head/math/p5-Statistics-Benford/Makefile
==============================================================================
--- head/math/p5-Statistics-Benford/Makefile	Tue Aug  6 08:03:52 2013	(r324305)
+++ head/math/p5-Statistics-Benford/Makefile	Tue Aug  6 08:50:49 2013	(r324306)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Statistics-Benford
-# Date created:				03 May, 2009
-# Whom:					Wen Heping <wenheping@gmail.com>
-#
+# Created by: Wen Heping <wenheping@gmail.com>
 # $FreeBSD$
-#
 
 PORTNAME=	Statistics-Benford
 PORTVERSION=	0.08
@@ -14,7 +10,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	wen@FreeBSD.org
 COMMENT=	Calculate the deviation from Benford's Law
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Statistics::Benford.3
 

Modified: head/misc/p5-Geo-Coder-Multiple/Makefile
==============================================================================
--- head/misc/p5-Geo-Coder-Multiple/Makefile	Tue Aug  6 08:03:52 2013	(r324305)
+++ head/misc/p5-Geo-Coder-Multiple/Makefile	Tue Aug  6 08:50:49 2013	(r324306)
@@ -14,7 +14,8 @@ COMMENT=	Perl module to tie together mul
 RUN_DEPENDS=	p5-List-Util-WeightedRoundRobin>=0:${PORTSDIR}/misc/p5-List-Util-WeightedRoundRobin
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Geo::Coder::Multiple.3
 

Modified: head/misc/p5-List-Util-WeightedRoundRobin/Makefile
==============================================================================
--- head/misc/p5-List-Util-WeightedRoundRobin/Makefile	Tue Aug  6 08:03:52 2013	(r324305)
+++ head/misc/p5-List-Util-WeightedRoundRobin/Makefile	Tue Aug  6 08:50:49 2013	(r324306)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-List-Util-WeightedRoundRobin
-# Date created:				12th march, 2010
-# Whom:					Wen Heping <wen@FreeBSD.org>
-#
+# Created by: Wen Heping <wen@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	List-Util-WeightedRoundRobin
 PORTVERSION=	0.4
@@ -15,6 +11,8 @@ MAINTAINER=	wen@FreeBSD.org
 COMMENT=	Creates a list based on weighted input
 
 PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		List::Util::WeightedRoundRobin.3
 

Modified: head/net/p5-Net-LDAP-Server/Makefile
==============================================================================
--- head/net/p5-Net-LDAP-Server/Makefile	Tue Aug  6 08:03:52 2013	(r324305)
+++ head/net/p5-Net-LDAP-Server/Makefile	Tue Aug  6 08:50:49 2013	(r324306)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Net-LDAP-Server
-# Date created:		2nd Oct, 2009
-# Whom:			Wen Heping <wen@FreeBSD.org>
-#
+# Created by: Wen Heping <wen@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Net-LDAP-Server
 PORTVERSION=	0.43
@@ -18,7 +14,8 @@ BUILD_DEPENDS=	p5-Convert-ASN1>=0.22:${P
 		p5-perl-ldap>=0.39:${PORTSDIR}/net/p5-perl-ldap
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Net::LDAP::Server.3
 

Modified: head/net/p5-Rose-URI/Makefile
==============================================================================
--- head/net/p5-Rose-URI/Makefile	Tue Aug  6 08:03:52 2013	(r324305)
+++ head/net/p5-Rose-URI/Makefile	Tue Aug  6 08:50:49 2013	(r324306)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Rose-URI
-# Date created:	   			18 Nov, 2010
-# Whom:		   			Wen Heping <wen@FreeBSD.org>
-#
+# Created by: Wen Heping <wen@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Rose-URI
 PORTVERSION=	1.00
@@ -18,7 +14,8 @@ RUN_DEPENDS=	p5-Rose-Object>=0.854:${POR
 		p5-URI>0:${PORTSDIR}/net/p5-URI
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Rose::URI.3
 

Modified: head/science/p5-Geo-ReadGRIB/Makefile
==============================================================================
--- head/science/p5-Geo-ReadGRIB/Makefile	Tue Aug  6 08:03:52 2013	(r324305)
+++ head/science/p5-Geo-ReadGRIB/Makefile	Tue Aug  6 08:50:49 2013	(r324306)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Geo-ReadGRIB
-# Date created:		2009-03-18
-# Whom:			Wen Heping <wenheping@gmail.com>
-#
+# Created by: Wen Heping <wenheping@gmail.com>
 # $FreeBSD$
-#
 
 PORTNAME=	Geo-ReadGRIB
 PORTVERSION=	1.21
@@ -14,7 +10,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	wen@FreeBSD.org
 COMMENT=	Perl module provides read access to GRIB files
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Geo::ReadGRIB.3 \
 		Geo::ReadGRIB::Place.3 \

Modified: head/security/p5-Jifty-Plugin-OpenID/Makefile
==============================================================================
--- head/security/p5-Jifty-Plugin-OpenID/Makefile	Tue Aug  6 08:03:52 2013	(r324305)
+++ head/security/p5-Jifty-Plugin-OpenID/Makefile	Tue Aug  6 08:50:49 2013	(r324306)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Jifty-Plugin-OpenID
-# Date created:		14 June, 2009
-# Whom:			Wen Heping <wenheping@gmail.com>
-#
+# Created by: Wen Heping <wenheping@gmail.com>
 # $FreeBSD$
-#
 
 PORTNAME=	Jifty-Plugin-OpenID
 PORTVERSION=	1.02
@@ -21,7 +17,8 @@ BUILD_DEPENDS=	p5-Jifty>=0:${PORTSDIR}/w
 		p5-LWPx-ParanoidAgent>=0:${PORTSDIR}/www/p5-LWPx-ParanoidAgent
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Jifty::Plugin::OpenID::View.3 \
 		Jifty::Plugin::OpenID.3 \

Modified: head/textproc/p5-LaTeX-Pod/Makefile
==============================================================================
--- head/textproc/p5-LaTeX-Pod/Makefile	Tue Aug  6 08:03:52 2013	(r324305)
+++ head/textproc/p5-LaTeX-Pod/Makefile	Tue Aug  6 08:50:49 2013	(r324306)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	LaTeX-Pod
-# Date created:				10 July, 2009
-# Whom:					Wen Heping <wenheping@gmail.com>
-#
+# Created by: Wen Heping <wenheping@gmail.com>
 # $FreeBSD$
-#
 
 PORTNAME=	LaTeX-Pod
 PORTVERSION=	0.21
@@ -21,7 +17,8 @@ BUILD_DEPENDS=	p5-LaTeX-TOM>=0.9:${PORTS
 		p5-boolean>=0.20:${PORTSDIR}/devel/p5-boolean
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN1=	latex2pod.1
 MAN3=	LaTeX::Pod.3

Modified: head/textproc/p5-LaTeX-ToUnicode/Makefile
==============================================================================
--- head/textproc/p5-LaTeX-ToUnicode/Makefile	Tue Aug  6 08:03:52 2013	(r324305)
+++ head/textproc/p5-LaTeX-ToUnicode/Makefile	Tue Aug  6 08:50:49 2013	(r324306)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-LaTeX-ToUnicode
-# Date created:				March 16, 2011
-# Whom:					Wen Heping <wenheping@gmail.com>
-#
+# Created by: Wen Heping <wenheping@gmail.com>
 # $FreeBSD$
-#
 
 PORTNAME=	LaTeX-ToUnicode
 PORTVERSION=	0.03
@@ -15,7 +11,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	wen@FreeBSD.org
 COMMENT=	Convert LaTeX commands to Unicode
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		LaTeX::ToUnicode::Tables.3 \
 		LaTeX::ToUnicode.3

Modified: head/textproc/p5-Pod-HtmlEasy/Makefile
==============================================================================
--- head/textproc/p5-Pod-HtmlEasy/Makefile	Tue Aug  6 08:03:52 2013	(r324305)
+++ head/textproc/p5-Pod-HtmlEasy/Makefile	Tue Aug  6 08:50:49 2013	(r324306)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Pod-HtmlEasy
-# Date created:	   			21 Jan, 201
-# Whom:		  			Wen Heping <wen@FreeBSD.org>
-#
+# Created by: Wen Heping <wen@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Pod-HtmlEasy
 PORTVERSION=	1.0108
@@ -24,7 +20,8 @@ BUILD_DEPENDS=	p5-version>=0.72:${PORTSD
 		p5-Pod-Escapes>=0:${PORTSDIR}/textproc/p5-Pod-Escapes
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN1=		pod2indexed_html.pl.1
 MAN3=		Pod::HtmlEasy.3

Modified: head/textproc/p5-XML-Hash-LX/Makefile
==============================================================================
--- head/textproc/p5-XML-Hash-LX/Makefile	Tue Aug  6 08:03:52 2013	(r324305)
+++ head/textproc/p5-XML-Hash-LX/Makefile	Tue Aug  6 08:50:49 2013	(r324306)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-XML-Hash-LX
-# Date created:				09 Dec, 2009
-# Whom:					Wen Heping <wen@FreeBSD.org>
-#
+# Created by: Wen Heping <wen@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	XML-Hash-LX
 PORTVERSION=	0.0603
@@ -18,7 +14,8 @@ BUILD_DEPENDS=	p5-lib-abs>=0.90:${PORTSD
 		p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		XML::Hash::LX.3
 



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