svn commit: r326823 - in head/devel: hs-git-annex p5-Array-Unique p5-Async-MergePoint p5-B-Compiling p5-Class-Accessor-Lite p5-Data-Integer p5-Date-Simple p5-Errno p5-File-Pid p5-Getopt-GUI-Long p5...

Andrej Zverev az at FreeBSD.org
Mon Sep 9 17:31:11 UTC 2013


Author: az
Date: Mon Sep  9 17:31:07 2013
New Revision: 326823
URL: http://svnweb.freebsd.org/changeset/ports/326823

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

Modified:
  head/devel/hs-git-annex/Makefile   (contents, props changed)
  head/devel/p5-Array-Unique/Makefile   (contents, props changed)
  head/devel/p5-Async-MergePoint/Makefile
  head/devel/p5-B-Compiling/Makefile   (contents, props changed)
  head/devel/p5-Class-Accessor-Lite/Makefile   (contents, props changed)
  head/devel/p5-Data-Integer/Makefile   (contents, props changed)
  head/devel/p5-Date-Simple/Makefile   (contents, props changed)
  head/devel/p5-Errno/Makefile   (contents, props changed)
  head/devel/p5-File-Pid/Makefile   (contents, props changed)
  head/devel/p5-Getopt-GUI-Long/Makefile
  head/devel/p5-HOP-Stream/Makefile   (contents, props changed)
  head/devel/p5-Locale-Maketext-Simple/Makefile   (contents, props changed)
  head/devel/p5-Module-Used/Makefile   (contents, props changed)
  head/devel/p5-MooseX-Types-Signal/Makefile   (contents, props changed)
  head/devel/p5-Net-ZooKeeper/Makefile
  head/devel/p5-Test-Most/Makefile   (contents, props changed)
  head/devel/p5-Text-LevenshteinXS/Makefile   (contents, props changed)
  head/devel/p5-pip/Makefile
  head/devel/pushmi/Makefile   (contents, props changed)

Modified: head/devel/hs-git-annex/Makefile
==============================================================================
--- head/devel/hs-git-annex/Makefile	Mon Sep  9 16:55:31 2013	(r326822)
+++ head/devel/hs-git-annex/Makefile	Mon Sep  9 17:31:07 2013	(r326823)
@@ -16,7 +16,8 @@ USE_CABAL=	bloomfilter dataenc dlist edi
 		SafeSemaphore SHA text unix-compat utf8-string uuid
 
 USE_GMAKE=		yes
-USE_PERL5_BUILD=	yes
+USES=		perl5
+USE_PERL5=	build
 
 BUILD_DEPENDS+=	rsync:${PORTSDIR}/net/rsync \
 		git:${PORTSDIR}/devel/git \

Modified: head/devel/p5-Array-Unique/Makefile
==============================================================================
--- head/devel/p5-Array-Unique/Makefile	Mon Sep  9 16:55:31 2013	(r326822)
+++ head/devel/p5-Array-Unique/Makefile	Mon Sep  9 17:31:07 2013	(r326823)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Array-Unique
-# Date created:		2010-11-14
-# Whom:			Gea-Suan Lin <gslin at gslin.org>
-#
+# Created by: Gea-Suan Lin <gslin at gslin.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Array-Unique
 PORTVERSION=	0.08
@@ -14,7 +10,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	gslin at gslin.org
 COMMENT=	Tie-able array that allows only unique values
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Array::Unique.3
 

Modified: head/devel/p5-Async-MergePoint/Makefile
==============================================================================
--- head/devel/p5-Async-MergePoint/Makefile	Mon Sep  9 16:55:31 2013	(r326822)
+++ head/devel/p5-Async-MergePoint/Makefile	Mon Sep  9 17:31:07 2013	(r326823)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Async-MergePoint2
-# Date created:		2009-08-04
-# Whom:			Felippe M. Motta <lippe at shire.freebsd.org>
-#
+# Created by: Felippe M. Motta <lippe at shire.freebsd.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Async-MergePoint
 PORTVERSION=	0.04
@@ -17,7 +13,8 @@ COMMENT=	Perl modules that resynchronise
 TEST_DEPENDS=	p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
 		p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Async::MergePoint.3
 

