Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Dec 2012 15:39:36 +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: r309105 - in head: archivers/p5-Archive-Any archivers/p5-Archive-Extract archivers/p5-Archive-Zip archivers/p5-POE-Filter-Zlib biology/p5-Bio-Das devel/p5-App-GitHub devel/p5-Class-Acce...
Message-ID:  <201212171539.qBHFdaJY016110@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: az
Date: Mon Dec 17 15:39:36 2012
New Revision: 309105
URL: http://svnweb.freebsd.org/changeset/ports/309105

Log:
  Cleanup supporting perl version 5.8 and 5.10,
  lang/perl5.8 and lang/5.10 will be removed from ports tree soon.

Modified:
  head/archivers/p5-Archive-Any/Makefile   (contents, props changed)
  head/archivers/p5-Archive-Extract/Makefile   (contents, props changed)
  head/archivers/p5-Archive-Zip/Makefile   (contents, props changed)
  head/archivers/p5-POE-Filter-Zlib/Makefile   (contents, props changed)
  head/biology/p5-Bio-Das/Makefile   (contents, props changed)
  head/devel/p5-App-GitHub/Makefile   (contents, props changed)
  head/devel/p5-Class-Accessor-Grouped/Makefile   (contents, props changed)
  head/devel/p5-Class-Measure/Makefile   (contents, props changed)
  head/devel/p5-Config-AutoConf/Makefile   (contents, props changed)
  head/devel/p5-Config-JSON/Makefile   (contents, props changed)
  head/devel/p5-Data-Dumper-Simple/Makefile   (contents, props changed)
  head/devel/p5-Data-Stream-Bulk/Makefile   (contents, props changed)
  head/devel/p5-DateTime/Makefile   (contents, props changed)
  head/devel/p5-FileHandle-Unget/Makefile   (contents, props changed)
  head/devel/p5-Getopt-Compact-WithCmd/Makefile   (contents, props changed)
  head/devel/p5-Module-Load-Conditional/Makefile
  head/devel/p5-MooseX-Getopt/Makefile   (contents, props changed)
  head/devel/p5-MooseX-Method-Signatures/Makefile   (contents, props changed)
  head/devel/p5-Params-Classify/Makefile   (contents, props changed)
  head/devel/p5-Params-Validate/Makefile   (contents, props changed)
  head/devel/p5-Test-DBIx-Class/Makefile   (contents, props changed)
  head/ftp/p5-File-Fetch/Makefile   (contents, props changed)
  head/ftp/p5-Net-FTPServer/Makefile   (contents, props changed)
  head/net-im/p5-Net-XMPP/Makefile   (contents, props changed)
  head/net/p5-Crypt-DH-GMP/Makefile   (contents, props changed)
  head/net/p5-Google-SAML-Request/Makefile   (contents, props changed)
  head/net/p5-Google-SAML-Response/Makefile   (contents, props changed)
  head/net/p5-Net-Amazon-AWSSign/Makefile   (contents, props changed)
  head/net/p5-Net-Amazon-S3/Makefile   (contents, props changed)
  head/net/p5-Net-Amazon/Makefile   (contents, props changed)
  head/net/p5-Net-Appliance-Session/Makefile
  head/net/p5-Net-HTTP/Makefile   (contents, props changed)
  head/net/p5-Net-OpenID-Consumer/Makefile   (contents, props changed)
  head/net/p5-Net-Patricia/Makefile   (contents, props changed)
  head/net/p5-Net-SAP/Makefile   (contents, props changed)
  head/net/p5-Net-Twitter/Makefile
  head/net/p5-S3/Makefile   (contents, props changed)
  head/net/p5-SOAP-Lite-060/Makefile   (contents, props changed)
  head/net/p5-SOAP-Lite/Makefile
  head/sysutils/p5-Brackup/Makefile   (contents, props changed)
  head/sysutils/p5-MogileFS-Server/Makefile
  head/sysutils/p5-MogileFS-Utils/Makefile
  head/sysutils/p5-arclog/Makefile   (contents, props changed)
  head/sysutils/p5-reslog/Makefile   (contents, props changed)

