svn commit: r326636 - in head/devel: cvs2darcs libklel p5-AnyEvent-Gearman p5-AnyEvent-Subprocess p5-Config-Options p5-Data-Hexify p5-Data-Rand-Obscure p5-DateTime-Calendar-Discordian p5-DateTime-F...
Andrej Zverev
az at FreeBSD.org
Sat Sep 7 14:08:04 UTC 2013
Author: az
Date: Sat Sep 7 14:07:59 2013
New Revision: 326636
URL: http://svnweb.freebsd.org/changeset/ports/326636
Log:
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Modified:
head/devel/cvs2darcs/Makefile (contents, props changed)
head/devel/libklel/Makefile (contents, props changed)
head/devel/p5-AnyEvent-Gearman/Makefile
head/devel/p5-AnyEvent-Subprocess/Makefile (contents, props changed)
head/devel/p5-Config-Options/Makefile (contents, props changed)
head/devel/p5-Data-Hexify/Makefile (contents, props changed)
head/devel/p5-Data-Rand-Obscure/Makefile
head/devel/p5-DateTime-Calendar-Discordian/Makefile (contents, props changed)
head/devel/p5-DateTime-Format-W3CDTF/Makefile (contents, props changed)
head/devel/p5-List-UtilsBy/Makefile (contents, props changed)
head/devel/p5-MooseX-Object-Pluggable/Makefile (contents, props changed)
head/devel/p5-Multiplex-CMD/Makefile
head/devel/p5-PatchReader/Makefile (contents, props changed)
head/devel/p5-Shell-EnvImporter/Makefile (contents, props changed)
head/devel/p5-Test-Synopsis/Makefile (contents, props changed)
head/devel/p5-ToolSet/Makefile (contents, props changed)
head/devel/p5-YAML-AppConfig/Makefile (contents, props changed)
head/devel/p5-constant-def/Makefile (contents, props changed)
head/devel/p5-ex-lib/Makefile (contents, props changed)
Modified: head/devel/cvs2darcs/Makefile
==============================================================================
--- head/devel/cvs2darcs/Makefile Sat Sep 7 13:31:38 2013 (r326635)
+++ head/devel/cvs2darcs/Makefile Sat Sep 7 14:07:59 2013 (r326636)
@@ -19,7 +19,7 @@ BUILD_DEPENDS= cvs:${PORTSDIR}/devel/cvs
RUN_DEPENDS:= ${BUILD_DEPENDS}
GNU_CONFIGURE= yes
-USE_PERL5= yes
+USES= perl5
NO_BUILD= yes
MAN1= cvs2darcs.1
PLIST_FILES= bin/cvs2darcs share/cvs2darcs/cvs_convert.pl \
Modified: head/devel/libklel/Makefile
==============================================================================
--- head/devel/libklel/Makefile Sat Sep 7 13:31:38 2013 (r326635)
+++ head/devel/libklel/Makefile Sat Sep 7 14:07:59 2013 (r326636)
@@ -11,7 +11,8 @@ COMMENT= KoreLogic Expression Language l
LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre
GNU_CONFIGURE= yes
-USE_PERL5_BUILD=yes
+USES= perl5
+USE_PERL5= build
USE_LDCONFIG= yes
CONFIGURE_ARGS+=--with-pcre=${LOCALBASE}
Modified: head/devel/p5-AnyEvent-Gearman/Makefile
==============================================================================
--- head/devel/p5-AnyEvent-Gearman/Makefile Sat Sep 7 13:31:38 2013 (r326635)
+++ head/devel/p5-AnyEvent-Gearman/Makefile Sat Sep 7 14:07:59 2013 (r326636)
@@ -20,7 +20,8 @@ RUN_DEPENDS= p5-Any-Moose>=0:${PORTSDIR}
p5-Object-Container>=0:${PORTSDIR}/devel/p5-Object-Container \
p5-Object-Event>=0:${PORTSDIR}/devel/p5-Object-Event
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= AnyEvent::Gearman.3 \
AnyEvent::Gearman::Client.3 \
Modified: head/devel/p5-AnyEvent-Subprocess/Makefile
==============================================================================
--- head/devel/p5-AnyEvent-Subprocess/Makefile Sat Sep 7 13:31:38 2013 (r326635)
+++ head/devel/p5-AnyEvent-Subprocess/Makefile Sat Sep 7 14:07:59 2013 (r326636)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-AnyEvent-Subprocess
-# Date created: 24 Mar 2010
-# Whom: Denis Pokataev <catone at cpan.org>
-#
+# Created by: Denis Pokataev <catone at cpan.org>
# $FreeBSD$
-#
PORTNAME= AnyEvent-Subprocess
PORTVERSION= 1.102912
@@ -37,7 +33,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Exception>0:${PORTSDIR}/devel/p5-Test-Exception \
p5-Test-use-ok>0:${PORTSDIR}/devel/p5-Test-use-ok
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= AnyEvent::Subprocess.3 \
AnyEvent::Subprocess::DefaultDelegates.3 \
Modified: head/devel/p5-Config-Options/Makefile
==============================================================================
--- head/devel/p5-Config-Options/Makefile Sat Sep 7 13:31:38 2013 (r326635)
+++ head/devel/p5-Config-Options/Makefile Sat Sep 7 14:07:59 2013 (r326636)
@@ -1,7 +1,4 @@
-# New ports collection makefile for: p5-Config-Options
-# Date created: September 15 2008
-# Whom: Martin Wilke <miwi at FreeBSD.org>
-#
+# Created by: Martin Wilke <miwi at FreeBSD.org>
# $FreeBSD$
PORTNAME= Config-Options
@@ -13,7 +10,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= miwi at FreeBSD.org
COMMENT= Provide a configuration hash with options
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Config::Options.3 \
Config::Options::Threaded.3
Modified: head/devel/p5-Data-Hexify/Makefile
==============================================================================
--- head/devel/p5-Data-Hexify/Makefile Sat Sep 7 13:31:38 2013 (r326635)
+++ head/devel/p5-Data-Hexify/Makefile Sat Sep 7 14:07:59 2013 (r326636)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Data-Hexify
-# Date created: 24 December 2010
-# Whom: Nobutaka Mantani <nobutaka at FreeBSD.org>
-#
+# Created by: Nobutaka Mantani <nobutaka at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= Data-Hexify
PORTVERSION= 1.00
@@ -17,7 +13,8 @@ COMMENT= A Perl extension for hexdumping
LICENSE_COMB= dual
LICENSE= ART10 GPLv1
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Data::Hexify.3
Modified: head/devel/p5-Data-Rand-Obscure/Makefile
==============================================================================
--- head/devel/p5-Data-Rand-Obscure/Makefile Sat Sep 7 13:31:38 2013 (r326635)
+++ head/devel/p5-Data-Rand-Obscure/Makefile Sat Sep 7 14:07:59 2013 (r326636)
@@ -1,5 +1,4 @@
# $FreeBSD$
-#
PORTNAME= Data-Rand-Obscure
PORTVERSION= 0.021
@@ -18,7 +17,8 @@ BUILD_DEPENDS= p5-Carp-Clan>=6.04:${PORT
RUN_DEPENDS= p5-Carp-Clan>=6.04:${PORTSDIR}/devel/p5-Carp-Clan \
p5-Object-Tiny>=1.08:${PORTSDIR}/devel/p5-Object-Tiny
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Data::Rand::Obscure.3 \
Data::Rand::Obscure::Generator.3
Modified: head/devel/p5-DateTime-Calendar-Discordian/Makefile
==============================================================================
--- head/devel/p5-DateTime-Calendar-Discordian/Makefile Sat Sep 7 13:31:38 2013 (r326635)
+++ head/devel/p5-DateTime-Calendar-Discordian/Makefile Sat Sep 7 14:07:59 2013 (r326636)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-DateTime-Calendar-Discordian
-# Date created: 04 August 2006
-# Whom: Philip Paeps <philip at FreeBSD.org>
-#
+# Created by: Philip Paeps <philip at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= DateTime-Calendar-Discordian
PORTVERSION= 1.0
@@ -18,7 +14,8 @@ RUN_DEPENDS= p5-DateTime>=0:${PORTSDIR}/
p5-DateTime-Locale>=0:${PORTSDIR}/devel/p5-DateTime-Locale \
p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= DateTime::Calendar::Discordian.3
Modified: head/devel/p5-DateTime-Format-W3CDTF/Makefile
==============================================================================
--- head/devel/p5-DateTime-Format-W3CDTF/Makefile Sat Sep 7 13:31:38 2013 (r326635)
+++ head/devel/p5-DateTime-Format-W3CDTF/Makefile Sat Sep 7 14:07:59 2013 (r326636)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-DateTime-Format-W3CDTF
-# Date created: 7 july 2003
-# Whom: Mathieu Arnold <m at absolight.net>
-#
+# Created by: Mathieu Arnold <m at absolight.net>
# $FreeBSD$
-#
PORTNAME= DateTime-Format-W3CDTF
PORTVERSION= 0.06
@@ -17,7 +13,8 @@ COMMENT= Parse and format W3CDTF datetim
RUN_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime
BUILD_DEPENDS:= ${RUN_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= DateTime::Format::W3CDTF.3
Modified: head/devel/p5-List-UtilsBy/Makefile
==============================================================================
--- head/devel/p5-List-UtilsBy/Makefile Sat Sep 7 13:31:38 2013 (r326635)
+++ head/devel/p5-List-UtilsBy/Makefile Sat Sep 7 14:07:59 2013 (r326636)
@@ -1,9 +1,4 @@
-# New ports collection makefile for: List::UtilsBy
-# Date created: 25 Feb 2011
-# Whom: Jun Kuriyama <kuriyama at FreeBSD.org>
-#
# $FreeBSD$
-#
PORTNAME= List-UtilsBy
PORTVERSION= 0.09
@@ -14,7 +9,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama at FreeBSD.org
COMMENT= Perl extension for higher-order list utility functions
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= List::UtilsBy.3
Modified: head/devel/p5-MooseX-Object-Pluggable/Makefile
==============================================================================
--- head/devel/p5-MooseX-Object-Pluggable/Makefile Sat Sep 7 13:31:38 2013 (r326635)
+++ head/devel/p5-MooseX-Object-Pluggable/Makefile Sat Sep 7 14:07:59 2013 (r326636)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-MooseX-Object-Pluggable
-# Date created: 2009-08-31
-# Whom: Ashish SHUKLA <wahjava at gmail.com>
-#
+# Created by: Ashish SHUKLA <wahjava at gmail.com>
# $FreeBSD$
-#
PORTNAME= MooseX-Object-Pluggable
PORTVERSION= 0.0011
@@ -18,7 +14,8 @@ COMMENT= Make your classes pluggable
BUILD_DEPENDS= p5-Moose>=0.35:${PORTSDIR}/devel/p5-Moose
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= MooseX::Object::Pluggable.3
Modified: head/devel/p5-Multiplex-CMD/Makefile
==============================================================================
--- head/devel/p5-Multiplex-CMD/Makefile Sat Sep 7 13:31:38 2013 (r326635)
+++ head/devel/p5-Multiplex-CMD/Makefile Sat Sep 7 14:07:59 2013 (r326636)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Multiplex-CMD
-# Date created: 21 March 2011
-# Whom: Andrey Ignatov <rdna at rdna.ru>
-#
+# Created by: Andrey Ignatov <rdna at rdna.ru>
# $FreeBSD$
-#
PORTNAME= Multiplex-CMD
PORTVERSION= 0.03
@@ -15,7 +11,8 @@ DISTNAME= ${PORTNAME}-v${PORTVERSION}
MAINTAINER= rdna at rdna.ru
COMMENT= Perl5 module which provides Multiplexed Fork Client
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Multiplex::CMD.3
Modified: head/devel/p5-PatchReader/Makefile
==============================================================================
--- head/devel/p5-PatchReader/Makefile Sat Sep 7 13:31:38 2013 (r326635)
+++ head/devel/p5-PatchReader/Makefile Sat Sep 7 14:07:59 2013 (r326636)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-PatchReader
-# Date created: 2004-02-11
-# Whom: Toni Viemerö <toni.viemero at iki.fi>
-#
+# Created by: Toni Viemerö <toni.viemero at iki.fi>
# $FreeBSD$
-#
PORTNAME= PatchReader
PORTVERSION= 0.9.6
@@ -15,7 +11,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= toni.viemero at iki.fi
COMMENT= Perl module with utilities to read and manipulate patches and CVS
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= PatchReader.3
Modified: head/devel/p5-Shell-EnvImporter/Makefile
==============================================================================
--- head/devel/p5-Shell-EnvImporter/Makefile Sat Sep 7 13:31:38 2013 (r326635)
+++ head/devel/p5-Shell-EnvImporter/Makefile Sat Sep 7 14:07:59 2013 (r326636)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: devel/p5-Shell-EnvImporter
-# Date created: 25 Aug 2006
-# Whom: Martin Jackson (mhjacks at swbell.net)
-#
+# Created by: Martin Jackson (mhjacks at swbell.net)
# $FreeBSD$
-#
PORTNAME= Shell-EnvImporter
PORTVERSION= 1.07
@@ -16,7 +12,8 @@ COMMENT= Inherit different shell environ
RUN_DEPENDS= p5-Class-MethodMaker>=0:${PORTSDIR}/devel/p5-Class-MethodMaker
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Shell::EnvImporter.3 Shell::EnvImporter::Result.3 Shell::EnvImporter::Shell.3
Modified: head/devel/p5-Test-Synopsis/Makefile
==============================================================================
--- head/devel/p5-Test-Synopsis/Makefile Sat Sep 7 13:31:38 2013 (r326635)
+++ head/devel/p5-Test-Synopsis/Makefile Sat Sep 7 14:07:59 2013 (r326636)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Test-Synopsis
-# Date created: 2010-01-17
-# Whom: Takuya Tsuchida <tsucchi at cpan.org>
-#
+# Created by: Takuya Tsuchida <tsucchi at cpan.org>
# $FreeBSD$
-#
PORTNAME= Test-Synopsis
PORTVERSION= 0.06
@@ -19,7 +15,8 @@ BUILD_DEPENDS= p5-Filter>=1.35:${PORTSDI
RUN_DEPENDS= p5-Filter>=1.35:${PORTSDIR}/devel/p5-Filter \
p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple
-PERL_CONFIGURE= YES
+USES= perl5
+USE_PERL5= configure
MAN3= Test::Synopsis.3
.include <bsd.port.mk>
Modified: head/devel/p5-ToolSet/Makefile
==============================================================================
--- head/devel/p5-ToolSet/Makefile Sat Sep 7 13:31:38 2013 (r326635)
+++ head/devel/p5-ToolSet/Makefile Sat Sep 7 14:07:59 2013 (r326636)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-ToolSet
-# Date created: 2009-05-04
-# Whom: Vladimir Perepelitsa <mons at cpan.org>
-#
+# Created by: Vladimir Perepelitsa <mons at cpan.org>
# $FreeBSD$
-#
PORTNAME= ToolSet
PORTVERSION= 1.00
@@ -15,7 +11,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= mons at cpan.org
COMMENT= Load your commonly-used modules in a single import
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= ToolSet.3 \
ToolSet::SWC.3
Modified: head/devel/p5-YAML-AppConfig/Makefile
==============================================================================
--- head/devel/p5-YAML-AppConfig/Makefile Sat Sep 7 13:31:38 2013 (r326635)
+++ head/devel/p5-YAML-AppConfig/Makefile Sat Sep 7 14:07:59 2013 (r326636)
@@ -1,9 +1,4 @@
-# New ports collection makefile for: YAML::AppConfig
-# Date created: 26 Aug 2011
-# Whom: Jun Kuriyama <kuriyama at FreeBSD.org>
-#
# $FreeBSD$
-#
PORTNAME= YAML-AppConfig
PORTVERSION= 0.16
@@ -20,7 +15,8 @@ RUN_DEPENDS= \
p5-YAML-Syck>0:${PORTSDIR}/textproc/p5-YAML-Syck
BUILD_DEPENDS:= ${RUN_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= YAML::AppConfig.3
Modified: head/devel/p5-constant-def/Makefile
==============================================================================
--- head/devel/p5-constant-def/Makefile Sat Sep 7 13:31:38 2013 (r326635)
+++ head/devel/p5-constant-def/Makefile Sat Sep 7 14:07:59 2013 (r326636)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-constant-def
-# Date created: 2009-07-21
-# Whom: Mons Anderson <mons at cpan.org>
-#
+# Created by: Mons Anderson <mons at cpan.org>
# $FreeBSD$
-#
PORTNAME= constant-def
PORTVERSION= 0.01
@@ -18,7 +14,8 @@ COMMENT= Declare only undeclared constan
BUILD_DEPENDS= p5-ex-lib>=0.06:${PORTSDIR}/devel/p5-ex-lib
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= constant::def.3 constant::abs.3
Modified: head/devel/p5-ex-lib/Makefile
==============================================================================
--- head/devel/p5-ex-lib/Makefile Sat Sep 7 13:31:38 2013 (r326635)
+++ head/devel/p5-ex-lib/Makefile Sat Sep 7 14:07:59 2013 (r326636)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-ex-lib
-# Date created: 2009-01-23
-# Whom: Mons Anderson <mons at cpan.org>
-#
+# Created by: Mons Anderson <mons at cpan.org>
# $FreeBSD$
-#
PORTNAME= ex-lib
PORTVERSION= 0.90
@@ -16,7 +12,8 @@ COMMENT= Relative use lib in absolute wa
RUN_DEPENDS= p5-lib-abs>=0.90:${PORTSDIR}/devel/p5-lib-abs
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= ex::lib.3
More information about the svn-ports-head
mailing list