Modified: head/devel/p5-B-Compiling/Makefile
==============================================================================
--- head/devel/p5-B-Compiling/Makefile	Mon Sep  9 16:55:31 2013	(r326822)
+++ head/devel/p5-B-Compiling/Makefile	Mon Sep  9 17:31:07 2013	(r326823)
@@ -1,9 +1,4 @@
-# New ports collection makefile for:	B::Compiling
-# Date created:		21 Nov 2010
-# Whom:			Jun Kuriyama <kuriyama at FreeBSD.org>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	B-Compiling
 PORTVERSION=	0.02
@@ -18,7 +13,8 @@ RUN_DEPENDS=	\
 	p5-Sub-Exporter>0:${PORTSDIR}/devel/p5-Sub-Exporter
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	B::Compiling.3
 

Modified: head/devel/p5-Class-Accessor-Lite/Makefile
==============================================================================
--- head/devel/p5-Class-Accessor-Lite/Makefile	Mon Sep  9 16:55:31 2013	(r326822)
+++ head/devel/p5-Class-Accessor-Lite/Makefile	Mon Sep  9 17:31:07 2013	(r326823)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Class-Accessor-Lite
-# Date created:		2010-08-09
-# Whom:			TAKAHASHI Kaoru <kaoru at kaisei.org>
-#
+# Created by: TAKAHASHI Kaoru <kaoru at kaisei.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Class-Accessor-Lite
 PORTVERSION=	0.05
@@ -14,7 +10,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	kaoru at kaisei.org
 COMMENT=	Minimalistic variant of p5-Class-Accessor
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Class::Accessor::Lite.3
 

Modified: head/devel/p5-Data-Integer/Makefile
==============================================================================
--- head/devel/p5-Data-Integer/Makefile	Mon Sep  9 16:55:31 2013	(r326822)
+++ head/devel/p5-Data-Integer/Makefile	Mon Sep  9 17:31:07 2013	(r326823)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	Data-Integer
-# Date created:				25 Mar 2009
-# Whom:					brix at FreeBSD.org
-#
+# Created by: brix at FreeBSD.org
 # $FreeBSD$
-#
 
 PORTNAME=	Data-Integer
 PORTVERSION=	0.004
@@ -14,7 +10,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	brix at FreeBSD.org
 COMMENT=	Perl module for details of the native integer data type
 
-PERL_MODBUILD=	yes
+USES=		perl5
+USE_PERL5=	modbuild
 
 MAN3=		Data::Integer.3
 

Modified: head/devel/p5-Date-Simple/Makefile
==============================================================================
--- head/devel/p5-Date-Simple/Makefile	Mon Sep  9 16:55:31 2013	(r326822)
+++ head/devel/p5-Date-Simple/Makefile	Mon Sep  9 17:31:07 2013	(r326823)
@@ -10,7 +10,8 @@ PKGNAMEPREFIX=		p5-
 MAINTAINER=		dhn at FreeBSD.org
 COMMENT=		A simple date object
 
-PERL_CONFIGURE=		yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=			Date::Simple.3 Date::Simple::NoXS.3 \
 			Date::Simple::D8.3 Date::Simple::Fmt.3 \

Modified: head/devel/p5-Errno/Makefile
==============================================================================
--- head/devel/p5-Errno/Makefile	Mon Sep  9 16:55:31 2013	(r326822)
+++ head/devel/p5-Errno/Makefile	Mon Sep  9 17:31:07 2013	(r326823)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:    p5-Errno
-# Date created:				June 26th 1997
-# Whom:	      				James FitzGibbon <jfitz at FreeBSD.org>
-#
+# Created by: James FitzGibbon <jfitz at FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Errno
 PORTVERSION=	1.10
@@ -14,7 +10,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	demon at FreeBSD.org
 COMMENT=	A perl5 module providing access to System errno constants
 
-PERL_CONFIGURE=	YES
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Errno.3
 

Modified: head/devel/p5-File-Pid/Makefile
==============================================================================
--- head/devel/p5-File-Pid/Makefile	Mon Sep  9 16:55:31 2013	(r326822)
+++ head/devel/p5-File-Pid/Makefile	Mon Sep  9 17:31:07 2013	(r326823)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-File-Pid
-# Date created:		2006-09-05
-# Whom:			Gea-Suan Lin <gslin at gslin.org>
-#
+# Created by: Gea-Suan Lin <gslin at gslin.org>
 # $FreeBSD$
-#
 
 PORTNAME=	File-Pid
 PORTVERSION=	1.01
@@ -18,7 +14,8 @@ COMMENT=	Pid File Manipulation
 RUN_DEPENDS=	p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		File::Pid.3
 

