svn commit: r347305 - in head: archivers/p5-Archive-Extract converters/p5-JSON-Any databases/p5-DBIx-QueryLog databases/p5-DBIx-Sunny devel/p5-Acme-MetaSyntactic devel/p5-CPAN-Meta-Check devel/p5-C...
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Mar 6 18:51:31 UTC 2014
Author: sunpoet
Date: Thu Mar 6 18:51:17 2014
New Revision: 347305
URL: http://svnweb.freebsd.org/changeset/ports/347305
QAT: https://qat.redports.org/buildarchive/r347305/
Log:
- Remove outdated PERL_LEVEL check
With hat: perl
Modified:
head/archivers/p5-Archive-Extract/Makefile
head/converters/p5-JSON-Any/Makefile
head/databases/p5-DBIx-QueryLog/Makefile
head/databases/p5-DBIx-Sunny/Makefile
head/devel/p5-Acme-MetaSyntactic/Makefile
head/devel/p5-CPAN-Meta-Check/Makefile
head/devel/p5-Class-ErrorHandler/Makefile
head/devel/p5-Config-INI/Makefile
head/devel/p5-Data-Localize/Makefile
head/devel/p5-Data-RoundRobin/Makefile
head/devel/p5-Data-Section/Makefile
head/devel/p5-Data-TreeDumper/Makefile
head/devel/p5-Debug-Client/Makefile
head/devel/p5-Devel-GlobalDestruction/Makefile
head/devel/p5-Getopt-Compact-WithCmd/Makefile
head/devel/p5-Getopt-Long-Descriptive/Makefile
head/devel/p5-IO-Pipely/Makefile
head/devel/p5-IO-TieCombine/Makefile
head/devel/p5-Log-Dispatchouli/Makefile
head/devel/p5-Log-Minimal/Makefile
head/devel/p5-Module-ExtractUse/Makefile
head/devel/p5-Moo/Makefile
head/devel/p5-MooX-Types-MooseLike-Numeric/Makefile
head/devel/p5-MooseX-OneArgNew/Makefile
head/devel/p5-MooseX-Role-Parameterized/Makefile
head/devel/p5-MooseX-Types-Perl/Makefile
head/devel/p5-Object-InsideOut/Makefile
head/devel/p5-POE-Test-Loops/Makefile
head/devel/p5-ParseTemplate/Makefile
head/devel/p5-String-Errf/Makefile
head/devel/p5-Sub-Exporter/Makefile
head/devel/p5-Sub-Install/Makefile
head/devel/p5-Test-DBIx-Class/Makefile
head/devel/p5-Test-MockObject/Makefile
head/devel/p5-Test-TCP/Makefile
head/devel/p5-Test-WWW-Mechanize/Makefile
head/devel/p5-Tree-DAG_Node/Makefile
head/devel/p5-perlbrew/Makefile
head/dns/p5-POE-Component-Resolver/Makefile
head/mail/p5-Email-Sender/Makefile
head/math/p5-Math-Random-MT-Auto/Makefile
head/net/p5-Net-MAC-Vendor/Makefile
head/security/p5-Unix-Passwd-File/Makefile
head/textproc/p5-FormValidator-Lite/Makefile
head/textproc/p5-HTML-Format/Makefile
head/textproc/p5-HTML-HTML5-Parser/Makefile
head/textproc/p5-Hailo/Makefile
head/textproc/p5-Pod-Elemental/Makefile
head/textproc/p5-Pod-Eventual/Makefile
head/textproc/p5-Text-TestBase/Makefile
head/textproc/p5-Text-VimColor/Makefile
head/textproc/p5-XML-Compile/Makefile
head/www/p5-CGI-Application-Server/Makefile
head/www/p5-CGI.pm/Makefile
head/www/p5-Furl/Makefile
head/www/p5-HTML-Shakan/Makefile
head/www/p5-HTTP-BrowserDetect/Makefile
head/www/p5-HTTP-MobileAgent-Plugin-Charset/Makefile
head/www/p5-POE-Component-Client-HTTP/Makefile
head/www/p5-STF-Dispatcher-PSGI/Makefile
head/www/p5-WWW-GitHub-Gist/Makefile
head/www/p5-WWW-TinySong/Makefile
head/www/p5-Web-Query/Makefile
Modified: head/archivers/p5-Archive-Extract/Makefile
==============================================================================
--- head/archivers/p5-Archive-Extract/Makefile Thu Mar 6 18:42:12 2014 (r347304)
+++ head/archivers/p5-Archive-Extract/Makefile Thu Mar 6 18:51:17 2014 (r347305)
@@ -16,11 +16,4 @@ LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
-.include <bsd.port.pre.mk>
-
-.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
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Modified: head/converters/p5-JSON-Any/Makefile
==============================================================================
--- head/converters/p5-JSON-Any/Makefile Thu Mar 6 18:42:12 2014 (r347304)
+++ head/converters/p5-JSON-Any/Makefile Thu Mar 6 18:51:17 2014 (r347305)
@@ -43,10 +43,4 @@ JSON_PP_RUN_DEPENDS= p5-JSON-PP>=0:${POR
JSON_XS_BUILD_DEPENDS= p5-JSON-XS>=0:${PORTSDIR}/converters/p5-JSON-XS
JSON_XS_RUN_DEPENDS= p5-JSON-XS>=0:${PORTSDIR}/converters/p5-JSON-XS
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501400
-TEST_DEPENDS+= p5-JSON-PP>=0:${PORTSDIR}/converters/p5-JSON-PP
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Modified: head/databases/p5-DBIx-QueryLog/Makefile
==============================================================================
--- head/databases/p5-DBIx-QueryLog/Makefile Thu Mar 6 18:42:12 2014 (r347304)
+++ head/databases/p5-DBIx-QueryLog/Makefile Thu Mar 6 18:51:17 2014 (r347305)
@@ -20,10 +20,4 @@ TEST_DEPENDS= \
USES= perl5
USE_PERL5= modbuild
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501400
-TEST_DEPENDS+= p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Modified: head/databases/p5-DBIx-Sunny/Makefile
==============================================================================
--- head/databases/p5-DBIx-Sunny/Makefile Thu Mar 6 18:42:12 2014 (r347304)
+++ head/databases/p5-DBIx-Sunny/Makefile Thu Mar 6 18:51:17 2014 (r347305)
@@ -27,10 +27,4 @@ TEST_DEPENDS= p5-DBD-SQLite>=1.31:${PORT
USES= perl5
USE_PERL5= modbuild
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501400
-TEST_DEPENDS+= p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Modified: head/devel/p5-Acme-MetaSyntactic/Makefile
==============================================================================
--- head/devel/p5-Acme-MetaSyntactic/Makefile Thu Mar 6 18:42:12 2014 (r347304)
+++ head/devel/p5-Acme-MetaSyntactic/Makefile Thu Mar 6 18:51:17 2014 (r347305)
@@ -16,10 +16,4 @@ LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501400
-TEST_DEPENDS+= p5-Test-Simple>=0.94:${PORTSDIR}/devel/p5-Test-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Modified: head/devel/p5-CPAN-Meta-Check/Makefile
==============================================================================
--- head/devel/p5-CPAN-Meta-Check/Makefile Thu Mar 6 18:42:12 2014 (r347304)
+++ head/devel/p5-CPAN-Meta-Check/Makefile Thu Mar 6 18:51:17 2014 (r347305)
@@ -21,11 +21,4 @@ TEST_DEPENDS= p5-Test-Deep>0:${PORTSDIR}
USES= perl5
USE_PERL5= configure
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501400
-BUILD_DEPENDS+= p5-Module-Metadata>0:${PORTSDIR}/devel/p5-Module-Metadata
-RUN_DEPENDS+= p5-Module-Metadata>0:${PORTSDIR}/devel/p5-Module-Metadata
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Modified: head/devel/p5-Class-ErrorHandler/Makefile
==============================================================================
--- head/devel/p5-Class-ErrorHandler/Makefile Thu Mar 6 18:42:12 2014 (r347304)
+++ head/devel/p5-Class-ErrorHandler/Makefile Thu Mar 6 18:51:17 2014 (r347305)
@@ -12,11 +12,4 @@ COMMENT= Base class for error handling
USES= perl5
USE_PERL5= modbuild
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501400
-BUILD_DEPENDS+= p5-CPAN-Meta>=0:${PORTSDIR}/devel/p5-CPAN-Meta
-RUN_DEPENDS+= p5-CPAN-Meta>=0:${PORTSDIR}/devel/p5-CPAN-Meta
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Modified: head/devel/p5-Config-INI/Makefile
==============================================================================
--- head/devel/p5-Config-INI/Makefile Thu Mar 6 18:42:12 2014 (r347304)
+++ head/devel/p5-Config-INI/Makefile Thu Mar 6 18:51:17 2014 (r347305)
@@ -18,10 +18,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501400
-TEST_DEPENDS+= p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Modified: head/devel/p5-Data-Localize/Makefile
==============================================================================
--- head/devel/p5-Data-Localize/Makefile Thu Mar 6 18:42:12 2014 (r347304)
+++ head/devel/p5-Data-Localize/Makefile Thu Mar 6 18:51:17 2014 (r347305)
@@ -19,10 +19,4 @@ BUILD_DEPENDS:= ${RUN_DEPENDS}
USES= perl5
USE_PERL5= configure
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501400
-TEST_DEPENDS= p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Modified: head/devel/p5-Data-RoundRobin/Makefile
==============================================================================
--- head/devel/p5-Data-RoundRobin/Makefile Thu Mar 6 18:42:12 2014 (r347304)
+++ head/devel/p5-Data-RoundRobin/Makefile Thu Mar 6 18:51:17 2014 (r347305)
@@ -13,10 +13,4 @@ COMMENT= Serve data in a round robin man
USES= perl5
USE_PERL5= configure
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501400
-TEST_DEPENDS= p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Modified: head/devel/p5-Data-Section/Makefile
==============================================================================
--- head/devel/p5-Data-Section/Makefile Thu Mar 6 18:42:12 2014 (r347304)
+++ head/devel/p5-Data-Section/Makefile Thu Mar 6 18:51:17 2014 (r347305)
@@ -21,10 +21,4 @@ TEST_DEPENDS= p5-Test-FailWarnings>=0:${
USES= perl5
USE_PERL5= configure
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501400
-TEST_DEPENDS+= p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Modified: head/devel/p5-Data-TreeDumper/Makefile
==============================================================================
--- head/devel/p5-Data-TreeDumper/Makefile Thu Mar 6 18:42:12 2014 (r347304)
+++ head/devel/p5-Data-TreeDumper/Makefile Thu Mar 6 18:51:17 2014 (r347305)
@@ -21,11 +21,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} >= 501400
-BUILD_DEPENDS+= p5-Class-ISA>=0:${PORTSDIR}/devel/p5-Class-ISA
-RUN_DEPENDS+= p5-Class-ISA>=0:${PORTSDIR}/devel/p5-Class-ISA
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Modified: head/devel/p5-Debug-Client/Makefile
==============================================================================
--- head/devel/p5-Debug-Client/Makefile Thu Mar 6 18:42:12 2014 (r347304)
+++ head/devel/p5-Debug-Client/Makefile Thu Mar 6 18:51:17 2014 (r347305)
@@ -25,10 +25,6 @@ USE_PERL5= configure
.include <bsd.port.pre.mk>
-.if ${PERL_LEVEL} < 501400
-RUN_DEPENDS+= p5-Carp>=1.20:${PORTSDIR}/devel/p5-Carp
-.endif
-
.if ${PERL_LEVEL} < 501600
TEST_DEPENDS+= p5-Time-HiRes>=1.9725:${PORTSDIR}/devel/p5-Time-HiRes
.endif
Modified: head/devel/p5-Devel-GlobalDestruction/Makefile
==============================================================================
--- head/devel/p5-Devel-GlobalDestruction/Makefile Thu Mar 6 18:42:12 2014 (r347304)
+++ head/devel/p5-Devel-GlobalDestruction/Makefile Thu Mar 6 18:51:17 2014 (r347305)
@@ -19,11 +19,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501400
-BUILD_DEPENDS+= p5-Devel-GlobalDestruction-XS>0:${PORTSDIR}/devel/p5-Devel-GlobalDestruction-XS
-RUN_DEPENDS+= p5-Devel-GlobalDestruction-XS>0:${PORTSDIR}/devel/p5-Devel-GlobalDestruction-XS
-.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 Thu Mar 6 18:42:12 2014 (r347304)
+++ head/devel/p5-Getopt-Compact-WithCmd/Makefile Thu Mar 6 18:51:17 2014 (r347305)
@@ -14,17 +14,11 @@ LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Text-Table>=0:${PORTSDIR}/textproc/p5-Text-Table
-RUN_DEPENDS= p5-Text-Table>=0:${PORTSDIR}/textproc/p5-Text-Table
+RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Output>=0:${PORTSDIR}/devel/p5-Test-Output \
p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires
USES= perl5
USE_PERL5= modbuild
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501400
-TEST_DEPENDS+= p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Modified: head/devel/p5-Getopt-Long-Descriptive/Makefile
==============================================================================
--- head/devel/p5-Getopt-Long-Descriptive/Makefile Thu Mar 6 18:42:12 2014 (r347304)
+++ head/devel/p5-Getopt-Long-Descriptive/Makefile Thu Mar 6 18:51:17 2014 (r347305)
@@ -22,10 +22,4 @@ TEST_DEPENDS= p5-Test-Fatal>=0:${PORTSDI
USES= perl5
USE_PERL5= configure
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501400
-TEST_DEPENDS+= p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Modified: head/devel/p5-IO-Pipely/Makefile
==============================================================================
--- head/devel/p5-IO-Pipely/Makefile Thu Mar 6 18:42:12 2014 (r347304)
+++ head/devel/p5-IO-Pipely/Makefile Thu Mar 6 18:51:17 2014 (r347305)
@@ -23,10 +23,6 @@ USES= perl5
.include <bsd.port.pre.mk>
-.if ${PERL_LEVEL} < 501400
-TEST_DEPENDS+= p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple
-.endif
-
.if ${PERL_LEVEL} < 501600
BUILD_DEPENDS+= p5-base>=2.18:${PORTSDIR}/devel/p5-base
RUN_DEPENDS+= p5-base>=2.18:${PORTSDIR}/devel/p5-base
Modified: head/devel/p5-IO-TieCombine/Makefile
==============================================================================
--- head/devel/p5-IO-TieCombine/Makefile Thu Mar 6 18:42:12 2014 (r347304)
+++ head/devel/p5-IO-TieCombine/Makefile Thu Mar 6 18:51:17 2014 (r347305)
@@ -13,10 +13,4 @@ COMMENT= Perl 5 module to produce tied s
USES= perl5
USE_PERL5= configure
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501400
-TEST_DEPENDS+= p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Modified: head/devel/p5-Log-Dispatchouli/Makefile
==============================================================================
--- head/devel/p5-Log-Dispatchouli/Makefile Thu Mar 6 18:42:12 2014 (r347304)
+++ head/devel/p5-Log-Dispatchouli/Makefile Thu Mar 6 18:51:17 2014 (r347305)
@@ -29,10 +29,4 @@ TEST_DEPENDS= p5-Test-Deep>=0:${PORTSDIR
USES= perl5
USE_PERL5= configure
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501400
-TEST_DEPENDS+= p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Modified: head/devel/p5-Log-Minimal/Makefile
==============================================================================
--- head/devel/p5-Log-Minimal/Makefile Thu Mar 6 18:42:12 2014 (r347304)
+++ head/devel/p5-Log-Minimal/Makefile Thu Mar 6 18:51:17 2014 (r347305)
@@ -16,10 +16,4 @@ LICENSE_COMB= dual
USES= perl5
USE_PERL5= modbuild
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501400
-TEST_DEPENDS+= p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Modified: head/devel/p5-Module-ExtractUse/Makefile
==============================================================================
--- head/devel/p5-Module-ExtractUse/Makefile Thu Mar 6 18:42:12 2014 (r347304)
+++ head/devel/p5-Module-ExtractUse/Makefile Thu Mar 6 18:51:17 2014 (r347305)
@@ -22,10 +22,4 @@ TEST_DEPENDS= p5-UNIVERSAL-require>=0.11
USES= perl5
USE_PERL5= modbuild
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501400
-TEST_DEPENDS+= p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Modified: head/devel/p5-Moo/Makefile
==============================================================================
--- head/devel/p5-Moo/Makefile Thu Mar 6 18:42:12 2014 (r347304)
+++ head/devel/p5-Moo/Makefile Thu Mar 6 18:51:17 2014 (r347305)
@@ -27,10 +27,4 @@ TEST_DEPENDS= p5-Test-Fatal>=0.003:${POR
USES= perl5
USE_PERL5= configure
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501400
-TEST_DEPENDS+= p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Modified: head/devel/p5-MooX-Types-MooseLike-Numeric/Makefile
==============================================================================
--- head/devel/p5-MooX-Types-MooseLike-Numeric/Makefile Thu Mar 6 18:42:12 2014 (r347304)
+++ head/devel/p5-MooX-Types-MooseLike-Numeric/Makefile Thu Mar 6 18:51:17 2014 (r347305)
@@ -20,10 +20,4 @@ TEST_DEPENDS= p5-Test-Fatal>=0.003:${POR
USES= perl5
USE_PERL5= configure
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501400
-TEST_DEPENDS+= p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Modified: head/devel/p5-MooseX-OneArgNew/Makefile
==============================================================================
--- head/devel/p5-MooseX-OneArgNew/Makefile Thu Mar 6 18:42:12 2014 (r347304)
+++ head/devel/p5-MooseX-OneArgNew/Makefile Thu Mar 6 18:51:17 2014 (r347305)
@@ -21,10 +21,4 @@ BUILD_DEPENDS:= ${RUN_DEPENDS}
USES= perl5
USE_PERL5= configure
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501400
-TEST_DEPENDS= p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Modified: head/devel/p5-MooseX-Role-Parameterized/Makefile
==============================================================================
--- head/devel/p5-MooseX-Role-Parameterized/Makefile Thu Mar 6 18:42:12 2014 (r347304)
+++ head/devel/p5-MooseX-Role-Parameterized/Makefile Thu Mar 6 18:51:17 2014 (r347305)
@@ -22,10 +22,4 @@ TEST_DEPENDS= p5-Test-Fatal>=0:${PORTSDI
USES= perl5
USE_PERL5= configure
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501400
-TEST_DEPENDS+= p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Modified: head/devel/p5-MooseX-Types-Perl/Makefile
==============================================================================
--- head/devel/p5-MooseX-Types-Perl/Makefile Thu Mar 6 18:42:12 2014 (r347304)
+++ head/devel/p5-MooseX-Types-Perl/Makefile Thu Mar 6 18:51:17 2014 (r347305)
@@ -17,10 +17,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501400
-TEST_DEPENDS+= p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Modified: head/devel/p5-Object-InsideOut/Makefile
==============================================================================
--- head/devel/p5-Object-InsideOut/Makefile Thu Mar 6 18:42:12 2014 (r347304)
+++ head/devel/p5-Object-InsideOut/Makefile Thu Mar 6 18:51:17 2014 (r347305)
@@ -22,12 +22,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501400
-BUILD_DEPENDS+= p5-Scalar-List-Utils>=1.25:${PORTSDIR}/lang/p5-Scalar-List-Utils
-RUN_DEPENDS+= p5-Scalar-List-Utils>=1.25:${PORTSDIR}/lang/p5-Scalar-List-Utils
-TEST_DEPENDS+= p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Modified: head/devel/p5-POE-Test-Loops/Makefile
==============================================================================
--- head/devel/p5-POE-Test-Loops/Makefile Thu Mar 6 18:42:12 2014 (r347304)
+++ head/devel/p5-POE-Test-Loops/Makefile Thu Mar 6 18:51:17 2014 (r347305)
@@ -17,12 +17,4 @@ LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501400
-BUILD_DEPENDS+= p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple
-RUN_DEPENDS+= p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple
-TEST_DEPENDS+= p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Modified: head/devel/p5-ParseTemplate/Makefile
==============================================================================
--- head/devel/p5-ParseTemplate/Makefile Thu Mar 6 18:42:12 2014 (r347304)
+++ head/devel/p5-ParseTemplate/Makefile Thu Mar 6 18:51:17 2014 (r347305)
@@ -16,10 +16,4 @@ LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501400
-TEST_DEPENDS+= p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Modified: head/devel/p5-String-Errf/Makefile
==============================================================================
--- head/devel/p5-String-Errf/Makefile Thu Mar 6 18:42:12 2014 (r347304)
+++ head/devel/p5-String-Errf/Makefile Thu Mar 6 18:51:17 2014 (r347305)
@@ -21,10 +21,4 @@ BUILD_DEPENDS:= p5-TimeDate>=0:${PORTSDI
USES= perl5
USE_PERL5= configure
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501400
-TEST_DEPENDS+= p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Modified: head/devel/p5-Sub-Exporter/Makefile
==============================================================================
--- head/devel/p5-Sub-Exporter/Makefile Thu Mar 6 18:42:12 2014 (r347304)
+++ head/devel/p5-Sub-Exporter/Makefile Thu Mar 6 18:51:17 2014 (r347305)
@@ -21,10 +21,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501400
-TEST_DEPENDS+= p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Modified: head/devel/p5-Sub-Install/Makefile
==============================================================================
--- head/devel/p5-Sub-Install/Makefile Thu Mar 6 18:42:12 2014 (r347304)
+++ head/devel/p5-Sub-Install/Makefile Thu Mar 6 18:51:17 2014 (r347305)
@@ -16,10 +16,4 @@ LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501400
-TEST_DEPENDS+= p5-Test-Simple>=0.96:${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 Thu Mar 6 18:42:12 2014 (r347304)
+++ head/devel/p5-Test-DBIx-Class/Makefile Thu Mar 6 18:51:17 2014 (r347305)
@@ -36,12 +36,4 @@ TEST_DEPENDS= p5-Test-Deep>=0.106:${PORT
USES= perl5
USE_PERL5= configure
-.include <bsd.port.pre.mk>
-
-.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
-TEST_DEPENDS+= p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Modified: head/devel/p5-Test-MockObject/Makefile
==============================================================================
--- head/devel/p5-Test-MockObject/Makefile Thu Mar 6 18:42:12 2014 (r347304)
+++ head/devel/p5-Test-MockObject/Makefile Thu Mar 6 18:51:17 2014 (r347305)
@@ -21,10 +21,4 @@ USES= perl5
USE_PERL5= configure
INSTALL_TARGET= pure_install
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501400
-TEST_DEPENDS+= p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Modified: head/devel/p5-Test-TCP/Makefile
==============================================================================
--- head/devel/p5-Test-TCP/Makefile Thu Mar 6 18:42:12 2014 (r347304)
+++ head/devel/p5-Test-TCP/Makefile Thu Mar 6 18:51:17 2014 (r347305)
@@ -18,10 +18,4 @@ BUILD_DEPENDS:= ${RUN_DEPENDS}
USES= perl5
USE_PERL5= modbuild
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501400
-TEST_DEPENDS= p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Modified: head/devel/p5-Test-WWW-Mechanize/Makefile
==============================================================================
--- head/devel/p5-Test-WWW-Mechanize/Makefile Thu Mar 6 18:42:12 2014 (r347304)
+++ head/devel/p5-Test-WWW-Mechanize/Makefile Thu Mar 6 18:51:17 2014 (r347305)
@@ -25,10 +25,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501400
-TEST_DEPENDS+= p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Modified: head/devel/p5-Tree-DAG_Node/Makefile
==============================================================================
--- head/devel/p5-Tree-DAG_Node/Makefile Thu Mar 6 18:42:12 2014 (r347304)
+++ head/devel/p5-Tree-DAG_Node/Makefile Thu Mar 6 18:51:17 2014 (r347305)
@@ -22,10 +22,6 @@ USE_PERL5= configure
.include <bsd.port.pre.mk>
-.if ${PERL_LEVEL} < 501400
-TEST_DEPENDS+= p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple
-.endif
-
.if ${PERL_LEVEL} < 501800
BUILD_DEPENDS+= p5-PathTools>=3.4000:${PORTSDIR}/devel/p5-PathTools
RUN_DEPENDS+= p5-PathTools>=3.4000:${PORTSDIR}/devel/p5-PathTools
Modified: head/devel/p5-perlbrew/Makefile
==============================================================================
--- head/devel/p5-perlbrew/Makefile Thu Mar 6 18:42:12 2014 (r347304)
+++ head/devel/p5-perlbrew/Makefile Thu Mar 6 18:51:17 2014 (r347305)
@@ -29,10 +29,4 @@ TEST_DEPENDS= p5-IO-All>=0:${PORTSDIR}/d
USES= perl5
USE_PERL5= configure
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501400
-TEST_DEPENDS+= p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Modified: head/dns/p5-POE-Component-Resolver/Makefile
==============================================================================
--- head/dns/p5-POE-Component-Resolver/Makefile Thu Mar 6 18:42:12 2014 (r347304)
+++ head/dns/p5-POE-Component-Resolver/Makefile Thu Mar 6 18:51:17 2014 (r347305)
@@ -21,12 +21,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
-.include <bsd.port.pre.mk>
-
-.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
-TEST_DEPENDS+= p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Modified: head/mail/p5-Email-Sender/Makefile
==============================================================================
--- head/mail/p5-Email-Sender/Makefile Thu Mar 6 18:42:12 2014 (r347304)
+++ head/mail/p5-Email-Sender/Makefile Thu Mar 6 18:51:17 2014 (r347305)
@@ -33,10 +33,4 @@ TEST_DEPENDS= p5-Capture-Tiny>=0.08:${PO
USES= perl5
USE_PERL5= configure
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501400
-TEST_DEPENDS+= p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Modified: head/math/p5-Math-Random-MT-Auto/Makefile
==============================================================================
--- head/math/p5-Math-Random-MT-Auto/Makefile Thu Mar 6 18:42:12 2014 (r347304)
+++ head/math/p5-Math-Random-MT-Auto/Makefile Thu Mar 6 18:51:17 2014 (r347305)
@@ -18,11 +18,4 @@ TEST_DEPENDS= p5-libwww>=0:${PORTSDIR}/w
USES= perl5
USE_PERL5= configure
-.include <bsd.port.pre.mk>
-
-.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
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Modified: head/net/p5-Net-MAC-Vendor/Makefile
==============================================================================
--- head/net/p5-Net-MAC-Vendor/Makefile Thu Mar 6 18:42:12 2014 (r347304)
+++ head/net/p5-Net-MAC-Vendor/Makefile Thu Mar 6 18:51:17 2014 (r347305)
@@ -20,10 +20,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501400
-TEST_DEPENDS+= p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Modified: head/security/p5-Unix-Passwd-File/Makefile
==============================================================================
--- head/security/p5-Unix-Passwd-File/Makefile Thu Mar 6 18:42:12 2014 (r347304)
+++ head/security/p5-Unix-Passwd-File/Makefile Thu Mar 6 18:51:17 2014 (r347305)
@@ -24,10 +24,4 @@ TEST_DEPENDS= p5-File-Copy-Recursive>=0:
USES= perl5
USE_PERL5= modbuild
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501400
-TEST_DEPENDS+= p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Modified: head/textproc/p5-FormValidator-Lite/Makefile
==============================================================================
--- head/textproc/p5-FormValidator-Lite/Makefile Thu Mar 6 18:42:12 2014 (r347304)
+++ head/textproc/p5-FormValidator-Lite/Makefile Thu Mar 6 18:51:17 2014 (r347305)
@@ -26,10 +26,4 @@ TEST_DEPENDS= p5-Text-TestBase>0:${PORTS
USES= perl5
USE_PERL5= modbuild
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501400
-TEST_DEPENDS+= p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Modified: head/textproc/p5-HTML-Format/Makefile
==============================================================================
--- head/textproc/p5-HTML-Format/Makefile Thu Mar 6 18:42:12 2014 (r347304)
+++ head/textproc/p5-HTML-Format/Makefile Thu Mar 6 18:51:17 2014 (r347305)
@@ -23,10 +23,4 @@ USES= perl5
USE_PERL5= modbuild
INSTALL_TARGET= pure_install
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501400
-TEST_DEPENDS+= p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Modified: head/textproc/p5-HTML-HTML5-Parser/Makefile
==============================================================================
--- head/textproc/p5-HTML-HTML5-Parser/Makefile Thu Mar 6 18:42:12 2014 (r347304)
+++ head/textproc/p5-HTML-HTML5-Parser/Makefile Thu Mar 6 18:51:17 2014 (r347305)
@@ -24,11 +24,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501400
-BUILD_DEPENDS+= p5-HTTP-Tiny>0:${PORTSDIR}/www/p5-HTTP-Tiny
-RUN_DEPENDS+= p5-HTTP-Tiny>0:${PORTSDIR}/www/p5-HTTP-Tiny
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Modified: head/textproc/p5-Hailo/Makefile
==============================================================================
--- head/textproc/p5-Hailo/Makefile Thu Mar 6 18:42:12 2014 (r347304)
+++ head/textproc/p5-Hailo/Makefile Thu Mar 6 18:51:17 2014 (r347305)
@@ -49,7 +49,6 @@ USE_PERL5= configure
OPTIONS_DEFINE= SQLITE PGSQL MYSQL
OPTIONS_DEFAULT= SQLITE
-.include <bsd.port.pre.mk>
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MSQLITE}
@@ -63,10 +62,4 @@ RUN_DEPENDS+= p5-DBD-Pg>=0:${PORTSDIR}/d
RUN_DEPENDS+= p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql
.endif
-.if ${PERL_LEVEL} < 501400
-BUILD_DEPENDS+= p5-autodie>=2.08:${PORTSDIR}/devel/p5-autodie
-RUN_DEPENDS+= p5-autodie>=2.08:${PORTSDIR}/devel/p5-autodie
-TEST_DEPENDS+= p5-Test-Simple>=0.94:${PORTSDIR}/devel/p5-Test-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Modified: head/textproc/p5-Pod-Elemental/Makefile
==============================================================================
--- head/textproc/p5-Pod-Elemental/Makefile Thu Mar 6 18:42:12 2014 (r347304)
+++ head/textproc/p5-Pod-Elemental/Makefile Thu Mar 6 18:51:17 2014 (r347305)
@@ -29,10 +29,4 @@ TEST_DEPENDS= p5-Test-Deep>=0:${PORTSDIR
USES= perl5
USE_PERL5= configure
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501400
-TEST_DEPENDS+= p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Modified: head/textproc/p5-Pod-Eventual/Makefile
==============================================================================
--- head/textproc/p5-Pod-Eventual/Makefile Thu Mar 6 18:42:12 2014 (r347304)
+++ head/textproc/p5-Pod-Eventual/Makefile Thu Mar 6 18:51:17 2014 (r347305)
@@ -20,10 +20,4 @@ TEST_DEPENDS= p5-Test-Deep>=0:${PORTSDIR
USES= perl5
USE_PERL5= configure
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501400
-TEST_DEPENDS+= p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Modified: head/textproc/p5-Text-TestBase/Makefile
==============================================================================
--- head/textproc/p5-Text-TestBase/Makefile Thu Mar 6 18:42:12 2014 (r347304)
+++ head/textproc/p5-Text-TestBase/Makefile Thu Mar 6 18:51:17 2014 (r347305)
@@ -20,12 +20,4 @@ TEST_DEPENDS= p5-Test-Requires>0:${PORTS
USES= perl5
USE_PERL5= modbuild
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501400
-BUILD_DEPENDS+= p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple
-RUN_DEPENDS+= p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple
-TEST_DEPENDS+= p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Modified: head/textproc/p5-Text-VimColor/Makefile
==============================================================================
--- head/textproc/p5-Text-VimColor/Makefile Thu Mar 6 18:42:12 2014 (r347304)
+++ head/textproc/p5-Text-VimColor/Makefile Thu Mar 6 18:51:17 2014 (r347305)
@@ -25,11 +25,4 @@ RUN_DEPENDS= p5-File-ShareDir>=0:${PORTS
USES= perl5
USE_PERL5= configure
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501400
-BUILD_DEPENDS+= p5-Term-ANSIColor>=3:${PORTSDIR}/devel/p5-Term-ANSIColor
-RUN_DEPENDS+= p5-Term-ANSIColor>=3:${PORTSDIR}/devel/p5-Term-ANSIColor
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Modified: head/textproc/p5-XML-Compile/Makefile
==============================================================================
--- head/textproc/p5-XML-Compile/Makefile Thu Mar 6 18:42:12 2014 (r347304)
+++ head/textproc/p5-XML-Compile/Makefile Thu Mar 6 18:51:17 2014 (r347305)
@@ -22,11 +22,4 @@ TEST_DEPENDS= p5-Test-Deep>=0.095:${PORT
USES= perl5
USE_PERL5= configure
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501400
-BUILD_DEPENDS+= p5-MIME-Base64>=3.10:${PORTSDIR}/converters/p5-MIME-Base64
-RUN_DEPENDS+= p5-MIME-Base64>=3.10:${PORTSDIR}/converters/p5-MIME-Base64
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Modified: head/www/p5-CGI-Application-Server/Makefile
==============================================================================
--- head/www/p5-CGI-Application-Server/Makefile Thu Mar 6 18:42:12 2014 (r347304)
+++ head/www/p5-CGI-Application-Server/Makefile Thu Mar 6 18:51:17 2014 (r347305)
@@ -29,10 +29,4 @@ TEST_DEPENDS= p5-CGI-Application>0:${POR
USES= perl5
USE_PERL5= configure
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501400
-TEST_DEPENDS+= p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Modified: head/www/p5-CGI.pm/Makefile
==============================================================================
--- head/www/p5-CGI.pm/Makefile Thu Mar 6 18:42:12 2014 (r347304)
+++ head/www/p5-CGI.pm/Makefile Thu Mar 6 18:51:17 2014 (r347305)
@@ -35,10 +35,4 @@ post-install:
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
@${INSTALL_DATA} ${EXAMPLES:S|^|${WRKSRC}/|} ${STAGEDIR}${EXAMPLESDIR}
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501400
-TEST_DEPENDS+= p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Modified: head/www/p5-Furl/Makefile
==============================================================================
--- head/www/p5-Furl/Makefile Thu Mar 6 18:42:12 2014 (r347304)
+++ head/www/p5-Furl/Makefile Thu Mar 6 18:51:17 2014 (r347305)
@@ -27,10 +27,4 @@ TEST_DEPENDS= p5-Test-Requires>=0:${PORT
USES= perl5
USE_PERL5= modbuild
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501400
-TEST_DEPENDS+= p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Modified: head/www/p5-HTML-Shakan/Makefile
==============================================================================
--- head/www/p5-HTML-Shakan/Makefile Thu Mar 6 18:42:12 2014 (r347304)
+++ head/www/p5-HTML-Shakan/Makefile Thu Mar 6 18:51:17 2014 (r347305)
@@ -30,10 +30,4 @@ TEST_DEPENDS= \
USES= perl5
USE_PERL5= modbuild
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501400
-TEST_DEPENDS+= p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Modified: head/www/p5-HTTP-BrowserDetect/Makefile
==============================================================================
--- head/www/p5-HTTP-BrowserDetect/Makefile Thu Mar 6 18:42:12 2014 (r347304)
+++ head/www/p5-HTTP-BrowserDetect/Makefile Thu Mar 6 18:51:17 2014 (r347305)
@@ -22,10 +22,4 @@ TEST_DEPENDS= p5-File-Slurp>=0:${PORTSDI
USES= perl5
USE_PERL5= configure
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501400
-TEST_DEPENDS+= p5-JSON-PP>=0:${PORTSDIR}/converters/p5-JSON-PP
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Modified: head/www/p5-HTTP-MobileAgent-Plugin-Charset/Makefile
==============================================================================
--- head/www/p5-HTTP-MobileAgent-Plugin-Charset/Makefile Thu Mar 6 18:42:12 2014 (r347304)
+++ head/www/p5-HTTP-MobileAgent-Plugin-Charset/Makefile Thu Mar 6 18:51:17 2014 (r347305)
@@ -16,10 +16,4 @@ BUILD_DEPENDS:= ${RUN_DEPENDS}
USES= perl5
USE_PERL5= configure
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501400
-TEST_DEPENDS+= p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Modified: head/www/p5-POE-Component-Client-HTTP/Makefile
==============================================================================
--- head/www/p5-POE-Component-Client-HTTP/Makefile Thu Mar 6 18:42:12 2014 (r347304)
+++ head/www/p5-POE-Component-Client-HTTP/Makefile Thu Mar 6 18:51:17 2014 (r347305)
@@ -26,10 +26,4 @@ TEST_DEPENDS= p5-Test-POE-Server-TCP>=1.
USES= perl5
USE_PERL5= configure
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501400
-TEST_DEPENDS+= p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Modified: head/www/p5-STF-Dispatcher-PSGI/Makefile
==============================================================================
--- head/www/p5-STF-Dispatcher-PSGI/Makefile Thu Mar 6 18:42:12 2014 (r347304)
+++ head/www/p5-STF-Dispatcher-PSGI/Makefile Thu Mar 6 18:51:17 2014 (r347305)
@@ -23,10 +23,4 @@ TEST_DEPENDS= \
USES= perl5
USE_PERL5= modbuild
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501400
-TEST_DEPENDS+= p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Modified: head/www/p5-WWW-GitHub-Gist/Makefile
==============================================================================
--- head/www/p5-WWW-GitHub-Gist/Makefile Thu Mar 6 18:42:12 2014 (r347304)
+++ head/www/p5-WWW-GitHub-Gist/Makefile Thu Mar 6 18:51:17 2014 (r347305)
@@ -20,11 +20,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501400
-BUILD_DEPENDS+= p5-HTTP-Tiny>=0:${PORTSDIR}/www/p5-HTTP-Tiny
-RUN_DEPENDS+= p5-HTTP-Tiny>=0:${PORTSDIR}/www/p5-HTTP-Tiny
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Modified: head/www/p5-WWW-TinySong/Makefile
==============================================================================
--- head/www/p5-WWW-TinySong/Makefile Thu Mar 6 18:42:12 2014 (r347304)
+++ head/www/p5-WWW-TinySong/Makefile Thu Mar 6 18:51:17 2014 (r347305)
@@ -18,10 +18,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501400
-TEST_DEPENDS+= p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Modified: head/www/p5-Web-Query/Makefile
==============================================================================
--- head/www/p5-Web-Query/Makefile Thu Mar 6 18:42:12 2014 (r347304)
+++ head/www/p5-Web-Query/Makefile Thu Mar 6 18:51:17 2014 (r347305)
@@ -19,10 +19,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= modbuild
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501400
-TEST_DEPENDS+= p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
More information about the svn-ports-all
mailing list