Modified: head/archivers/p5-Archive-Any/Makefile
==============================================================================
--- head/archivers/p5-Archive-Any/Makefile	Mon Dec 17 15:28:13 2012	(r309104)
+++ head/archivers/p5-Archive-Any/Makefile	Mon Dec 17 15:39:36 2012	(r309105)
@@ -31,11 +31,4 @@ PERL_CONFIGURE=	yes
 MAN3=		Archive::Any.3 Archive::Any::Plugin.3 \
 		Archive::Any::Plugin::Tar.3 Archive::Any::Plugin::Zip.3
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501000
-BUILD_DEPENDS+=	p5-Archive-Tar>=0.22:${PORTSDIR}/archivers/p5-Archive-Tar
-RUN_DEPENDS+=	p5-Archive-Tar>=0.22:${PORTSDIR}/archivers/p5-Archive-Tar
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/archivers/p5-Archive-Extract/Makefile
==============================================================================
--- head/archivers/p5-Archive-Extract/Makefile	Mon Dec 17 15:28:13 2012	(r309104)
+++ head/archivers/p5-Archive-Extract/Makefile	Mon Dec 17 15:39:36 2012	(r309105)
@@ -21,15 +21,6 @@ MAN3=		Archive::Extract.3
 
 .include <bsd.port.pre.mk>
 
-.if ${PERL_LEVEL} < 501000
-BUILD_DEPENDS+=	p5-Locale-Maketext-Simple>=0:${PORTSDIR}/devel/p5-Locale-Maketext-Simple \
-		p5-Module-Load-Conditional>=0.04:${PORTSDIR}/devel/p5-Module-Load-Conditional \
-		p5-Params-Check>=0.07:${PORTSDIR}/devel/p5-Params-Check
-RUN_DEPENDS+=	p5-Locale-Maketext-Simple>=0:${PORTSDIR}/devel/p5-Locale-Maketext-Simple \
-		p5-Module-Load-Conditional>=0.04:${PORTSDIR}/devel/p5-Module-Load-Conditional \
-		p5-Params-Check>=0.07:${PORTSDIR}/devel/p5-Params-Check
-.endif
-
 .if ${PERL_LEVEL} < 501400
 BUILD_DEPENDS+=	p5-IPC-Cmd>=0.64:${PORTSDIR}/devel/p5-IPC-Cmd
 RUN_DEPENDS+=	p5-IPC-Cmd>=0.64:${PORTSDIR}/devel/p5-IPC-Cmd

Modified: head/archivers/p5-Archive-Zip/Makefile
==============================================================================
--- head/archivers/p5-Archive-Zip/Makefile	Mon Dec 17 15:28:13 2012	(r309104)
+++ head/archivers/p5-Archive-Zip/Makefile	Mon Dec 17 15:39:36 2012	(r309105)
@@ -19,11 +19,4 @@ PERL_CONFIGURE=	yes
 
 MAN3=		Archive::Zip.3 Archive::Zip::Tree.3 Archive::Zip::FAQ.3 Archive::Zip::MemberRead.3
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500903
-BUILD_DEPENDS+=	p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress
-RUN_DEPENDS+=	p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/archivers/p5-POE-Filter-Zlib/Makefile
==============================================================================
--- head/archivers/p5-POE-Filter-Zlib/Makefile	Mon Dec 17 15:28:13 2012	(r309104)
+++ head/archivers/p5-POE-Filter-Zlib/Makefile	Mon Dec 17 15:39:36 2012	(r309105)
@@ -24,10 +24,5 @@ PERL_CONFIGURE=	yes
 MAN3=		POE::Filter::Zlib.3 \
     		POE::Filter::Zlib::Stream.3
 
-.include <bsd.port.pre.mk>
+.include <bsd.port.mk>
 
-.if ${PERL_LEVEL} < 500903
-RUN_DEPENDS+=	p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress
-.endif
-
-.include <bsd.port.post.mk>