Modified: head/devel/p5-Getopt-GUI-Long/Makefile
==============================================================================
--- head/devel/p5-Getopt-GUI-Long/Makefile	Mon Sep  9 16:55:31 2013	(r326822)
+++ head/devel/p5-Getopt-GUI-Long/Makefile	Mon Sep  9 17:31:07 2013	(r326823)
@@ -10,7 +10,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	miwi at FreeBSD.org
 COMMENT=	Wrapper around Getopt::Long
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Getopt::GUI::Long.3
 

Modified: head/devel/p5-HOP-Stream/Makefile
==============================================================================
--- head/devel/p5-HOP-Stream/Makefile	Mon Sep  9 16:55:31 2013	(r326822)
+++ head/devel/p5-HOP-Stream/Makefile	Mon Sep  9 17:31:07 2013	(r326823)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-HOP-Stream
-# Date created:		2010-03-04
-# Whom:			Steve Wills <steve at mouf.net>
-#
+# Created by: Steve Wills <steve at mouf.net>
 # $FreeBSD$
-#
 
 PORTNAME=	HOP-Stream
 PORTVERSION=	0.03
@@ -15,7 +11,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	swills at FreeBSD.org
 COMMENT=	Higher Order Perl Streams
 
-PERL_MODBUILD=	yes
+USES=		perl5
+USE_PERL5=	modbuild
 
 MAN3=	HOP::Stream.3
 

Modified: head/devel/p5-Locale-Maketext-Simple/Makefile
==============================================================================
--- head/devel/p5-Locale-Maketext-Simple/Makefile	Mon Sep  9 16:55:31 2013	(r326822)
+++ head/devel/p5-Locale-Maketext-Simple/Makefile	Mon Sep  9 17:31:07 2013	(r326823)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Locale-Maketext-Simple
-# Date created:				Aug 27 2003
-# Whom:					Autrijus Tang <autrijus at autrijus.org>
-#
+# Created by: Autrijus Tang <autrijus at autrijus.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Locale-Maketext-Simple
 PORTVERSION=	0.21
@@ -14,7 +10,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	rafan at FreeBSD.org
 COMMENT=	Simple interface to Locale::Maketext::Lexicon
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Locale::Maketext::Simple.3
 

Modified: head/devel/p5-Module-Used/Makefile
==============================================================================
--- head/devel/p5-Module-Used/Makefile	Mon Sep  9 16:55:31 2013	(r326822)
+++ head/devel/p5-Module-Used/Makefile	Mon Sep  9 17:31:07 2013	(r326823)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Module-Used
-# Date created:		2010-01-12
-# Whom:			Takuya Tsuchida <tsucchi at cpan.org>
-#
+# Created by: Takuya Tsuchida <tsucchi at cpan.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Module-Used
 PORTVERSION=	v1.2.0
