Date: Sun, 8 Sep 2013 13:29:45 +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: r326725 - in head/devel: p5-AnyEvent-DBI p5-App-Build p5-Class-Accessor-Complex p5-Config-Objective p5-Digest-TransformPath p5-File-BaseDir p5-Jonk p5-Log-Dispatch-Array p5-Module-Insta... Message-ID: <201309081329.r88DTjlh084400@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: az Date: Sun Sep 8 13:29:44 2013 New Revision: 326725 URL: http://svnweb.freebsd.org/changeset/ports/326725 Log: - convert to the new perl5 framework - trim Makefile header Approved by: portmgr (bapt@, blanket) Modified: head/devel/p5-AnyEvent-DBI/Makefile (contents, props changed) head/devel/p5-App-Build/Makefile head/devel/p5-Class-Accessor-Complex/Makefile head/devel/p5-Config-Objective/Makefile (contents, props changed) head/devel/p5-Digest-TransformPath/Makefile head/devel/p5-File-BaseDir/Makefile (contents, props changed) head/devel/p5-Jonk/Makefile (contents, props changed) head/devel/p5-Log-Dispatch-Array/Makefile (contents, props changed) head/devel/p5-Module-Install-Repository/Makefile (contents, props changed) head/devel/p5-POEx-Types/Makefile (contents, props changed) head/devel/p5-Package-Constants/Makefile (contents, props changed) head/devel/p5-Pod-Coverage-TrustPod/Makefile head/devel/p5-Regexp-Shellish/Makefile (contents, props changed) head/devel/p5-Role-Identifiable/Makefile (contents, props changed) head/devel/p5-SVN-Dumpfile/Makefile (contents, props changed) head/devel/p5-Shape/Makefile (contents, props changed) head/devel/p5-Tee/Makefile (contents, props changed) head/devel/p5-Test-CheckDeps/Makefile (contents, props changed) head/devel/p5-Test-Singleton/Makefile (contents, props changed) Modified: head/devel/p5-AnyEvent-DBI/Makefile ============================================================================== --- head/devel/p5-AnyEvent-DBI/Makefile Sun Sep 8 12:44:08 2013 (r326724) +++ head/devel/p5-AnyEvent-DBI/Makefile Sun Sep 8 13:29:44 2013 (r326725) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-AnyEvent-DBI -# Date created: 19 Mar 2010 -# Whom: Denis Pokataev <catone@cpan.org> -# +# Created by: Denis Pokataev <catone@cpan.org> # $FreeBSD$ -# PORTNAME= AnyEvent-DBI PORTVERSION= 2.2 @@ -19,7 +15,8 @@ BUILD_DEPENDS= p5-AnyEvent>=4.15:${PORTS p5-common-sense>=3.3:${PORTSDIR}/devel/p5-common-sense RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= AnyEvent::DBI.3 Modified: head/devel/p5-App-Build/Makefile ============================================================================== --- head/devel/p5-App-Build/Makefile Sun Sep 8 12:44:08 2013 (r326724) +++ head/devel/p5-App-Build/Makefile Sun Sep 8 13:29:44 2013 (r326725) @@ -1,9 +1,5 @@ -# New ports collection makefile for: App::Build -# Date created: 03 Mar 2010 -# Whom: Alex Bakhtin <Alex.Bakhtin@gmail.com> -# +# Created by: Alex Bakhtin <Alex.Bakhtin@gmail.com> # $FreeBSD$ -# PORTNAME= App-Build PORTVERSION= 0.74 @@ -20,7 +16,8 @@ BUILD_DEPENDS= p5-Test-Differences>=0.47 p5-App-Options>=0:${PORTSDIR}/devel/p5-App-Options \ p5-Module-Build>=0.28:${PORTSDIR}/devel/p5-Module-Build -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild .if !defined(NOPORTDOCS) Modified: head/devel/p5-Class-Accessor-Complex/Makefile ============================================================================== --- head/devel/p5-Class-Accessor-Complex/Makefile Sun Sep 8 12:44:08 2013 (r326724) +++ head/devel/p5-Class-Accessor-Complex/Makefile Sun Sep 8 13:29:44 2013 (r326725) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Class-Accessor-Complex -# Date created: 2010-11-28 -# Whom: Gea-Suan Lin <gslin@gslin.org> -# +# Created by: Gea-Suan Lin <gslin@gslin.org> # $FreeBSD$ -# PORTNAME= Class-Accessor-Complex PORTVERSION= 1.100880 @@ -21,7 +17,8 @@ BUILD_DEPENDS= p5-Class-Accessor>=0:${PO p5-Class-Accessor-Installer>=0:${PORTSDIR}/devel/p5-Class-Accessor-Installer RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Class::Accessor::Complex.3 Modified: head/devel/p5-Config-Objective/Makefile ============================================================================== --- head/devel/p5-Config-Objective/Makefile Sun Sep 8 12:44:08 2013 (r326724) +++ head/devel/p5-Config-Objective/Makefile Sun Sep 8 13:29:44 2013 (r326725) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Config-Objective -# Date created: Mon Feb 16 15:50:34 CST 2004 -# Whom: Jim Pirzyk <pirzyk@uiuc.edu> -# +# Created by: Jim Pirzyk <pirzyk@uiuc.edu> # $FreeBSD$ -# PORTNAME= Config-Objective PORTVERSION= 0.9.1 @@ -19,7 +15,8 @@ BUILD_DEPENDS= p5-Parse-Yapp>=0:${PORTSD p5-ParseLex>=0:${PORTSDIR}/devel/p5-ParseLex RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= YES +USES= perl5 +USE_PERL5= configure MAN3= Config::Objective::List.3 Config::Objective::Boolean.3 \ Config::Objective::Table.3 Config::Objective.3 \ Modified: head/devel/p5-Digest-TransformPath/Makefile ============================================================================== --- head/devel/p5-Digest-TransformPath/Makefile Sun Sep 8 12:44:08 2013 (r326724) +++ head/devel/p5-Digest-TransformPath/Makefile Sun Sep 8 13:29:44 2013 (r326725) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Digest-TransformPath -# Date created: 08 September 2007 -# Whom: Cory R. King <coryking@mozimedia.com> -# +# Created by: Cory R. King <coryking@mozimedia.com> # $FreeBSD$ -# PORTNAME= Digest-TransformPath PORTVERSION= 1.00 @@ -15,7 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= coryking@mozimedia.com COMMENT= Implements the TransformPath concept -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Digest::TransformPath.3 Modified: head/devel/p5-File-BaseDir/Makefile ============================================================================== --- head/devel/p5-File-BaseDir/Makefile Sun Sep 8 12:44:08 2013 (r326724) +++ head/devel/p5-File-BaseDir/Makefile Sun Sep 8 13:29:44 2013 (r326725) @@ -1,9 +1,5 @@ -# New ports collection makefile for: devel/p5-File-BaseDir -# Date created: Aug 21 2004 -# Whom: Rong-En Fan <rafan@infor.org> -# +# Created by: Rong-En Fan <rafan@infor.org> # $FreeBSD$ -# PORTNAME= File-BaseDir PORTVERSION= 0.03 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= rafan@FreeBSD.org COMMENT= Use the freedesktop basedir spec -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= File::BaseDir.3 Modified: head/devel/p5-Jonk/Makefile ============================================================================== --- head/devel/p5-Jonk/Makefile Sun Sep 8 12:44:08 2013 (r326724) +++ head/devel/p5-Jonk/Makefile Sun Sep 8 13:29:44 2013 (r326725) @@ -1,9 +1,4 @@ -# New ports collection makefile for: Jonk -# Date created: 21 Dec 2010 -# Whom: Jun Kuriyama <kuriyama@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= Jonk PORTVERSION= 0.05 @@ -20,7 +15,8 @@ RUN_DEPENDS= \ p5-Try-Tiny>0:${PORTSDIR}/lang/p5-Try-Tiny BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Jonk.3 \ Jonk::Client.3 \ Modified: head/devel/p5-Log-Dispatch-Array/Makefile ============================================================================== --- head/devel/p5-Log-Dispatch-Array/Makefile Sun Sep 8 12:44:08 2013 (r326724) +++ head/devel/p5-Log-Dispatch-Array/Makefile Sun Sep 8 13:29:44 2013 (r326725) @@ -1,9 +1,5 @@ -# New ports collection makefile for: devel/p5-Log-Dispatch-Array -# Date created: 2011-09-19 -# Whom: Geraud CONTINSOUZAS <geraud@gcu.info> -# +# Created by: Geraud CONTINSOUZAS <geraud@gcu.info> # $FreeBSD$ -# PORTNAME= Log-Dispatch-Array PORTVERSION= 1.001 @@ -22,7 +18,8 @@ RUN_DEPENDS= p5-Log-Dispatch>=0:${PORTSD BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Log::Dispatch::Array.3 Modified: head/devel/p5-Module-Install-Repository/Makefile ============================================================================== --- head/devel/p5-Module-Install-Repository/Makefile Sun Sep 8 12:44:08 2013 (r326724) +++ head/devel/p5-Module-Install-Repository/Makefile Sun Sep 8 13:29:44 2013 (r326725) @@ -1,9 +1,4 @@ -# New ports collection makefile for: Module::Install::Repository -# Date created: 08 Sep 2009 -# Whom: Jun Kuriyama <kuriyama@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= Module-Install-Repository PORTVERSION= 0.06 @@ -14,7 +9,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension to set repository URL from svn/svk/Git checkout -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Module::Install::Repository.3 Modified: head/devel/p5-POEx-Types/Makefile ============================================================================== --- head/devel/p5-POEx-Types/Makefile Sun Sep 8 12:44:08 2013 (r326724) +++ head/devel/p5-POEx-Types/Makefile Sun Sep 8 13:29:44 2013 (r326725) @@ -1,9 +1,4 @@ -# New ports collection makefile for: POEx::Types -# Date created: 09 Oct 2010 -# Whom: Jun Kuriyama <kuriyama@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= POEx-Types PORTVERSION= 1.100910 @@ -22,7 +17,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= POEx::Types.3 Modified: head/devel/p5-Package-Constants/Makefile ============================================================================== --- head/devel/p5-Package-Constants/Makefile Sun Sep 8 12:44:08 2013 (r326724) +++ head/devel/p5-Package-Constants/Makefile Sun Sep 8 13:29:44 2013 (r326725) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Package-Constants -# Date created: 25 Jun 2006 -# Whom: Aaron Dalton <aaron@FreeBSD.org> -# +# Created by: Aaron Dalton <aaron@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Package-Constants PORTVERSION= 0.02 @@ -16,6 +12,7 @@ COMMENT= List all constants declared in MAN3= Package::Constants.3 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include <bsd.port.mk> Modified: head/devel/p5-Pod-Coverage-TrustPod/Makefile ============================================================================== --- head/devel/p5-Pod-Coverage-TrustPod/Makefile Sun Sep 8 12:44:08 2013 (r326724) +++ head/devel/p5-Pod-Coverage-TrustPod/Makefile Sun Sep 8 13:29:44 2013 (r326725) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Pod-Coverage-TrustPod -# Date created: 2011-02-16 -# Whom: milki <milki@rescomp.berkeley.edu> -# +# Created by: milki <milki@rescomp.berkeley.edu> # $FreeBSD$ -# PORTNAME= Pod-Coverage-TrustPod PORTVERSION= 0.100002 @@ -25,7 +21,8 @@ RUN_DEPENDS= p5-Pod-Coverage>=0:${PORTSD TEST_DEPENDS= p5-Test-Pod>=1.41:${PORTSDIR}/devel/p5-Test-Pod -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Pod::Coverage::TrustPod.3 Modified: head/devel/p5-Regexp-Shellish/Makefile ============================================================================== --- head/devel/p5-Regexp-Shellish/Makefile Sun Sep 8 12:44:08 2013 (r326724) +++ head/devel/p5-Regexp-Shellish/Makefile Sun Sep 8 13:29:44 2013 (r326725) @@ -1,9 +1,4 @@ -# New ports collection makefile for: Regexp::Shellish -# Date created: 8 Jan 2004 -# Whom: Jun Kuriyama <kuriyama@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= Regexp-Shellish PORTVERSION= 0.93 @@ -14,7 +9,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl module for shell-like regular expressions -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Regexp::Shellish.3 Modified: head/devel/p5-Role-Identifiable/Makefile ============================================================================== --- head/devel/p5-Role-Identifiable/Makefile Sun Sep 8 12:44:08 2013 (r326724) +++ head/devel/p5-Role-Identifiable/Makefile Sun Sep 8 13:29:44 2013 (r326725) @@ -1,9 +1,5 @@ -# New ports collection makefile for: devel/p5-Role-Identifiable -# Date created: 2011-09-19 -# Whom: Geraud CONTINSOUZAS <geraud@gcu.info> -# +# Created by: Geraud CONTINSOUZAS <geraud@gcu.info> # $FreeBSD$ -# PORTNAME= Role-Identifiable PORTVERSION= 0.005 @@ -21,7 +17,8 @@ LICENSE_COMB= dual RUN_DEPENDS= p5-Moose>=0:${PORTSDIR}/devel/p5-Moose BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Role::Identifiable::HasIdent.3 \ Role::Identifiable::HasTags.3 Modified: head/devel/p5-SVN-Dumpfile/Makefile ============================================================================== --- head/devel/p5-SVN-Dumpfile/Makefile Sun Sep 8 12:44:08 2013 (r326724) +++ head/devel/p5-SVN-Dumpfile/Makefile Sun Sep 8 13:29:44 2013 (r326725) @@ -1,9 +1,5 @@ -# New ports collection makefile for: SVN::Dumpfile -# Date created: 2009-04-17 -# Whom: Greg Larkin <glarkin@FreeBSD.org> -# +# Created by: Greg Larkin <glarkin@FreeBSD.org> # $FreeBSD$ -# PORTNAME= SVN-Dumpfile PORTVERSION= 0.13.107 @@ -21,7 +17,8 @@ BUILD_DEPENDS= p5-Data-GUID>=0:${PORTSDI p5-Readonly>=1.03:${PORTSDIR}/devel/p5-Readonly RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= SVN::Dumpfile.3 \ SVN::Dumpfile::Node.3 \ Modified: head/devel/p5-Shape/Makefile ============================================================================== --- head/devel/p5-Shape/Makefile Sun Sep 8 12:44:08 2013 (r326724) +++ head/devel/p5-Shape/Makefile Sun Sep 8 13:29:44 2013 (r326725) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Shape -# Date created: April 17th 2003 -# Whom: Leif Pedersen <pedersen@meridian-enviro.com> -# +# Created by: Leif Pedersen <pedersen@meridian-enviro.com> # $FreeBSD$ -# PORTNAME= Shape PORTVERSION= 0.04 @@ -17,7 +13,8 @@ COMMENT= Perl5 module to read and write LIB_DEPENDS= shp:${PORTSDIR}/devel/shapelib -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Shape.3 .include <bsd.port.mk> Modified: head/devel/p5-Tee/Makefile ============================================================================== --- head/devel/p5-Tee/Makefile Sun Sep 8 12:44:08 2013 (r326724) +++ head/devel/p5-Tee/Makefile Sun Sep 8 13:29:44 2013 (r326725) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Tee -# Date created: 2011-02-04 -# Whom: Steve Wills <swills@FreeBSD.org> -# +# Created by: Steve Wills <swills@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Tee PORTVERSION= 0.14 @@ -20,7 +16,8 @@ BUILD_DEPENDS= p5-IO-CaptureOutput>0:${P p5-Probe-Perl>=0:${PORTSDIR}/sysutils/p5-Probe-Perl RUN_DEPENDS= p5-IO-CaptureOutput>0:${PORTSDIR}/devel/p5-IO-CaptureOutput -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= ptee.1 MAN3= Tee::App.3 Tee.3 Modified: head/devel/p5-Test-CheckDeps/Makefile ============================================================================== --- head/devel/p5-Test-CheckDeps/Makefile Sun Sep 8 12:44:08 2013 (r326724) +++ head/devel/p5-Test-CheckDeps/Makefile Sun Sep 8 13:29:44 2013 (r326725) @@ -18,7 +18,8 @@ BUILD_DEPENDS= p5-CPAN-Meta>=2.120920:${ p5-Module-Build-Tiny>=0.021:${PORTSDIR}/devel/p5-Module-Build-Tiny RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Test::CheckDeps.3 Modified: head/devel/p5-Test-Singleton/Makefile ============================================================================== --- head/devel/p5-Test-Singleton/Makefile Sun Sep 8 12:44:08 2013 (r326724) +++ head/devel/p5-Test-Singleton/Makefile Sun Sep 8 13:29:44 2013 (r326725) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Test-Singleton -# Date created: 2006-07-15 -# Whom: Gea-Suan Lin <gslin@gslin.org> -# +# Created by: Gea-Suan Lin <gslin@gslin.org> # $FreeBSD$ -# PORTNAME= Test-Singleton PORTVERSION= 1.03 @@ -19,7 +15,8 @@ RUN_DEPENDS= p5-Class-Singleton>=0:${POR p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Test::Singleton.3
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309081329.r88DTjlh084400>