Modified: head/biology/p5-Bio-Das/Makefile
==============================================================================
--- head/biology/p5-Bio-Das/Makefile	Mon Dec 17 15:28:13 2012	(r309104)
+++ head/biology/p5-Bio-Das/Makefile	Mon Dec 17 15:39:36 2012	(r309105)
@@ -34,10 +34,4 @@ MAN3=	Bio::Das.3 Bio::Das::AGPServer::Co
 	Bio::Das::Request::Types.3 Bio::Das::Segment.3 Bio::Das::Stylesheet.3 \
 	Bio::Das::Type.3 Bio::Das::TypeHandler.3 Bio::Das::Util.3
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500903
-RUN_DEPENDS+=	p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/devel/p5-App-GitHub/Makefile
==============================================================================
--- head/devel/p5-App-GitHub/Makefile	Mon Dec 17 15:28:13 2012	(r309104)
+++ head/devel/p5-App-GitHub/Makefile	Mon Dec 17 15:39:36 2012	(r309105)
@@ -28,10 +28,4 @@ PERL_CONFIGURE=	yes
 MAN1=		github.pl.1
 MAN3=		App::GitHub.3
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500905
-RUN_DEPENDS+=	p5-IPC-Cmd>=0:${PORTSDIR}/devel/p5-IPC-Cmd
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/devel/p5-Class-Accessor-Grouped/Makefile
==============================================================================
--- head/devel/p5-Class-Accessor-Grouped/Makefile	Mon Dec 17 15:28:13 2012	(r309104)
+++ head/devel/p5-Class-Accessor-Grouped/Makefile	Mon Dec 17 15:39:36 2012	(r309105)
@@ -26,10 +26,4 @@ PERL_CONFIGURE=	yes
 
 MAN3=		Class::Accessor::Grouped.3
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501001
-TEST_DEPENDS+=	p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/devel/p5-Class-Measure/Makefile
==============================================================================
--- head/devel/p5-Class-Measure/Makefile	Mon Dec 17 15:28:13 2012	(r309104)
+++ head/devel/p5-Class-Measure/Makefile	Mon Dec 17 15:39:36 2012	(r309105)
@@ -24,10 +24,4 @@ PERL_CONFIGURE=	yes
 
 MAN3=		Class::Measure.3 Class::Measure::Length.3
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501001
-TEST_DEPENDS+=	p5-Test-Simple>=0.82:${PORTSDIR}/devel/p5-Test-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/devel/p5-Config-AutoConf/Makefile
==============================================================================
--- head/devel/p5-Config-AutoConf/Makefile	Mon Dec 17 15:28:13 2012	(r309104)
+++ head/devel/p5-Config-AutoConf/Makefile	Mon Dec 17 15:39:36 2012	(r309105)
@@ -20,11 +20,4 @@ PERL_CONFIGURE=	yes
 
 MAN3=		Config::AutoConf.3
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501001
-BUILD_DEPENDS+=	p5-ExtUtils-CBuilder>=0.23:${PORTSDIR}/devel/p5-ExtUtils-CBuilder
-RUN_DEPENDS+=	p5-ExtUtils-CBuilder>=0.23:${PORTSDIR}/devel/p5-ExtUtils-CBuilder
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/devel/p5-Config-JSON/Makefile
==============================================================================
--- head/devel/p5-Config-JSON/Makefile	Mon Dec 17 15:28:13 2012	(r309104)
+++ head/devel/p5-Config-JSON/Makefile	Mon Dec 17 15:39:36 2012	(r309105)
@@ -25,10 +25,4 @@ TEST_DEPENDS=	p5-Test-Deep>=0:${PORTSDIR
 PERL_CONFIGURE=	Yes
 MAN3=		Config::JSON.3
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500905
-RUN_DEPENDS+=	p5-version>=0.72.03:${PORTSDIR}/devel/p5-version
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/devel/p5-Data-Dumper-Simple/Makefile
==============================================================================
--- head/devel/p5-Data-Dumper-Simple/Makefile	Mon Dec 17 15:28:13 2012	(r309104)
+++ head/devel/p5-Data-Dumper-Simple/Makefile	Mon Dec 17 15:39:36 2012	(r309105)
@@ -18,11 +18,4 @@ PERL_MODBUILD=	yes
 
 MAN3=		Data::Dumper::Simple.3
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500805
-BUILD_DEPENDS+=	p5-Filter-Simple>=0:${PORTSDIR}/textproc/p5-Filter-Simple
-RUN_DEPENDS+=	${BUILD_DEPENDS}
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/devel/p5-Data-Stream-Bulk/Makefile
==============================================================================
--- head/devel/p5-Data-Stream-Bulk/Makefile	Mon Dec 17 15:28:13 2012	(r309104)
+++ head/devel/p5-Data-Stream-Bulk/Makefile	Mon Dec 17 15:39:36 2012	(r309105)
@@ -41,10 +41,4 @@ MAN3=		Data::Stream::Bulk.3 \
 		Data::Stream::Bulk::Path::Class.3 \
 		Data::Stream::Bulk::Util.3
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501001
-TEST_DEPENDS+=	p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/devel/p5-DateTime/Makefile
==============================================================================
--- head/devel/p5-DateTime/Makefile	Mon Dec 17 15:28:13 2012	(r309104)
+++ head/devel/p5-DateTime/Makefile	Mon Dec 17 15:39:36 2012	(r309105)
@@ -38,10 +38,4 @@ post-install:
 	@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
 .endif
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501001
-TEST_DEPENDS+=	p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/devel/p5-FileHandle-Unget/Makefile
==============================================================================
--- head/devel/p5-FileHandle-Unget/Makefile	Mon Dec 17 15:28:13 2012	(r309104)
+++ head/devel/p5-FileHandle-Unget/Makefile	Mon Dec 17 15:39:36 2012	(r309105)
@@ -18,11 +18,4 @@ PERL_CONFIGURE=	yes
 
 MAN3=		FileHandle::Unget.3
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500805
-BUILD_DEPENDS=	p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils
-RUN_DEPENDS:=	${BUILD_DEPENDS}
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/devel/p5-Getopt-Compact-WithCmd/Makefile
==============================================================================
--- head/devel/p5-Getopt-Compact-WithCmd/Makefile	Mon Dec 17 15:28:13 2012	(r309104)
+++ head/devel/p5-Getopt-Compact-WithCmd/Makefile	Mon Dec 17 15:39:36 2012	(r309105)
@@ -24,11 +24,6 @@ MAN3=		Getopt::Compact::WithCmd.3
 
 .include <bsd.port.pre.mk>
 
-.if ${PERL_LEVEL} < 501001
-BUILD_DEPENDS+=	p5-Getopt-Long>=2.38:${PORTSDIR}/devel/p5-Getopt-Long
-RUN_DEPENDS+=	p5-Getopt-Long>=2.38:${PORTSDIR}/devel/p5-Getopt-Long
-.endif
-
 .if ${PERL_LEVEL} < 501400
 TEST_DEPENDS+=	p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple
 .endif

Modified: head/devel/p5-Module-Load-Conditional/Makefile
==============================================================================
--- head/devel/p5-Module-Load-Conditional/Makefile	Mon Dec 17 15:28:13 2012	(r309104)
+++ head/devel/p5-Module-Load-Conditional/Makefile	Mon Dec 17 15:39:36 2012	(r309105)
@@ -26,17 +26,6 @@ MAN3=		Module::Load::Conditional.3
 
 .include <bsd.port.pre.mk>
 
-.if ${PERL_LEVEL} < 501000
-BUILD_DEPENDS+=	p5-Locale-Maketext-Simple>=0:${PORTSDIR}/devel/p5-Locale-Maketext-Simple \
-		p5-Module-Load>=0.11:${PORTSDIR}/devel/p5-Module-Load \
-		p5-Params-Check>=0:${PORTSDIR}/devel/p5-Params-Check \
-		p5-version>=0.69:${PORTSDIR}/devel/p5-version
-RUN_DEPENDS+=	p5-Locale-Maketext-Simple>=0:${PORTSDIR}/devel/p5-Locale-Maketext-Simple \
-		p5-Module-Load>=0.11:${PORTSDIR}/devel/p5-Module-Load \
-		p5-Params-Check>=0:${PORTSDIR}/devel/p5-Params-Check \
-		p5-version>=0.69:${PORTSDIR}/devel/p5-version
-.endif
-
 .if ${PERL_LEVEL} < 501600
 BUILD_DEPENDS+=	p5-Module-Metadata>=1.000005:${PORTSDIR}/devel/p5-Module-Metadata
 RUN_DEPENDS+=	p5-Module-Metadata>=1.000005:${PORTSDIR}/devel/p5-Module-Metadata

Modified: head/devel/p5-MooseX-Getopt/Makefile
==============================================================================
--- head/devel/p5-MooseX-Getopt/Makefile	Mon Dec 17 15:28:13 2012	(r309104)
+++ head/devel/p5-MooseX-Getopt/Makefile	Mon Dec 17 15:39:36 2012	(r309105)
@@ -45,10 +45,4 @@ MAN3=	MooseX::Getopt.3 \
 	MooseX::Getopt::ProcessedArgv.3 \
 	MooseX::Getopt::Strict.3
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501001
-TEST_DEPENDS+=	p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/devel/p5-MooseX-Method-Signatures/Makefile
==============================================================================
--- head/devel/p5-MooseX-Method-Signatures/Makefile	Mon Dec 17 15:28:13 2012	(r309104)
+++ head/devel/p5-MooseX-Method-Signatures/Makefile	Mon Dec 17 15:39:36 2012	(r309105)
@@ -46,10 +46,4 @@ MAN3=		MooseX::Method::Signatures.3 \
 		MooseX::Method::Signatures::Types.3 \
 		MooseX::Method::Signatures::Meta::Method.3
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501001
-TEST_DEPENDS+=	p5-Test-Simple>=0.89:${PORTSDIR}/devel/p5-Test-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/devel/p5-Params-Classify/Makefile
==============================================================================
--- head/devel/p5-Params-Classify/Makefile	Mon Dec 17 15:28:13 2012	(r309104)
+++ head/devel/p5-Params-Classify/Makefile	Mon Dec 17 15:39:36 2012	(r309105)
@@ -18,10 +18,4 @@ PERL_MODBUILD=	yes
 
 MAN3=		Params::Classify.3
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501001
-RUN_DEPENDS+=	p5-parent>=0:${PORTSDIR}/devel/p5-parent
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/devel/p5-Params-Validate/Makefile
==============================================================================
--- head/devel/p5-Params-Validate/Makefile	Mon Dec 17 15:28:13 2012	(r309104)
+++ head/devel/p5-Params-Validate/Makefile	Mon Dec 17 15:39:36 2012	(r309105)
@@ -23,12 +23,4 @@ PERL_MODBUILD=	yes
 MAN3=		Attribute::Params::Validate.3 \
 		Params::Validate.3
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501000
-BUILD_DEPENDS+=	p5-Attribute-Handlers>=0.79:${PORTSDIR}/devel/p5-Attribute-Handlers
-RUN_DEPENDS+=	p5-Attribute-Handlers>=0.79:${PORTSDIR}/devel/p5-Attribute-Handlers
-TEST_DEPENDS+=	p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/devel/p5-Test-DBIx-Class/Makefile
==============================================================================
--- head/devel/p5-Test-DBIx-Class/Makefile	Mon Dec 17 15:28:13 2012	(r309104)
+++ head/devel/p5-Test-DBIx-Class/Makefile	Mon Dec 17 15:39:36 2012	(r309105)
@@ -60,11 +60,6 @@ MAN3=	Test::DBIx::Class.3 \
 
 .include <bsd.port.pre.mk>
 
-.if ${PERL_LEVEL} < 501001
-BUILD_DEPENDS+=	p5-Digest-MD5>=2.39:${PORTSDIR}/security/p5-Digest-MD5
-RUN_DEPENDS+=	p5-Digest-MD5>=2.39:${PORTSDIR}/security/p5-Digest-MD5
-.endif
-
 .if ${PERL_LEVEL} < 501400
 BUILD_DEPENDS+=	p5-Scalar-List-Utils>=1.23:${PORTSDIR}/lang/p5-Scalar-List-Utils
 RUN_DEPENDS+=	p5-Scalar-List-Utils>=1.23:${PORTSDIR}/lang/p5-Scalar-List-Utils

Modified: head/ftp/p5-File-Fetch/Makefile
==============================================================================
--- head/ftp/p5-File-Fetch/Makefile	Mon Dec 17 15:28:13 2012	(r309104)
+++ head/ftp/p5-File-Fetch/Makefile	Mon Dec 17 15:39:36 2012	(r309105)
@@ -21,14 +21,4 @@ PERL_CONFIGURE=	yes
 
 MAN3=		File::Fetch.3
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501001
-BUILD_DEPENDS+=	p5-IPC-Cmd>=0.42:${PORTSDIR}/devel/p5-IPC-Cmd \
-		p5-Locale-Maketext-Simple>=0:${PORTSDIR}/devel/p5-Locale-Maketext-Simple \
-		p5-Module-Load-Conditional>=0.04:${PORTSDIR}/devel/p5-Module-Load-Conditional \
-		p5-Params-Check>=0.07:${PORTSDIR}/devel/p5-Params-Check
-RUN_DEPENDS:=	${BUILD_DEPENDS}
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/ftp/p5-Net-FTPServer/Makefile
==============================================================================
--- head/ftp/p5-Net-FTPServer/Makefile	Mon Dec 17 15:28:13 2012	(r309104)
+++ head/ftp/p5-Net-FTPServer/Makefile	Mon Dec 17 15:39:36 2012	(r309105)
@@ -55,12 +55,6 @@ DOCS=	FAQ README TODO doc/*
 PORTDOCS=	*
 PORTEXAMPLES=	ftpd.conf
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500903
-RUN_DEPENDS+=	p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress
-.endif
-
 post-patch:
 	@${REINPLACE_CMD} -e "s/root,root/root,wheel/" \
 		-e "s,/usr/sbin,${PREFIX}/sbin," \
@@ -81,4 +75,4 @@ post-install:
 .endif
 	@${CAT} ${PKGMESSAGE}
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/net-im/p5-Net-XMPP/Makefile
==============================================================================
--- head/net-im/p5-Net-XMPP/Makefile	Mon Dec 17 15:28:13 2012	(r309104)
+++ head/net-im/p5-Net-XMPP/Makefile	Mon Dec 17 15:39:36 2012	(r309105)
@@ -41,14 +41,4 @@ MAN3=		Net::XMPP.3 \
 		Net::XMPP::Roster.3 \
 		Net::XMPP::Stanza.3
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501001
-TEST_DEPENDS+=	p5-Test-Simple>=0.92:${PORTSDIR}/devel/p5-Test-Simple
-.endif
-
-.if ${PERL_LEVEL} < 501200
-BUILD_DEPENDS+=	p5-Module-Build>=0.3603:${PORTSDIR}/devel/p5-Test-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/net/p5-Crypt-DH-GMP/Makefile
==============================================================================
--- head/net/p5-Crypt-DH-GMP/Makefile	Mon Dec 17 15:28:13 2012	(r309104)
+++ head/net/p5-Crypt-DH-GMP/Makefile	Mon Dec 17 15:39:36 2012	(r309105)
@@ -28,14 +28,4 @@ MAN3=		Crypt::DH::GMP.3 \
 post-patch:
 	${REINPLACE_CMD} -e 's#%%LOCALBASE%%#${LOCALBASE}#g' ${WRKSRC}/Makefile.PL
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501001
-BUILD_DEPENDS+=	p5-Devel-PPPort>=3.19:${PORTSDIR}/devel/p5-Devel-PPPort
-.endif
-
-.if ${PERL_LEVEL} < 501200
-BUILD_DEPENDS+=	p5-ExtUtils-ParseXS>=2.21:${PORTSDIR}/devel/p5-ExtUtils-ParseXS
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/net/p5-Google-SAML-Request/Makefile
==============================================================================
--- head/net/p5-Google-SAML-Request/Makefile	Mon Dec 17 15:28:13 2012	(r309104)
+++ head/net/p5-Google-SAML-Request/Makefile	Mon Dec 17 15:39:36 2012	(r309105)
@@ -25,10 +25,4 @@ PERL_CONFIGURE=	yes
 
 MAN3=		Google::SAML::Request.3
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500903
-RUN_DEPENDS+=	p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/net/p5-Google-SAML-Response/Makefile
==============================================================================
--- head/net/p5-Google-SAML-Response/Makefile	Mon Dec 17 15:28:13 2012	(r309104)
+++ head/net/p5-Google-SAML-Response/Makefile	Mon Dec 17 15:39:36 2012	(r309105)
@@ -30,13 +30,4 @@ PERL_CONFIGURE=	yes
 
 MAN3=		Google::SAML::Response.3
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501000
-BUILD_DEPENDS+=	p5-Digest-SHA>=0:${PORTSDIR}/security/p5-Digest-SHA \
-		p5-IO-Compress>=0:${PORTSDIR}/archivers/p5-IO-Compress
-RUN_DEPENDS+=	p5-Digest-SHA>=0:${PORTSDIR}/security/p5-Digest-SHA \
-		p5-IO-Compress>=0:${PORTSDIR}/archivers/p5-IO-Compress
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/net/p5-Net-Amazon-AWSSign/Makefile
==============================================================================
--- head/net/p5-Net-Amazon-AWSSign/Makefile	Mon Dec 17 15:28:13 2012	(r309104)
+++ head/net/p5-Net-Amazon-AWSSign/Makefile	Mon Dec 17 15:39:36 2012	(r309105)
@@ -21,10 +21,4 @@ PERL_CONFIGURE=	yes
 
 MAN3=		Net::Amazon::AWSSign.3
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500903
-RUN_DEPENDS+=	p5-Digest-SHA>=0:${PORTSDIR}/security/p5-Digest-SHA
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/net/p5-Net-Amazon-S3/Makefile
==============================================================================
--- head/net/p5-Net-Amazon-S3/Makefile	Mon Dec 17 15:28:13 2012	(r309104)
+++ head/net/p5-Net-Amazon-S3/Makefile	Mon Dec 17 15:39:36 2012	(r309105)
@@ -58,10 +58,4 @@ MAN3=		Net::Amazon::S3.3 Net::Amazon::S3
 		Net::Amazon::S3::Request.3 \
 		Net::Amazon::S3::Request::CreateBucket.3
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500904
-RUN_DEPENDS+=	p5-IO>=1.14:${PORTSDIR}/devel/p5-IO
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/net/p5-Net-Amazon/Makefile
==============================================================================
--- head/net/p5-Net-Amazon/Makefile	Mon Dec 17 15:28:13 2012	(r309104)
+++ head/net/p5-Net-Amazon/Makefile	Mon Dec 17 15:39:36 2012	(r309105)
@@ -27,14 +27,4 @@ PERL_CONFIGURE=	yes
 
 .include "Makefile.man"
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500805
-RUN_DEPENDS+=	p5-Time-HiRes>=0:${PORTSDIR}/devel/p5-Time-HiRes
-.endif
-
-.if ${PERL_LEVEL} < 501000
-RUN_DEPENDS+=	p5-Digest-SHA>=5.47:${PORTSDIR}/security/p5-Digest-SHA
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/net/p5-Net-Appliance-Session/Makefile
==============================================================================
--- head/net/p5-Net-Appliance-Session/Makefile	Mon Dec 17 15:28:13 2012	(r309104)
+++ head/net/p5-Net-Appliance-Session/Makefile	Mon Dec 17 15:39:36 2012	(r309105)
@@ -27,10 +27,4 @@ PERL_CONFIGURE=	yes
 MAN3=		Net::Appliance::Session.3 \
 		Net::Appliance::Session::APIv2.3
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501001
-TEST_DEPENDS+=	p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/net/p5-Net-HTTP/Makefile
==============================================================================
--- head/net/p5-Net-HTTP/Makefile	Mon Dec 17 15:28:13 2012	(r309104)
+++ head/net/p5-Net-HTTP/Makefile	Mon Dec 17 15:39:36 2012	(r309105)
@@ -24,13 +24,4 @@ MAN3=		Net::HTTP.3 \
 		Net::HTTPS.3 \
 		Net::HTTP::NB.3
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501000
-BUILD_DEPENDS+=	p5-Compress-Raw-Zlib>=0:${PORTSDIR}/archivers/p5-Compress-Raw-Zlib \
-		p5-IO-Compress>=0:${PORTSDIR}/archivers/p5-IO-Compress
-RUN_DEPENDS+=	p5-Compress-Raw-Zlib>=0:${PORTSDIR}/archivers/p5-Compress-Raw-Zlib \
-		p5-IO-Compress>=0:${PORTSDIR}/archivers/p5-IO-Compress
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/net/p5-Net-OpenID-Consumer/Makefile
==============================================================================
--- head/net/p5-Net-OpenID-Consumer/Makefile	Mon Dec 17 15:28:13 2012	(r309104)
+++ head/net/p5-Net-OpenID-Consumer/Makefile	Mon Dec 17 15:39:36 2012	(r309105)
@@ -31,11 +31,4 @@ regression-test: build
 	cd ${WRKSRC} && ${MAKE} test
 .endif
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501000
-BUILD_DEPENDS+=	p5-Digest-SHA>=0:${PORTSDIR}/security/p5-Digest-SHA
-RUN_DEPENDS+=	p5-Digest-SHA>=0:${PORTSDIR}/security/p5-Digest-SHA
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/net/p5-Net-Patricia/Makefile
==============================================================================
--- head/net/p5-Net-Patricia/Makefile	Mon Dec 17 15:28:13 2012	(r309104)
+++ head/net/p5-Net-Patricia/Makefile	Mon Dec 17 15:39:36 2012	(r309105)
@@ -17,10 +17,4 @@ PERL_CONFIGURE=	YES
 
 MAN3=		Net::Patricia.3
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501001
-TEST_DEPENDS+=	p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/net/p5-Net-SAP/Makefile
==============================================================================
--- head/net/p5-Net-SAP/Makefile	Mon Dec 17 15:28:13 2012	(r309104)
+++ head/net/p5-Net-SAP/Makefile	Mon Dec 17 15:39:36 2012	(r309105)
@@ -25,11 +25,4 @@ PERL_MODBUILD=	YES
 MAN1=		psapd.1
 MAN3=		Net::SAP.3 Net::SAP::Packet.3
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500903
-RUN_DEPENDS+=	p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress
-BUILD_DEPENDS+=	p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/net/p5-Net-Twitter/Makefile
==============================================================================
--- head/net/p5-Net-Twitter/Makefile	Mon Dec 17 15:28:13 2012	(r309104)
+++ head/net/p5-Net-Twitter/Makefile	Mon Dec 17 15:39:36 2012	(r309105)
@@ -58,11 +58,4 @@ MAN3=		Net::Identica.3 \
 		Net::Twitter::Role::WrapError.3 \
 		Net::Twitter::Search.3
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501000
-BUILD_DEPENDS+=	p5-Digest-SHA>=0:${PORTSDIR}/security/p5-Digest-SHA
-RUN_DEPENDS+=	p5-Digest-SHA>=0:${PORTSDIR}/security/p5-Digest-SHA
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/net/p5-S3/Makefile
==============================================================================
--- head/net/p5-S3/Makefile	Mon Dec 17 15:28:13 2012	(r309104)
+++ head/net/p5-S3/Makefile	Mon Dec 17 15:39:36 2012	(r309105)
@@ -31,10 +31,4 @@ do-install:
 	${INSTALL_DATA} ${WRKSRC}/S3.pm ${PREFIX}/${SITE_PERL_REL}
 	${INSTALL_SCRIPT} ${WRKSRC}/s3-*.pl ${PREFIX}/bin
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500703
-RUN_DEPENDS+=	p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/net/p5-SOAP-Lite-060/Makefile
==============================================================================
--- head/net/p5-SOAP-Lite-060/Makefile	Mon Dec 17 15:28:13 2012	(r309104)
+++ head/net/p5-SOAP-Lite-060/Makefile	Mon Dec 17 15:39:36 2012	(r309105)
@@ -53,14 +53,8 @@ MAN3=		Apache::SOAP.3 \
 		XMLRPC::Transport::POP3.3 \
 		XMLRPC::Transport::TCP.3
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500903
-RUN_DEPENDS+=	p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress
-.endif
-
 post-patch:
 	@${REINPLACE_CMD} -i '' -e 's|^#!.*perl|#!${PERL}|' \
 		${WRKSRC}/bin/* ${WRKSRC}/t/*
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/net/p5-SOAP-Lite/Makefile
==============================================================================
--- head/net/p5-SOAP-Lite/Makefile	Mon Dec 17 15:28:13 2012	(r309104)
+++ head/net/p5-SOAP-Lite/Makefile	Mon Dec 17 15:39:36 2012	(r309105)
@@ -64,14 +64,8 @@ MAN3=		Apache::SOAP.3 \
 		XMLRPC::Transport::POP3.3 \
 		XMLRPC::Transport::TCP.3
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501000
-RUN_DEPENDS+=	p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress
-.endif
-
 post-patch:
 	@${REINPLACE_CMD} -i '' -e 's|^#!.*perl|#!${PERL}|' \
 		${WRKSRC}/bin/* ${WRKSRC}/t/*.t ${WRKSRC}/t/*.pl
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/sysutils/p5-Brackup/Makefile
==============================================================================
--- head/sysutils/p5-Brackup/Makefile	Mon Dec 17 15:28:13 2012	(r309104)
+++ head/sysutils/p5-Brackup/Makefile	Mon Dec 17 15:39:36 2012	(r309105)
@@ -54,14 +54,4 @@ MAN3=		Brackup.3 \
 		Brackup::Target::Riak.3 \
 		Brackup::Target::Sftp.3
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500905
-RUN_DEPENDS+=	p5-File-Temp>=0.17:${PORTSDIR}/devel/p5-File-Temp
-.endif
-
-.if ${PERL_LEVEL} < 501001
-BUILD_DEPENDS+=	p5-ExtUtils-Manifest>=1.52:${PORTSDIR}/devel/p5-ExtUtils-Manifest
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/sysutils/p5-MogileFS-Server/Makefile
==============================================================================
--- head/sysutils/p5-MogileFS-Server/Makefile	Mon Dec 17 15:28:13 2012	(r309104)
+++ head/sysutils/p5-MogileFS-Server/Makefile	Mon Dec 17 15:39:36 2012	(r309105)
@@ -65,10 +65,4 @@ post-install:
 	${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR}/
 .endif
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501001
-TEST_DEPENDS+=	p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/sysutils/p5-MogileFS-Utils/Makefile
==============================================================================
--- head/sysutils/p5-MogileFS-Utils/Makefile	Mon Dec 17 15:28:13 2012	(r309104)
+++ head/sysutils/p5-MogileFS-Utils/Makefile	Mon Dec 17 15:39:36 2012	(r309105)
@@ -34,14 +34,7 @@ MAN1=		mogadm.1 \
 		mogupload.1
 MAN3=		MogileFS::Utils.3
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501000
-BUILD_DEPENDS+=	p5-IO-Compress>=0:${PORTSDIR}/archivers/p5-IO-Compress
-RUN_DEPENDS+=	p5-IO-Compress>=0:${PORTSDIR}/archivers/p5-IO-Compress
-.endif
-
 post-patch:
 	@${REINPLACE_CMD} -e '/NAME/ s|MogileFS-Utils|MogileFS::Utils|' ${WRKSRC}/Makefile.PL
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/sysutils/p5-arclog/Makefile
==============================================================================
--- head/sysutils/p5-arclog/Makefile	Mon Dec 17 15:28:13 2012	(r309104)
+++ head/sysutils/p5-arclog/Makefile	Mon Dec 17 15:39:36 2012	(r309105)
@@ -29,10 +29,4 @@ PLIST_FILES=	bin/arclog \
 		%%SITE_PERL%%/%%PERL_ARCH%%/auto/arclog/.packlist
 PLIST_DIRS=	%%SITE_PERL%%/%%PERL_ARCH%%/auto/arclog
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500903
-RUN_DEPENDS+=	p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/sysutils/p5-reslog/Makefile
==============================================================================
--- head/sysutils/p5-reslog/Makefile	Mon Dec 17 15:28:13 2012	(r309104)
+++ head/sysutils/p5-reslog/Makefile	Mon Dec 17 15:39:36 2012	(r309105)
@@ -28,10 +28,4 @@ PLIST_FILES=	bin/reslog \
 		%%SITE_PERL%%/%%PERL_ARCH%%/auto/reslog/.packlist
 PLIST_DIRS=	%%SITE_PERL%%/%%PERL_ARCH%%/auto/reslog
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500903
-RUN_DEPENDS+=	p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>



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