@@ -22,7 +18,8 @@ RUN_DEPENDS=	p5-File-Next>=1.02:${PORTSD
 		p5-Readonly>=1.03:${PORTSDIR}/devel/p5-Readonly
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 
-PERL_MODBUILD=	yes
+USES=		perl5
+USE_PERL5=	modbuild
 
 MAN3=	Module::Used.3
 MAN1=	modules-used.1

Modified: head/devel/p5-MooseX-Types-Signal/Makefile
==============================================================================
--- head/devel/p5-MooseX-Types-Signal/Makefile	Mon Sep  9 16:55:31 2013	(r326822)
+++ head/devel/p5-MooseX-Types-Signal/Makefile	Mon Sep  9 17:31:07 2013	(r326823)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-MooseX-Types-Signal
-# Date created:	   16 Dec 2010
-# Whom:		   Denis Pokataev <catone at cpan.org>
-#
+# Created by: Denis Pokataev <catone at cpan.org>
 # $FreeBSD$
-#
 
 PORTNAME=	MooseX-Types-Signal
 PORTVERSION=	1.101932
@@ -23,7 +19,8 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 TEST_DEPENDS=	p5-Test-Exception>0:${PORTSDIR}/devel/p5-Test-Exception \
 		p5-Moose>0:${PORTSDIR}/devel/p5-Moose
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		MooseX::Types::Signal.3
 

Modified: head/devel/p5-Net-ZooKeeper/Makefile
==============================================================================
--- head/devel/p5-Net-ZooKeeper/Makefile	Mon Sep  9 16:55:31 2013	(r326822)
+++ head/devel/p5-Net-ZooKeeper/Makefile	Mon Sep  9 17:31:07 2013	(r326823)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Net-ZooKeeper
-# Date created:		2012-08-20
-# Whom:			Steven Kreuzer <skreuzer at FreeBSD.org>
-#
+# Created by: Steven Kreuzer <skreuzer at FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Net-ZooKeeper
 PORTVERSION=	0.35
@@ -17,7 +13,8 @@ COMMENT=	Perl extension for Apache ZooKe
 BUILD_DEPENDS=	zookeeper>=3.3.5:${PORTSDIR}/devel/zookeeper
 RUN_DEPENDS:=	${BUILD_DEPEND}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 CONFIGURE_ARGS+=	--zookeeper-include ${PREFIX}/include/c-client-src \
 			--zookeeper-include ${PREFIX}/include/zookeeper \
 			--zookeeper-lib ${PREFIX}/libs

Modified: head/devel/p5-Test-Most/Makefile
==============================================================================
--- head/devel/p5-Test-Most/Makefile	Mon Sep  9 16:55:31 2013	(r326822)
+++ head/devel/p5-Test-Most/Makefile	Mon Sep  9 17:31:07 2013	(r326823)
@@ -1,9 +1,4 @@
-# New ports collection makefile for:	Test::Most
-# Date created:		20 Feb 2009
-# Whom:			Jun Kuriyama <kuriyama at FreeBSD.org>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	Test-Most
 PORTVERSION=	0.31
@@ -22,7 +17,8 @@ RUN_DEPENDS=	\
 	p5-Test-Warn>=0.23:${PORTSDIR}/devel/p5-Test-Warn
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=	Test::Most.3 \
 	Test::Most::Exception.3

Modified: head/devel/p5-Text-LevenshteinXS/Makefile
==============================================================================
--- head/devel/p5-Text-LevenshteinXS/Makefile	Mon Sep  9 16:55:31 2013	(r326822)
+++ head/devel/p5-Text-LevenshteinXS/Makefile	Mon Sep  9 17:31:07 2013	(r326823)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:   p5-Text-LevenshteinXS
-# Date created:        18 June 2005
-# Whom:                christian
-#
+# Created by: christian
 # $FreeBSD$
-#
 
 PORTNAME=      Text-LevenshteinXS
 PORTVERSION=   0.03
@@ -14,7 +10,8 @@ PKGNAMEPREFIX=  p5-
 MAINTAINER=    christian at karg.org
 COMMENT=       Text::LevenshteinXS - CPAN Levenshtein edit distance
 
-PERL_CONFIGURE= yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=           Text::LevenshteinXS.3
 

Modified: head/devel/p5-pip/Makefile
==============================================================================
--- head/devel/p5-pip/Makefile	Mon Sep  9 16:55:31 2013	(r326822)
+++ head/devel/p5-pip/Makefile	Mon Sep  9 17:31:07 2013	(r326823)
@@ -27,7 +27,8 @@ TEST_DEPENDS=	p5-LWP-Online>=0:${PORTSDI
 		p5-Test-Script>=0:${PORTSDIR}/devel/p5-Test-Script \
 		p5-Compress-Bzip2>=0:${PORTSDIR}/archivers/p5-Compress-Bzip2
 
-PERL_CONFIGURE=	YES
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		Module::Plan::Base.3 \
 		Module::Plan::Lite.3 \

Modified: head/devel/pushmi/Makefile
==============================================================================
--- head/devel/pushmi/Makefile	Mon Sep  9 16:55:31 2013	(r326822)
+++ head/devel/pushmi/Makefile	Mon Sep  9 17:31:07 2013	(r326823)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	pushmi
-# Date created:				Dec 29 2006
-# Whom:					Rong-En Fan <rafan at FreeBSD.org>
-#
+# Created by: Rong-En Fan <rafan at FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	pushmi
 PORTVERSION=	1.0.0
@@ -29,7 +25,8 @@ BUILD_DEPENDS:=	${RUN_DEPENDS} \
 		p5-Test-Output>=0:${PORTSDIR}/devel/p5-Test-Output \
 		${APACHE_PKGNAMEPREFIX}mod_perl2>=0:${PORTSDIR}/www/mod_perl2
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 USE_APACHE=	22+
 
 MAN3=		Pushmi.3 \


More information about the svn-ports-all mailing list