diff options
Diffstat (limited to 'devel')
194 files changed, 194 insertions, 194 deletions
diff --git a/devel/colorgcc/Makefile b/devel/colorgcc/Makefile index 88800440404d..bce295a42816 100644 --- a/devel/colorgcc/Makefile +++ b/devel/colorgcc/Makefile @@ -17,7 +17,7 @@ MAINTAINER= sbz@FreeBSD.org COMMENT= Perl script to colorize the terminal ouput of GCC RUN_DEPENDS= ${SITE_PERL}/Term/ANSIColor.pm:${PORTSDIR}/devel/p5-Term-ANSIColor -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PLIST_FILES= bin/${PORTNAME} \ share/examples/${PORTNAME}/${PORTNAME}rc diff --git a/devel/cpan-upload-http/Makefile b/devel/cpan-upload-http/Makefile index 8ea3c049a4b1..a3fb9b5aba4e 100644 --- a/devel/cpan-upload-http/Makefile +++ b/devel/cpan-upload-http/Makefile @@ -18,7 +18,7 @@ RUN_DEPENDS= \ p5-AppConfig-Std>=1.05:${PORTSDIR}/devel/p5-AppConfig-Std \ p5-libwww>0:${PORTSDIR}/www/p5-libwww \ p5-Term-ReadKey>0:${PORTSDIR}/devel/p5-Term-ReadKey -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/cpan-upload/Makefile b/devel/cpan-upload/Makefile index 1b62151e9368..c29b55c95acb 100644 --- a/devel/cpan-upload/Makefile +++ b/devel/cpan-upload/Makefile @@ -18,7 +18,7 @@ COMMENT= Script for uploading distributions to CPAN RUN_DEPENDS= p5-AppConfig-Std>=1.05:${PORTSDIR}/devel/p5-AppConfig-Std \ p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-AI-Prolog/Makefile b/devel/p5-AI-Prolog/Makefile index 76bb0b239403..684e88d4eabb 100644 --- a/devel/p5-AI-Prolog/Makefile +++ b/devel/p5-AI-Prolog/Makefile @@ -23,7 +23,7 @@ RUN_DEPENDS= p5-aliased>=0.11:${PORTSDIR}/devel/p5-aliased \ p5-Regexp-Common>=2.119:${PORTSDIR}/textproc/p5-Regexp-Common \ p5-Text-Quote>=0.03:${PORTSDIR}/textproc/p5-Text-Quote \ p5-Term-ReadKey>=2.21:${PORTSDIR}/devel/p5-Term-ReadKey -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes CONFIGURE_ARGS+=</dev/null diff --git a/devel/p5-Acme-Damn/Makefile b/devel/p5-Acme-Damn/Makefile index 4f8f00e2a789..dcaafd1c689c 100644 --- a/devel/p5-Acme-Damn/Makefile +++ b/devel/p5-Acme-Damn/Makefile @@ -15,7 +15,7 @@ MAINTAINER= imp@FreeBSD.org COMMENT= Unblessing perl objects RUN_DEPENDS= p5-Test-Exception>=0.29:${PORTSDIR}/devel/p5-Test-Exception -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-Algorithm-Dependency/Makefile b/devel/p5-Algorithm-Dependency/Makefile index b4afe19ded09..035d5bef75c1 100644 --- a/devel/p5-Algorithm-Dependency/Makefile +++ b/devel/p5-Algorithm-Dependency/Makefile @@ -15,7 +15,7 @@ MAINTAINER= wenheping@gmail.com COMMENT= Base class for implementing various dependency trees RUN_DEPENDS= p5-Params-Util>=0.31:${PORTSDIR}/devel/p5-Params-Util -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} BUILD_DEPENDS+= p5-Test-ClassAPI>=0.6:${PORTSDIR}/devel/p5-Test-ClassAPI MAN3= Algorithm::Dependency.3 \ diff --git a/devel/p5-Algorithm-Merge/Makefile b/devel/p5-Algorithm-Merge/Makefile index cb5e5c3346ef..36d7c3d3e055 100644 --- a/devel/p5-Algorithm-Merge/Makefile +++ b/devel/p5-Algorithm-Merge/Makefile @@ -15,7 +15,7 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Three-way merge and diff RUN_DEPENDS= p5-Algorithm-Diff>=1.15:${PORTSDIR}/devel/p5-Algorithm-Diff -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-AnyEvent-DBI-Abstract/Makefile b/devel/p5-AnyEvent-DBI-Abstract/Makefile index 9013d01fe8a9..e51aad2cf201 100644 --- a/devel/p5-AnyEvent-DBI-Abstract/Makefile +++ b/devel/p5-AnyEvent-DBI-Abstract/Makefile @@ -17,7 +17,7 @@ COMMENT= AnyEvent::DBI + SQL::Abstract RUN_DEPENDS= p5-AnyEvent-DBI>=0:${PORTSDIR}/devel/p5-AnyEvent-DBI \ p5-SQL-Abstract>=0:${PORTSDIR}/databases/p5-SQL-Abstract \ p5-parent>=0:${PORTSDIR}/devel/p5-parent -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-AnyEvent-DBI/Makefile b/devel/p5-AnyEvent-DBI/Makefile index 92833f1ad423..3f531115bfe3 100644 --- a/devel/p5-AnyEvent-DBI/Makefile +++ b/devel/p5-AnyEvent-DBI/Makefile @@ -17,7 +17,7 @@ COMMENT= AnyEvent::DBI - asynchronous DBI access RUN_DEPENDS= p5-DBI>=1.0:${PORTSDIR}/databases/p5-DBI \ p5-AnyEvent>=4.15:${PORTSDIR}/devel/p5-AnyEvent \ p5-common-sense>=3.3:${PORTSDIR}/devel/p5-common-sense -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-AnyEvent-Filesys-Notify/Makefile b/devel/p5-AnyEvent-Filesys-Notify/Makefile index 9b31ae98371a..cb9b78a72f50 100644 --- a/devel/p5-AnyEvent-Filesys-Notify/Makefile +++ b/devel/p5-AnyEvent-Filesys-Notify/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS= \ p5-Moose>0:${PORTSDIR}/devel/p5-Moose \ p5-Try-Tiny>0:${PORTSDIR}/lang/p5-Try-Tiny \ p5-namespace-autoclean>0:${PORTSDIR}/devel/p5-namespace-autoclean -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-Data-Dump>=0:${PORTSDIR}/devel/p5-Data-Dump \ p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ p5-Test-Without-Module>=0:${PORTSDIR}/devel/p5-Test-Without-Module diff --git a/devel/p5-AnyEvent-Graphite/Makefile b/devel/p5-AnyEvent-Graphite/Makefile index 928bb8181ca7..7055fb26a51f 100644 --- a/devel/p5-AnyEvent-Graphite/Makefile +++ b/devel/p5-AnyEvent-Graphite/Makefile @@ -16,7 +16,7 @@ COMMENT= A non-blocking Graphite client RUN_DEPENDS= p5-AnyEvent>=4.15:${PORTSDIR}/devel/p5-AnyEvent \ p5-AnyEvent-SNMP>=1.0:${PORTSDIR}/net-mgmt/p5-AnyEvent-SNMP -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= YES diff --git a/devel/p5-AnyEvent-Run/Makefile b/devel/p5-AnyEvent-Run/Makefile index 033d04ed60bf..d382a0d7a136 100644 --- a/devel/p5-AnyEvent-Run/Makefile +++ b/devel/p5-AnyEvent-Run/Makefile @@ -15,7 +15,7 @@ MAINTAINER= catone@cpan.org COMMENT= Run a process or coderef asynchronously RUN_DEPENDS= p5-AnyEvent>=4.15:${PORTSDIR}/devel/p5-AnyEvent -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-App-Cache/Makefile b/devel/p5-App-Cache/Makefile index 794f9d20d761..afda95731dfa 100644 --- a/devel/p5-App-Cache/Makefile +++ b/devel/p5-App-Cache/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= p5-Class-Accessor-Chained>=0:${PORTSDIR}/devel/p5-Class-Accessor-Ch p5-File-HomeDir>=0:${PORTSDIR}/devel/p5-File-HomeDir \ p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-AppConfig-Std/Makefile b/devel/p5-AppConfig-Std/Makefile index 481ea0ceca06..5b857d872db7 100644 --- a/devel/p5-AppConfig-Std/Makefile +++ b/devel/p5-AppConfig-Std/Makefile @@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A subclass of AppConfig that provides standard options RUN_DEPENDS= p5-AppConfig>=1.52:${PORTSDIR}/devel/p5-AppConfig -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-B-Compiling/Makefile b/devel/p5-B-Compiling/Makefile index 6f7dedeb02c4..9d612c508214 100644 --- a/devel/p5-B-Compiling/Makefile +++ b/devel/p5-B-Compiling/Makefile @@ -16,7 +16,7 @@ COMMENT= Perl extension to expose PL_compiling to perl RUN_DEPENDS= \ p5-Sub-Exporter>0:${PORTSDIR}/devel/p5-Sub-Exporter -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-B-Deobfuscate/Makefile b/devel/p5-B-Deobfuscate/Makefile index 12d4a03808db..86f35c47342b 100644 --- a/devel/p5-B-Deobfuscate/Makefile +++ b/devel/p5-B-Deobfuscate/Makefile @@ -16,7 +16,7 @@ COMMENT= Extension to B::Deparse for use in de-obfuscating source code RUN_DEPENDS= p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML \ p5-B-Keywords>=0:${PORTSDIR}/devel/p5-B-Keywords -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-CHI/Makefile b/devel/p5-CHI/Makefile index 8e3c732c07a1..c3e4d9fe3c4b 100644 --- a/devel/p5-CHI/Makefile +++ b/devel/p5-CHI/Makefile @@ -16,7 +16,7 @@ DISTNAME= ${PORTNAME}-0.54 MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension for unified cache interface -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} RUN_DEPENDS= \ p5-Carp-Assert>=0.20:${PORTSDIR}/devel/p5-Carp-Assert \ p5-Data-UUID>0:${PORTSDIR}/devel/p5-Data-UUID \ diff --git a/devel/p5-CPAN-Mini/Makefile b/devel/p5-CPAN-Mini/Makefile index 81eb318b87f1..5e8184d8a3b6 100644 --- a/devel/p5-CPAN-Mini/Makefile +++ b/devel/p5-CPAN-Mini/Makefile @@ -18,7 +18,7 @@ COMMENT= CPAN::Mini - create a minimal mirror of CPAN RUN_DEPENDS= p5-File-HomeDir>=0.57:${PORTSDIR}/devel/p5-File-HomeDir \ p5-libwww>=5:${PORTSDIR}/www/p5-libwww \ p5-URI>=1:${PORTSDIR}/net/p5-URI -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple PERL_CONFIGURE= yes diff --git a/devel/p5-CPAN-YACSmoke/Makefile b/devel/p5-CPAN-YACSmoke/Makefile index e67a8f2a3717..1c6f93a85a4a 100644 --- a/devel/p5-CPAN-YACSmoke/Makefile +++ b/devel/p5-CPAN-YACSmoke/Makefile @@ -22,7 +22,7 @@ RUN_DEPENDS= p5-Config-IniFiles>=0:${PORTSDIR}/devel/p5-Config-IniFiles \ p5-Test-Reporter>=1.25:${PORTSDIR}/devel/p5-Test-Reporter \ p5-URI>=0:${PORTSDIR}/net/p5-URI \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-Cache-AgainstFile/Makefile b/devel/p5-Cache-AgainstFile/Makefile index 7243780f0618..7a5290e44753 100644 --- a/devel/p5-Cache-AgainstFile/Makefile +++ b/devel/p5-Cache-AgainstFile/Makefile @@ -17,7 +17,7 @@ COMMENT= Cache data structures parsed from files, watching for updates RUN_DEPENDS= p5-Log-Trace>0:${PORTSDIR}/devel/p5-Log-Trace \ p5-Test-Assertions>0:${PORTSDIR}/devel/p5-Test-Assertions -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-Check-ISA/Makefile b/devel/p5-Check-ISA/Makefile index 37773e4ee08b..63be90f50d18 100644 --- a/devel/p5-Check-ISA/Makefile +++ b/devel/p5-Check-ISA/Makefile @@ -17,7 +17,7 @@ COMMENT= DWIM, correct checking of an object's class RUN_DEPENDS= p5-Test-use-ok>=0:${PORTSDIR}/devel/p5-Test-use-ok \ p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-Class-Accessor-Chained/Makefile b/devel/p5-Class-Accessor-Chained/Makefile index 0abbe866d107..21a12608bf92 100644 --- a/devel/p5-Class-Accessor-Chained/Makefile +++ b/devel/p5-Class-Accessor-Chained/Makefile @@ -16,7 +16,7 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Make chained accessors RUN_DEPENDS= ${SITE_PERL}/Class/Accessor.pm:${PORTSDIR}/devel/p5-Class-Accessor -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-Class-Accessor-Named/Makefile b/devel/p5-Class-Accessor-Named/Makefile index d91dda893d58..d2d869a797ce 100644 --- a/devel/p5-Class-Accessor-Named/Makefile +++ b/devel/p5-Class-Accessor-Named/Makefile @@ -18,7 +18,7 @@ RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Sub/Name.pm:${PORTSDIR}/devel/p5-Sub-Name ${SITE_PERL}/Class/Accessor.pm:${PORTSDIR}/devel/p5-Class-Accessor \ ${SITE_PERL}/Hook/LexWrap.pm:${PORTSDIR}/devel/p5-Hook-LexWrap \ ${SITE_PERL}/UNIVERSAL/require.pm:${PORTSDIR}/devel/p5-UNIVERSAL-require -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-Class-AutoClass/Makefile b/devel/p5-Class-AutoClass/Makefile index a8991857041c..d954c4283c33 100644 --- a/devel/p5-Class-AutoClass/Makefile +++ b/devel/p5-Class-AutoClass/Makefile @@ -18,7 +18,7 @@ MAINTAINER= fernan@iib.unsam.edu.ar COMMENT= Automatically define simple get and set methods in an inheritance structure RUN_DEPENDS= ${SITE_PERL}/IO/Scalar.pm:${PORTSDIR}/devel/p5-IO-stringy -BUILD_DEPENDS= ${RUN_DEPENDS} \ +BUILD_DEPENDS:= ${RUN_DEPENDS} \ ${SITE_PERL}/Test/Deep.pm:${PORTSDIR}/devel/p5-Test-Deep PERL_CONFIGURE= yes diff --git a/devel/p5-Class-C3-Adopt-NEXT/Makefile b/devel/p5-Class-C3-Adopt-NEXT/Makefile index cfe5758afd5b..0ab3ebcd9982 100644 --- a/devel/p5-Class-C3-Adopt-NEXT/Makefile +++ b/devel/p5-Class-C3-Adopt-NEXT/Makefile @@ -16,7 +16,7 @@ COMMENT= Make NEXT suck less RUN_DEPENDS= p5-MRO-Compat>=0:${PORTSDIR}/devel/p5-MRO-Compat \ p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception PERL_CONFIGURE= yes diff --git a/devel/p5-Class-C3-Componentised/Makefile b/devel/p5-Class-C3-Componentised/Makefile index 15c290ada820..d24daa3fa51a 100644 --- a/devel/p5-Class-C3-Componentised/Makefile +++ b/devel/p5-Class-C3-Componentised/Makefile @@ -18,7 +18,7 @@ COMMENT= Load mix-ins or components to your C3-based class RUN_DEPENDS= p5-Class-C3>=0.20:${PORTSDIR}/devel/p5-Class-C3 \ p5-MRO-Compat>0:${PORTSDIR}/devel/p5-MRO-Compat \ p5-Class-Inspector>=0:${PORTSDIR}/devel/p5-Class-Inspector -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-Class-Inspector>=0:${PORTSDIR}/devel/p5-Class-Inspector \ p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ diff --git a/devel/p5-Class-Method-Modifiers-Fast/Makefile b/devel/p5-Class-Method-Modifiers-Fast/Makefile index 009eaa39fd47..512a540f45c9 100644 --- a/devel/p5-Class-Method-Modifiers-Fast/Makefile +++ b/devel/p5-Class-Method-Modifiers-Fast/Makefile @@ -16,7 +16,7 @@ COMMENT= Perl extension to provide Moose-like method modifiers RUN_DEPENDS= \ p5-Data-Util>=0.55:${PORTSDIR}/devel/p5-Data-Util -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-Sub-Uplevel>=0.18:${PORTSDIR}/devel/p5-Sub-Uplevel PERL_CONFIGURE= yes diff --git a/devel/p5-Class-Virtual/Makefile b/devel/p5-Class-Virtual/Makefile index dce244e14265..5faf990338de 100644 --- a/devel/p5-Class-Virtual/Makefile +++ b/devel/p5-Class-Virtual/Makefile @@ -17,7 +17,7 @@ COMMENT= Base class for virtual base classes in Perl RUN_DEPENDS= p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \ p5-Class-ISA>=0:${PORTSDIR}/devel/p5-Class-ISA \ p5-Carp-Assert>=0:${PORTSDIR}/devel/p5-Carp-Assert -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-Config-Any/Makefile b/devel/p5-Config-Any/Makefile index f76b7e010b59..a21a4a9bf684 100644 --- a/devel/p5-Config-Any/Makefile +++ b/devel/p5-Config-Any/Makefile @@ -15,7 +15,7 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Load class configuration data from a number of file formats RUN_DEPENDS= p5-version>=0:${PORTSDIR}/devel/p5-version -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-Config-IniHash/Makefile b/devel/p5-Config-IniHash/Makefile index 2da5b00b2a9b..7a454b91f5d4 100644 --- a/devel/p5-Config-IniHash/Makefile +++ b/devel/p5-Config-IniHash/Makefile @@ -18,7 +18,7 @@ COMMENT= Perl extension for reading and writing INI files RUN_DEPENDS= p5-Hash-Case>=0:${PORTSDIR}/devel/p5-Hash-Case \ p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy \ p5-Hash-WithDefaults>=0.04:${PORTSDIR}/devel/p5-Hash-WithDefaults -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes USE_DOS2UNIX= yes diff --git a/devel/p5-Config-MySQL/Makefile b/devel/p5-Config-MySQL/Makefile index f86848e18790..f79881a5badb 100644 --- a/devel/p5-Config-MySQL/Makefile +++ b/devel/p5-Config-MySQL/Makefile @@ -16,7 +16,7 @@ COMMENT= Perl extension to read/write MySQL-style configuration files RUN_DEPENDS= \ p5-Config-INI>0:${PORTSDIR}/devel/p5-Config-INI -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-Data-DumpXML/Makefile b/devel/p5-Data-DumpXML/Makefile index 7826bf448cb7..5aee70f34a21 100644 --- a/devel/p5-Data-DumpXML/Makefile +++ b/devel/p5-Data-DumpXML/Makefile @@ -17,7 +17,7 @@ COMMENT= Dump arbitrary data structures as XML RUN_DEPENDS= p5-Array-RefElem>=0.01:${PORTSDIR}/misc/p5-Array-RefElem \ p5-XML-Parser>=2:${PORTSDIR}/textproc/p5-XML-Parser -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-Data-JavaScript-Anon/Makefile b/devel/p5-Data-JavaScript-Anon/Makefile index 5ecaa37d8cf1..ece82b381797 100644 --- a/devel/p5-Data-JavaScript-Anon/Makefile +++ b/devel/p5-Data-JavaScript-Anon/Makefile @@ -17,7 +17,7 @@ COMMENT= Dump big dumb Perl structs to anonymous JavaScript structs RUN_DEPENDS= p5-Class-Default>=1.51:${PORTSDIR}/devel/p5-Class-Default \ p5-Params-Util>=0.01:${PORTSDIR}/devel/p5-Params-Util -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes MAN3= Data::JavaScript::Anon.3 diff --git a/devel/p5-Data-Localize/Makefile b/devel/p5-Data-Localize/Makefile index aac4fdb7f2b6..3730766942a2 100644 --- a/devel/p5-Data-Localize/Makefile +++ b/devel/p5-Data-Localize/Makefile @@ -18,7 +18,7 @@ COMMENT= Perl extension for alternate data localization API RUN_DEPENDS= \ p5-Any-Moose>0:${PORTSDIR}/devel/p5-Any-Moose \ p5-MooseX-AttributeHelpers>0:${PORTSDIR}/devel/p5-MooseX-AttributeHelpers -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-Data-Model/Makefile b/devel/p5-Data-Model/Makefile index ff89d4a2276c..cd583b468868 100644 --- a/devel/p5-Data-Model/Makefile +++ b/devel/p5-Data-Model/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= \ p5-DBD-SQLite>0:${PORTSDIR}/databases/p5-DBD-SQLite \ p5-DBI>0:${PORTSDIR}/databases/p5-DBI \ p5-Params-Validate>0:${PORTSDIR}/devel/p5-Params-Validate -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class \ p5-Sub-Uplevel>0:${PORTSDIR}/devel/p5-Sub-Uplevel \ p5-MRO-Compat>=0:${PORTSDIR}/devel/p5-MRO-Compat \ diff --git a/devel/p5-Data-ObjectDriver/Makefile b/devel/p5-Data-ObjectDriver/Makefile index 50202888a79d..b6aed8d6f6ce 100644 --- a/devel/p5-Data-ObjectDriver/Makefile +++ b/devel/p5-Data-ObjectDriver/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \ p5-Class-Trigger>=0:${PORTSDIR}/devel/p5-Class-Trigger \ p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ p5-Text-SimpleTable>=0:${PORTSDIR}/textproc/p5-Text-SimpleTable -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-Data-OptList/Makefile b/devel/p5-Data-OptList/Makefile index 35e65e66dd98..e9f53a6023aa 100644 --- a/devel/p5-Data-OptList/Makefile +++ b/devel/p5-Data-OptList/Makefile @@ -16,7 +16,7 @@ COMMENT= Parse and validate simple name/value option pairs RUN_DEPENDS= p5-Params-Util>=0.14:${PORTSDIR}/devel/p5-Params-Util \ p5-Sub-Install>=0.92:${PORTSDIR}/devel/p5-Sub-Install -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-Data-Page-NoTotalEntries/Makefile b/devel/p5-Data-Page-NoTotalEntries/Makefile index 5ae7286da67c..ca69befbaf69 100644 --- a/devel/p5-Data-Page-NoTotalEntries/Makefile +++ b/devel/p5-Data-Page-NoTotalEntries/Makefile @@ -17,7 +17,7 @@ COMMENT= Perl extension for paging results without total entries RUN_DEPENDS= \ p5-Class-Accessor-Lite>=0.05:${PORTSDIR}/devel/p5-Class-Accessor-Lite -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple PERL_CONFIGURE= yes diff --git a/devel/p5-Data-SExpression/Makefile b/devel/p5-Data-SExpression/Makefile index aa569629c5fa..cfc3ee344fa0 100644 --- a/devel/p5-Data-SExpression/Makefile +++ b/devel/p5-Data-SExpression/Makefile @@ -16,7 +16,7 @@ COMMENT= Perl extension to parse lisp S-expressions into perl data structures RUN_DEPENDS= \ p5-Class-Accessor>0:${PORTSDIR}/devel/p5-Class-Accessor -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep PERL_CONFIGURE= yes diff --git a/devel/p5-Data-Stag/Makefile b/devel/p5-Data-Stag/Makefile index 7a8716db50ee..503e65a43ac1 100644 --- a/devel/p5-Data-Stag/Makefile +++ b/devel/p5-Data-Stag/Makefile @@ -16,7 +16,7 @@ MAINTAINER= fernan@iib.unsam.edu.ar COMMENT= Structured Tags datastructures RUN_DEPENDS= ${SITE_PERL}/IO/String.pm:${PORTSDIR}/devel/p5-IO-String -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-Data-Util/Makefile b/devel/p5-Data-Util/Makefile index 15a76f5b68cf..4537b55d93a4 100644 --- a/devel/p5-Data-Util/Makefile +++ b/devel/p5-Data-Util/Makefile @@ -17,7 +17,7 @@ COMMENT= Perl extension for utilities for data and data types RUN_DEPENDS= \ p5-MRO-Compat>=0.09:${PORTSDIR}/devel/p5-MRO-Compat \ p5-Hash-Util-FieldHash-Compat>0:${PORTSDIR}/devel/p5-Hash-Util-FieldHash-Compat -BUILD_DEPENDS= ${RUN_DEPENDS} \ +BUILD_DEPENDS:= ${RUN_DEPENDS} \ p5-ExtUtils-CBuilder>0:${PORTSDIR}/devel/p5-ExtUtils-CBuilder TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ p5-Scope-Guard>=0.20:${PORTSDIR}/devel/p5-Scope-Guard diff --git a/devel/p5-Data-Visitor-Encode/Makefile b/devel/p5-Data-Visitor-Encode/Makefile index 8998818f1d8f..b11e9ec5eb17 100644 --- a/devel/p5-Data-Visitor-Encode/Makefile +++ b/devel/p5-Data-Visitor-Encode/Makefile @@ -16,7 +16,7 @@ COMMENT= Perl extension to encode/decode values in a structure RUN_DEPENDS= \ p5-Data-Visitor>=0.18:${PORTSDIR}/devel/p5-Data-Visitor -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-Test-Exception>0:${PORTSDIR}/devel/p5-Test-Exception PERL_CONFIGURE= yes diff --git a/devel/p5-Date-Calc/Makefile b/devel/p5-Date-Calc/Makefile index 351fdccfa31b..e527c212e8be 100644 --- a/devel/p5-Date-Calc/Makefile +++ b/devel/p5-Date-Calc/Makefile @@ -16,7 +16,7 @@ COMMENT= Gregorian calendar date calculations RUN_DEPENDS= p5-Bit-Vector>=7.1:${PORTSDIR}/math/p5-Bit-Vector \ p5-Carp-Clan>=5.3:${PORTSDIR}/devel/p5-Carp-Clan -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-DateTime-Calendar-FrenchRevolutionary/Makefile b/devel/p5-DateTime-Calendar-FrenchRevolutionary/Makefile index 3444c1f448c1..2fd8a33dccb8 100644 --- a/devel/p5-DateTime-Calendar-FrenchRevolutionary/Makefile +++ b/devel/p5-DateTime-Calendar-FrenchRevolutionary/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Dates in the French Revolutionary Calendar -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} RUN_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \ p5-Roman>=0:${PORTSDIR}/math/p5-Roman diff --git a/devel/p5-DateTime-Calendar-Mayan/Makefile b/devel/p5-DateTime-Calendar-Mayan/Makefile index aa105ef86972..cd07ed9a76be 100644 --- a/devel/p5-DateTime-Calendar-Mayan/Makefile +++ b/devel/p5-DateTime-Calendar-Mayan/Makefile @@ -17,7 +17,7 @@ COMMENT= The Mayan Long Count, Haab, and Tzolkin calendars RUN_DEPENDS= p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate \ p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_MODBUILD= yes diff --git a/devel/p5-DateTime-Event-NameDay/Makefile b/devel/p5-DateTime-Event-NameDay/Makefile index 7def98d5f82d..80fcfa5c1022 100644 --- a/devel/p5-DateTime-Event-NameDay/Makefile +++ b/devel/p5-DateTime-Event-NameDay/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \ p5-DateTime-Set>=0:${PORTSDIR}/devel/p5-DateTime-Set \ p5-DateTime-Calendar-Christian>=0:${PORTSDIR}/devel/p5-DateTime-Calendar-Christian \ p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_MODBUILD= yes diff --git a/devel/p5-DateTime-Event-Sunrise/Makefile b/devel/p5-DateTime-Event-Sunrise/Makefile index 431a5f7e7c3b..975f117341e4 100644 --- a/devel/p5-DateTime-Event-Sunrise/Makefile +++ b/devel/p5-DateTime-Event-Sunrise/Makefile @@ -17,7 +17,7 @@ COMMENT= DateTime Objects for sunrise and sunset for a given day RUN_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \ p5-DateTime-Set>=0:${PORTSDIR}/devel/p5-DateTime-Set -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-DateTime-Event-Zodiac/Makefile b/devel/p5-DateTime-Event-Zodiac/Makefile index 61fbb0d7c7f6..2502c1edbee1 100644 --- a/devel/p5-DateTime-Event-Zodiac/Makefile +++ b/devel/p5-DateTime-Event-Zodiac/Makefile @@ -15,7 +15,7 @@ COMMENT= Return zodiac for a given date RUN_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \ p5-DateTime-Util-Astro>=0:${PORTSDIR}/devel/p5-DateTime-Util-Astro \ p5-Exporter-Lite>=0:${PORTSDIR}/devel/p5-Exporter-Lite -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \ p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage diff --git a/devel/p5-DateTime-Format-Baby/Makefile b/devel/p5-DateTime-Format-Baby/Makefile index ed5c07ca02f5..705908004c2c 100644 --- a/devel/p5-DateTime-Format-Baby/Makefile +++ b/devel/p5-DateTime-Format-Baby/Makefile @@ -16,7 +16,7 @@ COMMENT= Parse and format baby-style time RUN_DEPENDS= p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate \ ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} WRKSRC= ${WRKDIR}/${DISTNAME:S/00//} diff --git a/devel/p5-DateTime-Format-Bork/Makefile b/devel/p5-DateTime-Format-Bork/Makefile index 42b9a96c4d96..3db9a917a5f6 100644 --- a/devel/p5-DateTime-Format-Bork/Makefile +++ b/devel/p5-DateTime-Format-Bork/Makefile @@ -18,7 +18,7 @@ COMMENT= Formats datetimes for that guy from The Muppet Show RUN_DEPENDS= p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate \ p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \ p5-DateTime-Format-Builder>=0:${PORTSDIR}/devel/p5-DateTime-Format-Builder -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_MODBUILD= yes diff --git a/devel/p5-DateTime-Format-DBI/Makefile b/devel/p5-DateTime-Format-DBI/Makefile index 6e2f0eaf3c40..71a708e43791 100644 --- a/devel/p5-DateTime-Format-DBI/Makefile +++ b/devel/p5-DateTime-Format-DBI/Makefile @@ -16,7 +16,7 @@ COMMENT= Find a parser class for a database connection RUN_DEPENDS= p5-DBI>=1.21:${PORTSDIR}/databases/p5-DBI \ p5-DateTime>=0.1:${PORTSDIR}/devel/p5-DateTime -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} BUILD_DEPENDS+= p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings PERL_MODBUILD= yes diff --git a/devel/p5-DateTime-Format-DateManip/Makefile b/devel/p5-DateTime-Format-DateManip/Makefile index 295ffa04c7db..b98041a3a324 100644 --- a/devel/p5-DateTime-Format-DateManip/Makefile +++ b/devel/p5-DateTime-Format-DateManip/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Convert Date::Manip dates and durations to DateTimes and vice versa -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} RUN_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \ p5-Date-Manip>=0:${PORTSDIR}/devel/p5-Date-Manip diff --git a/devel/p5-DateTime-Format-Flexible/Makefile b/devel/p5-DateTime-Format-Flexible/Makefile index 03d05807126d..b9f1a66d5756 100644 --- a/devel/p5-DateTime-Format-Flexible/Makefile +++ b/devel/p5-DateTime-Format-Flexible/Makefile @@ -18,7 +18,7 @@ RUN_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \ p5-DateTime-Format-Builder>=0.74:${PORTSDIR}/devel/p5-DateTime-Format-Builder \ p5-DateTime-TimeZone>=0:${PORTSDIR}/devel/p5-DateTime-TimeZone \ p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-Test-MockTime>=0:${PORTSDIR}/devel/p5-Test-MockTime PERL_CONFIGURE= yes diff --git a/devel/p5-DateTime-Format-HTTP/Makefile b/devel/p5-DateTime-Format-HTTP/Makefile index 771d4e3de48f..d599552c6ac4 100644 --- a/devel/p5-DateTime-Format-HTTP/Makefile +++ b/devel/p5-DateTime-Format-HTTP/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= HTTP date conversion routines -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} RUN_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww diff --git a/devel/p5-DateTime-Format-ICal/Makefile b/devel/p5-DateTime-Format-ICal/Makefile index 0e2598bda61c..b97f2bc916fc 100644 --- a/devel/p5-DateTime-Format-ICal/Makefile +++ b/devel/p5-DateTime-Format-ICal/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \ p5-DateTime-Event-ICal>=0:${PORTSDIR}/devel/p5-DateTime-Event-ICal \ p5-DateTime-Set>=0:${PORTSDIR}/devel/p5-DateTime-Set \ p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_MODBUILD= yes diff --git a/devel/p5-DateTime-Format-Mail/Makefile b/devel/p5-DateTime-Format-Mail/Makefile index 3a661a8b1c5f..bf92a9740687 100644 --- a/devel/p5-DateTime-Format-Mail/Makefile +++ b/devel/p5-DateTime-Format-Mail/Makefile @@ -17,7 +17,7 @@ COMMENT= Convert between DateTime and RFC2822/822 formats RUN_DEPENDS= p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate \ p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_MODBUILD= yes diff --git a/devel/p5-DateTime-Format-MySQL/Makefile b/devel/p5-DateTime-Format-MySQL/Makefile index b9ec6057f375..e7a57381347e 100644 --- a/devel/p5-DateTime-Format-MySQL/Makefile +++ b/devel/p5-DateTime-Format-MySQL/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Parse and format MySQL dates and times -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} RUN_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \ p5-DateTime-Format-Builder>=0:${PORTSDIR}/devel/p5-DateTime-Format-Builder diff --git a/devel/p5-DateTime-Format-Roman/Makefile b/devel/p5-DateTime-Format-Roman/Makefile index b9108f90888c..b1ddff8d030d 100644 --- a/devel/p5-DateTime-Format-Roman/Makefile +++ b/devel/p5-DateTime-Format-Roman/Makefile @@ -16,7 +16,7 @@ COMMENT= Roman day numbering for DateTime objects RUN_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \ p5-Roman>=0:${PORTSDIR}/math/p5-Roman -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-DateTime-Format-Strptime/Makefile b/devel/p5-DateTime-Format-Strptime/Makefile index 00747c38a551..ccb065afba01 100644 --- a/devel/p5-DateTime-Format-Strptime/Makefile +++ b/devel/p5-DateTime-Format-Strptime/Makefile @@ -19,7 +19,7 @@ COMMENT= Parse and format strp and strf time patterns RUN_DEPENDS= p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate \ p5-DateTime-TimeZone>=0:${PORTSDIR}/devel/p5-DateTime-TimeZone \ p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-DateTime-Format-W3CDTF/Makefile b/devel/p5-DateTime-Format-W3CDTF/Makefile index fe671f63fe1e..ffc647ccc426 100644 --- a/devel/p5-DateTime-Format-W3CDTF/Makefile +++ b/devel/p5-DateTime-Format-W3CDTF/Makefile @@ -15,7 +15,7 @@ MAINTAINER= jadawin@FreeBSD.org COMMENT= Parse and format W3CDTF datetime strings RUN_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-DateTime-HiRes/Makefile b/devel/p5-DateTime-HiRes/Makefile index 8066b487393a..063a17a4e6d4 100644 --- a/devel/p5-DateTime-HiRes/Makefile +++ b/devel/p5-DateTime-HiRes/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Create DateTime objects with sub-second current time resolution -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} RUN_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \ p5-Time-HiRes>=0:${PORTSDIR}/devel/p5-Time-HiRes diff --git a/devel/p5-DateTime-Locale/Makefile b/devel/p5-DateTime-Locale/Makefile index 708a6148929b..477b11f9a61c 100644 --- a/devel/p5-DateTime-Locale/Makefile +++ b/devel/p5-DateTime-Locale/Makefile @@ -17,7 +17,7 @@ COMMENT= Localization support for DateTime RUN_DEPENDS= p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \ p5-Params-Validate>=0.91:${PORTSDIR}/devel/p5-Params-Validate -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_MODBUILD= yes diff --git a/devel/p5-DateTime-TimeZone-Alias/Makefile b/devel/p5-DateTime-TimeZone-Alias/Makefile index ec31d48fbbf1..3fa888cf8752 100644 --- a/devel/p5-DateTime-TimeZone-Alias/Makefile +++ b/devel/p5-DateTime-TimeZone-Alias/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Create aliases for DateTime timezones -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} RUN_DEPENDS= p5-DateTime-TimeZone>=0:${PORTSDIR}/devel/p5-DateTime-TimeZone \ p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime diff --git a/devel/p5-DateTime-TimeZone/Makefile b/devel/p5-DateTime-TimeZone/Makefile index ec688ebf2ed8..780665e2b804 100644 --- a/devel/p5-DateTime-TimeZone/Makefile +++ b/devel/p5-DateTime-TimeZone/Makefile @@ -17,7 +17,7 @@ COMMENT= Time zone object base class and factory RUN_DEPENDS= p5-Class-Load>0:${PORTSDIR}/devel/p5-Class-Load \ p5-Class-Singleton>=1.03:${PORTSDIR}/devel/p5-Class-Singleton \ p5-Params-Validate>=0.72:${PORTSDIR}/devel/p5-Params-Validate -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-DateTimeX-Easy/Makefile b/devel/p5-DateTimeX-Easy/Makefile index 5ee9e6f19cdc..bf0bcd5987c5 100644 --- a/devel/p5-DateTimeX-Easy/Makefile +++ b/devel/p5-DateTimeX-Easy/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \ p5-DateTime-Format-ICal>=0:${PORTSDIR}/devel/p5-DateTime-Format-ICal \ p5-DateTime-Format-Natural>=0:${PORTSDIR}/devel/p5-DateTime-Format-Natural \ p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-Test-Most>=0:${PORTSDIR}/devel/p5-Test-Most PERL_CONFIGURE= yes diff --git a/devel/p5-Devel-BeginLift/Makefile b/devel/p5-Devel-BeginLift/Makefile index 7ebecb1b9cdc..ca28b40cfb28 100644 --- a/devel/p5-Devel-BeginLift/Makefile +++ b/devel/p5-Devel-BeginLift/Makefile @@ -16,7 +16,7 @@ COMMENT= Perl extension to make selected sub calls evaluate at compile time RUN_DEPENDS= \ p5-B-Hooks-OP-Check-EntersubForCV>=0.03:${PORTSDIR}/devel/p5-B-Hooks-OP-Check-EntersubForCV -BUILD_DEPENDS= ${RUN_DEPENDS} \ +BUILD_DEPENDS:= ${RUN_DEPENDS} \ p5-ExtUtils-Depends>0:${PORTSDIR}/devel/p5-ExtUtils-Depends PERL_CONFIGURE= yes diff --git a/devel/p5-Devel-Caller/Makefile b/devel/p5-Devel-Caller/Makefile index db459497fd58..40ad9a3bd43f 100644 --- a/devel/p5-Devel-Caller/Makefile +++ b/devel/p5-Devel-Caller/Makefile @@ -16,7 +16,7 @@ MAINTAINER= perl@FreeBSD.org COMMENT= A perl module which is meatier versions of caller RUN_DEPENDS= p5-PadWalker>=0.08:${PORTSDIR}/devel/p5-PadWalker -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-Devel-Cover-Report-Clover/Makefile b/devel/p5-Devel-Cover-Report-Clover/Makefile index f9a95120681c..84d3937f4ef4 100644 --- a/devel/p5-Devel-Cover-Report-Clover/Makefile +++ b/devel/p5-Devel-Cover-Report-Clover/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= \ p5-Devel-Cover>0:${PORTSDIR}/devel/p5-Devel-Cover \ p5-HTML-Parser>0:${PORTSDIR}/www/p5-HTML-Parser \ p5-Template-Toolkit>0:${PORTSDIR}/www/p5-Template-Toolkit -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= \ p5-File-Path>=2.06:${PORTSDIR}/devel/p5-File-Path \ p5-File-Which>=1.08:${PORTSDIR}/sysutils/p5-File-Which \ diff --git a/devel/p5-Devel-Declare-Parser/Makefile b/devel/p5-Devel-Declare-Parser/Makefile index f4bdc674d1f2..dc1a44c9644c 100644 --- a/devel/p5-Devel-Declare-Parser/Makefile +++ b/devel/p5-Devel-Declare-Parser/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= \ p5-B-Hooks-EndOfScope>=0.08:${PORTSDIR}/devel/p5-B-Hooks-EndOfScope \ p5-Devel-BeginLift>0:${PORTSDIR}/devel/p5-Devel-BeginLift \ p5-Devel-Declare>=0.006:${PORTSDIR}/devel/p5-Devel-Declare -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-Test-Exception-LessClever>=0:${PORTSDIR}/devel/p5-Test-Exception-LessClever PERL_MODBUILD= yes diff --git a/devel/p5-Devel-Ditto/Makefile b/devel/p5-Devel-Ditto/Makefile index 528a19d6a368..7fbde9224dc7 100644 --- a/devel/p5-Devel-Ditto/Makefile +++ b/devel/p5-Devel-Ditto/Makefile @@ -15,7 +15,7 @@ MAINTAINER= tobez@FreeBSD.org COMMENT= Devel::Ditto - Identify where print output comes from RUN_DEPENDS= p5-IPC-Run>=0:${PORTSDIR}/devel/p5-IPC-Run -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_MODBUILD= yes diff --git a/devel/p5-Devel-EvalContext/Makefile b/devel/p5-Devel-EvalContext/Makefile index 073382e08067..08841710094b 100644 --- a/devel/p5-Devel-EvalContext/Makefile +++ b/devel/p5-Devel-EvalContext/Makefile @@ -17,7 +17,7 @@ COMMENT= Save lexicals and hints between calls to eval RUN_DEPENDS= p5-PadWalker>=0:${PORTSDIR}/devel/p5-PadWalker \ p5-Data-Alias>=0:${PORTSDIR}/devel/p5-Data-Alias \ p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-Devel-RingBuffer/Makefile b/devel/p5-Devel-RingBuffer/Makefile index b1dc43590011..12e4a377a00a 100644 --- a/devel/p5-Devel-RingBuffer/Makefile +++ b/devel/p5-Devel-RingBuffer/Makefile @@ -15,7 +15,7 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Shared memory ring buffers for Perl scripts diagnosis/debug RUN_DEPENDS= p5-IPC-Mmap>=0:${PORTSDIR}/devel/p5-IPC-Mmap -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-Devel-STrace/Makefile b/devel/p5-Devel-STrace/Makefile index 0bc962f4299d..7b2627419c5a 100644 --- a/devel/p5-Devel-STrace/Makefile +++ b/devel/p5-Devel-STrace/Makefile @@ -16,7 +16,7 @@ COMMENT= strace(1)-like runtime call trace for Perl applications RUN_DEPENDS= p5-Devel-RingBuffer>=0:${PORTSDIR}/devel/p5-Devel-RingBuffer \ p5-Time-HiRes>=0:${PORTSDIR}/devel/p5-Time-HiRes -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-Devel-SmallProf/Makefile b/devel/p5-Devel-SmallProf/Makefile index f3e70b0f5312..abc6a2f74770 100644 --- a/devel/p5-Devel-SmallProf/Makefile +++ b/devel/p5-Devel-SmallProf/Makefile @@ -15,7 +15,7 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Per-line Perl profiler BUILD_DEPENDS= p5-Time-HiRes>=0:${PORTSDIR}/devel/p5-Time-HiRes -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-Devel-StackTrace-AsHTML/Makefile b/devel/p5-Devel-StackTrace-AsHTML/Makefile index e5db27159966..b7edfdd74cca 100644 --- a/devel/p5-Devel-StackTrace-AsHTML/Makefile +++ b/devel/p5-Devel-StackTrace-AsHTML/Makefile @@ -16,7 +16,7 @@ MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension to display stack trace in HTML RUN_DEPENDS= p5-Devel-StackTrace>0:${PORTSDIR}/devel/p5-Devel-StackTrace -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-Devel-StackTrace-WithLexicals/Makefile b/devel/p5-Devel-StackTrace-WithLexicals/Makefile index 0b5259f1588f..c54c977c450a 100644 --- a/devel/p5-Devel-StackTrace-WithLexicals/Makefile +++ b/devel/p5-Devel-StackTrace-WithLexicals/Makefile @@ -17,7 +17,7 @@ COMMENT= Perl extension for Devel::StackTrace + PadWalker RUN_DEPENDS= \ p5-Devel-StackTrace>=1.25:${PORTSDIR}/devel/p5-Devel-StackTrace \ p5-PadWalker>=1.92:${PORTSDIR}/devel/p5-PadWalker -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-Devel-StealthDebug/Makefile b/devel/p5-Devel-StealthDebug/Makefile index 174fb954ebad..a17e2cb2884c 100644 --- a/devel/p5-Devel-StealthDebug/Makefile +++ b/devel/p5-Devel-StealthDebug/Makefile @@ -15,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Simple non-intrusive debug module BUILD_DEPENDS= p5-Filter-Simple>=0:${PORTSDIR}/textproc/p5-Filter-Simple -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes INSTALL_TARGET= pure_install diff --git a/devel/p5-Directory-Scratch/Makefile b/devel/p5-Directory-Scratch/Makefile index abb580b7d273..619b0e12634b 100644 --- a/devel/p5-Directory-Scratch/Makefile +++ b/devel/p5-Directory-Scratch/Makefile @@ -17,7 +17,7 @@ COMMENT= Easy-to-use self-cleaning scratch space BUILD_DEPENDS= p5-Path-Class>0:${PORTSDIR}/devel/p5-Path-Class \ p5-File-Slurp>=9999.12:${PORTSDIR}/devel/p5-File-Slurp \ p5-String-Random>0:${PORTSDIR}/devel/p5-String-Random -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-Dist-Metadata/Makefile b/devel/p5-Dist-Metadata/Makefile index a3b864e04ad7..5b6875bb567e 100644 --- a/devel/p5-Dist-Metadata/Makefile +++ b/devel/p5-Dist-Metadata/Makefile @@ -22,7 +22,7 @@ RUN_DEPENDS= \ p5-Module-Metadata>0:${PORTSDIR}/devel/p5-Module-Metadata \ p5-Path-Class>=0.24:${PORTSDIR}/devel/p5-Path-Class \ p5-Try-Tiny>=0.09:${PORTSDIR}/lang/p5-Try-Tiny -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= \ p5-Test-Fatal>0:${PORTSDIR}/devel/p5-Test-Fatal \ p5-Test-MockObject>0:${PORTSDIR}/devel/p5-Test-MockObject \ diff --git a/devel/p5-Exception-Class/Makefile b/devel/p5-Exception-Class/Makefile index 8728809555df..322011679407 100644 --- a/devel/p5-Exception-Class/Makefile +++ b/devel/p5-Exception-Class/Makefile @@ -17,7 +17,7 @@ COMMENT= A module that allows you to declare real exception classes in Perl RUN_DEPENDS= p5-Class-Data-Inheritable>=0.02:${PORTSDIR}/devel/p5-Class-Data-Inheritable \ p5-Devel-StackTrace>=1.20:${PORTSDIR}/devel/p5-Devel-StackTrace -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-Exporter-Declare/Makefile b/devel/p5-Exporter-Declare/Makefile index 74c5dd87378a..3834ef800e1a 100644 --- a/devel/p5-Exporter-Declare/Makefile +++ b/devel/p5-Exporter-Declare/Makefile @@ -18,7 +18,7 @@ COMMENT= Perl extension for exporting done right RUN_DEPENDS= \ p5-Meta-Builder>=0.003:${PORTSDIR}/devel/p5-Meta-Builder \ p5-aliased>0:${PORTSDIR}/devel/p5-aliased -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-Fennec-Lite>=0:${PORTSDIR}/devel/p5-Fennec-Lite \ p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception diff --git a/devel/p5-ExtUtils-XSBuilder/Makefile b/devel/p5-ExtUtils-XSBuilder/Makefile index 039f2dd75c73..c03d379d6dad 100644 --- a/devel/p5-ExtUtils-XSBuilder/Makefile +++ b/devel/p5-ExtUtils-XSBuilder/Makefile @@ -16,7 +16,7 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Autogenerating XS-glue Code RUN_DEPENDS= ${SITE_PERL}/Tie/IxHash.pm:${PORTSDIR}/devel/p5-Tie-IxHash -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-File-BOM/Makefile b/devel/p5-File-BOM/Makefile index c56d13ce5918..721250cf7aa1 100644 --- a/devel/p5-File-BOM/Makefile +++ b/devel/p5-File-BOM/Makefile @@ -18,7 +18,7 @@ COMMENT= Perl module to handle unicode byte order marks RUN_DEPENDS= p5-Test-Exception>0:${PORTSDIR}/devel/p5-Test-Exception \ p5-Readonly>0:${PORTSDIR}/devel/p5-Readonly \ p5-Module-Build>=0.3607:${PORTSDIR}/devel/p5-Module-Build -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-File-Find-Object/Makefile b/devel/p5-File-Find-Object/Makefile index f7ad9fbddd0c..ad336b99c3d6 100644 --- a/devel/p5-File-Find-Object/Makefile +++ b/devel/p5-File-Find-Object/Makefile @@ -16,7 +16,7 @@ MAINTAINER= perl@FreeBSD.org COMMENT= An object oriented File::Find replacement RUN_DEPENDS= p5-Class-XSAccessor>=0:${PORTSDIR}/devel/p5-Class-XSAccessor -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_MODBUILD= yes diff --git a/devel/p5-File-Find-Rule/Makefile b/devel/p5-File-Find-Rule/Makefile index 71012bc3fffc..1586227cbde5 100644 --- a/devel/p5-File-Find-Rule/Makefile +++ b/devel/p5-File-Find-Rule/Makefile @@ -16,7 +16,7 @@ COMMENT= Alternative interface to File::Find RUN_DEPENDS= p5-Number-Compare>=0:${PORTSDIR}/math/p5-Number-Compare \ p5-Text-Glob>=0.07:${PORTSDIR}/textproc/p5-Text-Glob -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-File-Finder/Makefile b/devel/p5-File-Finder/Makefile index 29f7f0b1c6e2..67a3c0fa8c92 100644 --- a/devel/p5-File-Finder/Makefile +++ b/devel/p5-File-Finder/Makefile @@ -17,7 +17,7 @@ MAINTAINER= lth@FreeBSD.org COMMENT= Nice wrapper for File::Find ala find(1) RUN_DEPENDS= p5-Text-Glob>0:${PORTSDIR}/textproc/p5-Text-Glob -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} MAN3= File::Finder.3 \ File::Finder::Steps.3 diff --git a/devel/p5-File-Pid/Makefile b/devel/p5-File-Pid/Makefile index 5481f750ea99..ebcb97e80c69 100644 --- a/devel/p5-File-Pid/Makefile +++ b/devel/p5-File-Pid/Makefile @@ -16,7 +16,7 @@ MAINTAINER= gslin@gslin.org COMMENT= Pid File Manipulation RUN_DEPENDS= ${SITE_PERL}/Class/Accessor/Fast.pm:${PORTSDIR}/devel/p5-Class-Accessor -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-File-ShareDir-ProjectDistDir/Makefile b/devel/p5-File-ShareDir-ProjectDistDir/Makefile index 2e51b328aa76..4f102321ee84 100644 --- a/devel/p5-File-ShareDir-ProjectDistDir/Makefile +++ b/devel/p5-File-ShareDir-ProjectDistDir/Makefile @@ -18,7 +18,7 @@ RUN_DEPENDS= \ p5-File-ShareDir>0:${PORTSDIR}/devel/p5-File-ShareDir \ p5-Path-Class>0:${PORTSDIR}/devel/p5-Path-Class \ p5-Sub-Exporter>0:${PORTSDIR}/devel/p5-Sub-Exporter -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple PERL_MODBUILD= yes diff --git a/devel/p5-File-ShareDir/Makefile b/devel/p5-File-ShareDir/Makefile index 7fc6467b4371..33c763afe4f8 100644 --- a/devel/p5-File-ShareDir/Makefile +++ b/devel/p5-File-ShareDir/Makefile @@ -19,7 +19,7 @@ LICENSE_COMB= dual RUN_DEPENDS= p5-Class-Inspector>=1.12:${PORTSDIR}/devel/p5-Class-Inspector \ p5-Params-Util>=0.07:${PORTSDIR}/devel/p5-Params-Util -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-File-Util/Makefile b/devel/p5-File-Util/Makefile index 962e375e80e7..5138f5bed28e 100644 --- a/devel/p5-File-Util/Makefile +++ b/devel/p5-File-Util/Makefile @@ -17,7 +17,7 @@ COMMENT= Perl5 module for easy, versatile, portable file handling RUN_DEPENDS= p5-Class-OOorNO>=0.01:${PORTSDIR}/devel/p5-Class-OOorNO \ p5-Exception-Handler>=1:${PORTSDIR}/devel/p5-Exception-Handler -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= YES diff --git a/devel/p5-Filesys-Notify-KQueue/Makefile b/devel/p5-Filesys-Notify-KQueue/Makefile index af4bd712c1d3..d630d39834b5 100644 --- a/devel/p5-Filesys-Notify-KQueue/Makefile +++ b/devel/p5-Filesys-Notify-KQueue/Makefile @@ -16,7 +16,7 @@ COMMENT= Perl extension to wrap IO::KQueue for watching file system RUN_DEPENDS= \ p5-IO-KQueue>0:${PORTSDIR}/devel/p5-IO-KQueue -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-Test-SharedFork>=0.19:${PORTSDIR}/devel/p5-Test-SharedFork PERL_CONFIGURE= yes diff --git a/devel/p5-Forest/Makefile b/devel/p5-Forest/Makefile index 02ebd3eb4c16..d66e66011200 100644 --- a/devel/p5-Forest/Makefile +++ b/devel/p5-Forest/Makefile @@ -18,7 +18,7 @@ COMMENT= A collection of n-ary tree related modules RUN_DEPENDS= p5-Moose>=0.90:${PORTSDIR}/devel/p5-Moose \ p5-MooseX-AttributeHelpers>=0.17:${PORTSDIR}/devel/p5-MooseX-AttributeHelpers \ p5-MooseX-Clone>=0.05:${PORTSDIR}/devel/p5-MooseX-Clone -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} BUILD_DEPENDS+= p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class \ p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception diff --git a/devel/p5-Gearman-Client-Async/Makefile b/devel/p5-Gearman-Client-Async/Makefile index 68cefb328d26..901911dc4ee1 100644 --- a/devel/p5-Gearman-Client-Async/Makefile +++ b/devel/p5-Gearman-Client-Async/Makefile @@ -19,7 +19,7 @@ COMMENT= Asynchronous client module for Gearman for Danga::Socket applications RUN_DEPENDS= \ p5-Danga-Socket>=0:${PORTSDIR}/devel/p5-Danga-Socket \ p5-Gearman>=0:${PORTSDIR}/devel/p5-Gearman -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-Gearman-Server>=0:${PORTSDIR}/devel/p5-Gearman-Server PERL_CONFIGURE= yes diff --git a/devel/p5-Getopt-Compact/Makefile b/devel/p5-Getopt-Compact/Makefile index 5f9f35e48406..57430a871e1a 100644 --- a/devel/p5-Getopt-Compact/Makefile +++ b/devel/p5-Getopt-Compact/Makefile @@ -17,7 +17,7 @@ COMMENT= Getopt processing in a compact statement with long and short options RUN_DEPENDS= p5-Getopt-Long>=0:${PORTSDIR}/devel/p5-Getopt-Long \ p5-Text-Table>=0:${PORTSDIR}/textproc/p5-Text-Table \ p5-Env-Path>=0:${PORTSDIR}/devel/p5-Env-Path -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-Google-Checkout/Makefile b/devel/p5-Google-Checkout/Makefile index 43adfcaa60ca..e5a6fb7a4d84 100644 --- a/devel/p5-Google-Checkout/Makefile +++ b/devel/p5-Google-Checkout/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS= p5-libwww>=5.65:${PORTSDIR}/www/p5-libwww \ p5-Date-Manip>=5.40:${PORTSDIR}/devel/p5-Date-Manip \ p5-Digest-HMAC>=1.01:${PORTSDIR}/security/p5-Digest-HMAC \ p5-XML-Writer>=0.6:${PORTSDIR}/textproc/p5-XML-Writer -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} MAN3= Google::Checkout::Command::AddMerchantOrderNumber.3 \ Google::Checkout::Command::AddTrackingData.3 \ diff --git a/devel/p5-Hash-Merge-Simple/Makefile b/devel/p5-Hash-Merge-Simple/Makefile index 164dbe9fc182..e111470ffbcc 100644 --- a/devel/p5-Hash-Merge-Simple/Makefile +++ b/devel/p5-Hash-Merge-Simple/Makefile @@ -15,7 +15,7 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Recursively merge two or more hashes, simply RUN_DEPENDS= p5-Clone>=0:${PORTSDIR}/devel/p5-Clone -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} BUILD_DEPENDS+= p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep \ p5-Test-Most>=0:${PORTSDIR}/devel/p5-Test-Most diff --git a/devel/p5-Hash-Util-FieldHash-Compat/Makefile b/devel/p5-Hash-Util-FieldHash-Compat/Makefile index 4cfaaab03384..178f1e177e3a 100644 --- a/devel/p5-Hash-Util-FieldHash-Compat/Makefile +++ b/devel/p5-Hash-Util-FieldHash-Compat/Makefile @@ -17,7 +17,7 @@ COMMENT= Use Hash::Util::FieldHash or ties, depending on availability RUN_DEPENDS= p5-Test-use-ok>=0:${PORTSDIR}/devel/p5-Test-use-ok \ p5-Tie-RefHash>=0:${PORTSDIR}/devel/p5-Tie-RefHash \ p5-Tie-RefHash-Weak>=0:${PORTSDIR}/devel/p5-Tie-RefHash-Weak -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-IO-Callback/Makefile b/devel/p5-IO-Callback/Makefile index 77fdef5cce16..43ec66db427e 100644 --- a/devel/p5-IO-Callback/Makefile +++ b/devel/p5-IO-Callback/Makefile @@ -16,7 +16,7 @@ COMMENT= Perl extension to emulate file interface for a code reference RUN_DEPENDS= \ p5-IO-String>0:${PORTSDIR}/devel/p5-IO-String -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= \ p5-File-Slurp>0:${PORTSDIR}/devel/p5-File-Slurp \ p5-Test-Exception>0:${PORTSDIR}/devel/p5-Test-Exception \ diff --git a/devel/p5-IO-Handle-Util/Makefile b/devel/p5-IO-Handle-Util/Makefile index 7258064fa9fb..ed49bc2621f0 100644 --- a/devel/p5-IO-Handle-Util/Makefile +++ b/devel/p5-IO-Handle-Util/Makefile @@ -18,7 +18,7 @@ RUN_DEPENDS= \ p5-IO-String>0:${PORTSDIR}/devel/p5-IO-String \ p5-Sub-Exporter>0:${PORTSDIR}/devel/p5-Sub-Exporter \ p5-asa>0:${PORTSDIR}/devel/p5-asa -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-Test-use-ok>=0:${PORTSDIR}/devel/p5-Test-use-ok PERL_CONFIGURE= yes diff --git a/devel/p5-IPC-Mmap-Share/Makefile b/devel/p5-IPC-Mmap-Share/Makefile index bc7f51e5c6d9..62c67bc3f140 100644 --- a/devel/p5-IPC-Mmap-Share/Makefile +++ b/devel/p5-IPC-Mmap-Share/Makefile @@ -15,7 +15,7 @@ MAINTAINER= gslin@gslin.org COMMENT= Safely share structures among processes using anonymous mmap RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/IPC/Mmap.pm:${PORTSDIR}/devel/p5-IPC-Mmap -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-JIRA-Client/Makefile b/devel/p5-JIRA-Client/Makefile index 221862870d02..cf67ec6ff253 100644 --- a/devel/p5-JIRA-Client/Makefile +++ b/devel/p5-JIRA-Client/Makefile @@ -16,7 +16,7 @@ MAINTAINER= glarkin@FreeBSD.org COMMENT= An extended interface to JIRA's SOAP API RUN_DEPENDS= p5-SOAP-Lite>=0:${PORTSDIR}/net/p5-SOAP-Lite -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes PROJECTHOST= jira-client diff --git a/devel/p5-JSON-RPC-Dispatcher/Makefile b/devel/p5-JSON-RPC-Dispatcher/Makefile index 22e01c23af0e..d323f299cade 100644 --- a/devel/p5-JSON-RPC-Dispatcher/Makefile +++ b/devel/p5-JSON-RPC-Dispatcher/Makefile @@ -18,7 +18,7 @@ RUN_DEPENDS= p5-JSON>=2.16:${PORTSDIR}/converters/p5-JSON \ p5-Log-Any>=0.11:${PORTSDIR}/devel/p5-Log-Any \ p5-Moose>=0.93:${PORTSDIR}/devel/p5-Moose \ p5-Plack>=0.9913:${PORTSDIR}/www/p5-Plack -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-Jonk/Makefile b/devel/p5-Jonk/Makefile index 33ab2074c7ef..f567ba424358 100644 --- a/devel/p5-Jonk/Makefile +++ b/devel/p5-Jonk/Makefile @@ -18,7 +18,7 @@ COMMENT= Perl extension for simple job tank manager RUN_DEPENDS= \ p5-DBI>0:${PORTSDIR}/databases/p5-DBI \ p5-Try-Tiny>0:${PORTSDIR}/lang/p5-Try-Tiny -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-Log-Any-Adapter-Dispatch/Makefile b/devel/p5-Log-Any-Adapter-Dispatch/Makefile index d2ba4622b4bf..d82ebf1eb2dc 100644 --- a/devel/p5-Log-Any-Adapter-Dispatch/Makefile +++ b/devel/p5-Log-Any-Adapter-Dispatch/Makefile @@ -17,7 +17,7 @@ COMMENT= Perl extension for adapter to use Log::Dispatch with Log::Any RUN_DEPENDS= \ p5-Log-Any-Adapter>0:${PORTSDIR}/devel/p5-Log-Any-Adapter \ p5-Log-Dispatch>=2.26:${PORTSDIR}/devel/p5-Log-Dispatch -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-Log-Any-Adapter-Log4perl/Makefile b/devel/p5-Log-Any-Adapter-Log4perl/Makefile index 429348b84394..a54e1ebcc683 100644 --- a/devel/p5-Log-Any-Adapter-Log4perl/Makefile +++ b/devel/p5-Log-Any-Adapter-Log4perl/Makefile @@ -17,7 +17,7 @@ COMMENT= Log::Any adapter for Log4perl RUN_DEPENDS= p5-File-Temp>=0.20:${PORTSDIR}/devel/p5-File-Temp \ p5-Log-Any-Adapter>0:${PORTSDIR}/devel/p5-Log-Any-Adapter \ p5-Log-Log4perl>0:${PORTSDIR}/devel/p5-Log-Log4perl -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-Log-Any-Adapter-Syslog/Makefile b/devel/p5-Log-Any-Adapter-Syslog/Makefile index aebd5be8ff84..8639b0141ee3 100644 --- a/devel/p5-Log-Any-Adapter-Syslog/Makefile +++ b/devel/p5-Log-Any-Adapter-Syslog/Makefile @@ -16,7 +16,7 @@ COMMENT= Send Log::Any logs to syslog RUN_DEPENDS= p5-Log-Any-Adapter>=0:${PORTSDIR}/devel/p5-Log-Any-Adapter \ p5-Unix-Syslog>=0:${PORTSDIR}/sysutils/p5-Unix-Syslog -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ p5-Test-MockModule>=0:${PORTSDIR}/devel/p5-Test-MockModule diff --git a/devel/p5-Log-Any-Adapter/Makefile b/devel/p5-Log-Any-Adapter/Makefile index 9623db4321fa..cc469de13997 100644 --- a/devel/p5-Log-Any-Adapter/Makefile +++ b/devel/p5-Log-Any-Adapter/Makefile @@ -18,7 +18,7 @@ RUN_DEPENDS= \ p5-Log-Any>=0.10:${PORTSDIR}/devel/p5-Log-Any \ p5-Guard>0:${PORTSDIR}/devel/p5-Guard \ p5-Devel-GlobalDestruction>0:${PORTSDIR}/devel/p5-Devel-GlobalDestruction -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-Log-Contextual/Makefile b/devel/p5-Log-Contextual/Makefile index b60b545c236c..97cbc4764b62 100644 --- a/devel/p5-Log-Contextual/Makefile +++ b/devel/p5-Log-Contextual/Makefile @@ -17,7 +17,7 @@ COMMENT= Perl extension for simple logging interface with a contextual log RUN_DEPENDS= \ p5-Data-Dumper-Concise>0:${PORTSDIR}/devel/p5-Data-Dumper-Concise \ p5-Exporter-Declare>=0.105:${PORTSDIR}/devel/p5-Exporter-Declare -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-Log-Log4perl/Makefile b/devel/p5-Log-Log4perl/Makefile index 7e054d302c98..4a50c0d9d746 100644 --- a/devel/p5-Log-Log4perl/Makefile +++ b/devel/p5-Log-Log4perl/Makefile @@ -15,7 +15,7 @@ MAINTAINER= lth@FreeBSD.org COMMENT= Log4j implementation for Perl RUN_DEPENDS+= p5-Storable>0:${PORTSDIR}/devel/p5-Storable -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-Luka/Makefile b/devel/p5-Luka/Makefile index bd3af3521836..c34832cbaa52 100644 --- a/devel/p5-Luka/Makefile +++ b/devel/p5-Luka/Makefile @@ -24,7 +24,7 @@ RUN_DEPENDS= ${SITE_PERL}/Class/Std.pm:${PORTSDIR}/devel/p5-Class-Std \ ${SITE_PERL}/Sys/Hostname/Long.pm:${PORTSDIR}/sysutils/p5-Sys-Hostname-Long \ ${SITE_PERL}/Test/Exception.pm:${PORTSDIR}/devel/p5-Test-Exception \ ${SITE_PERL}/What/MTA.pm:${PORTSDIR}/net/p5-What -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-Mock-Quick/Makefile b/devel/p5-Mock-Quick/Makefile index 023925094b25..aa0da0625ae6 100644 --- a/devel/p5-Mock-Quick/Makefile +++ b/devel/p5-Mock-Quick/Makefile @@ -16,7 +16,7 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Quickly mock objects and classes RUN_DEPENDS= p5-Exporter-Declare>=0:${PORTSDIR}/devel/p5-Exporter-Declare -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-Fennec-Lite>=0:${PORTSDIR}/devel/p5-Fennec-Lite \ p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception diff --git a/devel/p5-Module-Collect/Makefile b/devel/p5-Module-Collect/Makefile index f1b4bf348adc..5e31d43d8820 100644 --- a/devel/p5-Module-Collect/Makefile +++ b/devel/p5-Module-Collect/Makefile @@ -16,7 +16,7 @@ COMMENT= Perl extension to collect module files from some directories RUN_DEPENDS= \ p5-File-Find-Rule>0:${PORTSDIR}/devel/p5-File-Find-Rule -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-Module-Depends/Makefile b/devel/p5-Module-Depends/Makefile index 48c7204dbcd0..a8d02ebb5765 100644 --- a/devel/p5-Module-Depends/Makefile +++ b/devel/p5-Module-Depends/Makefile @@ -16,7 +16,7 @@ COMMENT= Identify the dependencies of a distribution RUN_DEPENDS= p5-Class-Accessor-Chained>=0:${PORTSDIR}/devel/p5-Class-Accessor-Chained \ p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_MODBUILD= yes diff --git a/devel/p5-Module-Info-File/Makefile b/devel/p5-Module-Info-File/Makefile index 961f1da0f78a..eb6f8b5e04ff 100644 --- a/devel/p5-Module-Info-File/Makefile +++ b/devel/p5-Module-Info-File/Makefile @@ -16,7 +16,7 @@ MAINTAINER= lth@FreeBSD.org COMMENT= Retrieves module information from a file or script RUN_DEPENDS= p5-Module-Info>0.20:${PORTSDIR}/devel/p5-Module-Info -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_MODBUILD= YES diff --git a/devel/p5-Module-Install-AuthorRequires/Makefile b/devel/p5-Module-Install-AuthorRequires/Makefile index c8e6fda53201..10e044e36c45 100644 --- a/devel/p5-Module-Install-AuthorRequires/Makefile +++ b/devel/p5-Module-Install-AuthorRequires/Makefile @@ -16,7 +16,7 @@ COMMENT= Perl extension to declare author-only dependencies RUN_DEPENDS= \ p5-Module-Install>0:${PORTSDIR}/devel/p5-Module-Install -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-Module-Install-AuthorTests/Makefile b/devel/p5-Module-Install-AuthorTests/Makefile index 61c3730c18a8..2295cb966455 100644 --- a/devel/p5-Module-Install-AuthorTests/Makefile +++ b/devel/p5-Module-Install-AuthorTests/Makefile @@ -16,7 +16,7 @@ COMMENT= Perl extension to designate tests only run by module authors RUN_DEPENDS= \ p5-Module-Install>0:${PORTSDIR}/devel/p5-Module-Install -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-Module-Setup/Makefile b/devel/p5-Module-Setup/Makefile index 97aa80a0f16a..461feefab1fc 100644 --- a/devel/p5-Module-Setup/Makefile +++ b/devel/p5-Module-Setup/Makefile @@ -25,7 +25,7 @@ RUN_DEPENDS= \ p5-YAML>0:${PORTSDIR}/textproc/p5-YAML \ p5-Module-Install-AuthorTests>0:${PORTSDIR}/devel/p5-Module-Install-AuthorTests \ p5-Text-Patch>0:${PORTSDIR}/textproc/p5-Text-Patch -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-MooseX-Async/Makefile b/devel/p5-MooseX-Async/Makefile index 290dc9068fb2..f459948e72cb 100644 --- a/devel/p5-MooseX-Async/Makefile +++ b/devel/p5-MooseX-Async/Makefile @@ -16,7 +16,7 @@ COMMENT= The Orphanange of Asynchronous Love Children RUN_DEPENDS= p5-Moose>=0.56:${PORTSDIR}/devel/p5-Moose \ p5-MooseX-AttributeHelpers>=0.13:${PORTSDIR}/devel/p5-MooseX-AttributeHelpers -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-MooseX-Clone/Makefile b/devel/p5-MooseX-Clone/Makefile index 9890b0baeb21..f29fe3721cf6 100644 --- a/devel/p5-MooseX-Clone/Makefile +++ b/devel/p5-MooseX-Clone/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= p5-Moose>=0.45:${PORTSDIR}/devel/p5-Moose \ p5-Hash-Util-FieldHash-Compat>=0:${PORTSDIR}/devel/p5-Hash-Util-FieldHash-Compat \ p5-Test-use-ok>=0:${PORTSDIR}/devel/p5-Test-use-ok \ p5-namespace-clean>=0:${PORTSDIR}/devel/p5-namespace-clean -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-MooseX-CompileTime-Traits/Makefile b/devel/p5-MooseX-CompileTime-Traits/Makefile index 4756fe968013..f15cf2547c9d 100644 --- a/devel/p5-MooseX-CompileTime-Traits/Makefile +++ b/devel/p5-MooseX-CompileTime-Traits/Makefile @@ -17,7 +17,7 @@ COMMENT= Perl extension to allow compile time traits for classes/roles RUN_DEPENDS= \ p5-Moose>0:${PORTSDIR}/devel/p5-Moose \ p5-MooseX-Declare>0:${PORTSDIR}/devel/p5-MooseX-Declare -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-MooseX-ConfigFromFile/Makefile b/devel/p5-MooseX-ConfigFromFile/Makefile index 887110581e4e..da3643f917b9 100644 --- a/devel/p5-MooseX-ConfigFromFile/Makefile +++ b/devel/p5-MooseX-ConfigFromFile/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= \ p5-MooseX-Types-Path-Class>=0.04:${PORTSDIR}/devel/p5-MooseX-Types-Path-Class \ p5-Try-Tiny>0:${PORTSDIR}/lang/p5-Try-Tiny \ p5-namespace-autoclean>0:${PORTSDIR}/devel/p5-namespace-autoclean -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal PERL_CONFIGURE= yes diff --git a/devel/p5-MooseX-Lists/Makefile b/devel/p5-MooseX-Lists/Makefile index 0260fa78fb6b..e0f811d65532 100644 --- a/devel/p5-MooseX-Lists/Makefile +++ b/devel/p5-MooseX-Lists/Makefile @@ -14,7 +14,7 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Treat arrays and hashes as lists RUN_DEPENDS= p5-Moose>=0.93:${PORTSDIR}/devel/p5-Moose -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= YES MAN3= MooseX::Lists.3 diff --git a/devel/p5-MooseX-MultiInitArg/Makefile b/devel/p5-MooseX-MultiInitArg/Makefile index 56fb6b828ee7..cdc788897dc9 100644 --- a/devel/p5-MooseX-MultiInitArg/Makefile +++ b/devel/p5-MooseX-MultiInitArg/Makefile @@ -15,7 +15,7 @@ MAINTAINER= cm@therek.net COMMENT= Attributes with aliases for constructor arguments for MooseX RUN_DEPENDS= p5-Moose>=0:${PORTSDIR}/devel/p5-Moose -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-MooseX-MultiMethods/Makefile b/devel/p5-MooseX-MultiMethods/Makefile index ec903e589dff..a19248e4136d 100644 --- a/devel/p5-MooseX-MultiMethods/Makefile +++ b/devel/p5-MooseX-MultiMethods/Makefile @@ -21,7 +21,7 @@ RUN_DEPENDS= p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \ p5-MooseX-Types-VariantTable>=0.03:${PORTSDIR}/devel/p5-MooseX-Types-VariantTable \ p5-MooseX-Method-Signatures>=0.29:${PORTSDIR}/devel/p5-MooseX-Method-Signatures \ p5-MooseX-Types>0:${PORTSDIR}/devel/p5-MooseX-Types -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception PERL_CONFIGURE= yes diff --git a/devel/p5-MooseX-SimpleConfig/Makefile b/devel/p5-MooseX-SimpleConfig/Makefile index b2ac41ac717a..371096858b1c 100644 --- a/devel/p5-MooseX-SimpleConfig/Makefile +++ b/devel/p5-MooseX-SimpleConfig/Makefile @@ -17,7 +17,7 @@ COMMENT= A Moose role for setting attributes from a simple configfile RUN_DEPENDS= p5-Moose>=0.35:${PORTSDIR}/devel/p5-Moose \ p5-MooseX-ConfigFromFile>=0.02:${PORTSDIR}/devel/p5-MooseX-ConfigFromFile \ p5-Config-Any>=0.13:${PORTSDIR}/devel/p5-Config-Any -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-MooseX-Types-DateTime-ButMaintained/Makefile b/devel/p5-MooseX-Types-DateTime-ButMaintained/Makefile index 0201770c33a5..5ae3e71b6986 100644 --- a/devel/p5-MooseX-Types-DateTime-ButMaintained/Makefile +++ b/devel/p5-MooseX-Types-DateTime-ButMaintained/Makefile @@ -21,7 +21,7 @@ RUN_DEPENDS= p5-DateTime>=0.43:${PORTSDIR}/devel/p5-DateTime \ p5-MooseX-Types>=0.04:${PORTSDIR}/devel/p5-MooseX-Types \ p5-Olson-Abbreviations>=0:${PORTSDIR}/devel/p5-Olson-Abbreviations \ p5-namespace-clean>=0.08:${PORTSDIR}/devel/p5-namespace-clean -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ p5-Test-use-ok>=0:${PORTSDIR}/devel/p5-Test-use-ok diff --git a/devel/p5-MooseX-Types-DateTimeX/Makefile b/devel/p5-MooseX-Types-DateTimeX/Makefile index 57b900aa5aa5..d3e5ff2f7a4d 100644 --- a/devel/p5-MooseX-Types-DateTimeX/Makefile +++ b/devel/p5-MooseX-Types-DateTimeX/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS= p5-DateTimeX-Easy>=0.085:${PORTSDIR}/devel/p5-DateTimeX-Easy \ p5-MooseX-Types-DateTime-ButMaintained>=0.04:${PORTSDIR}/devel/p5-MooseX-Types-DateTime-ButMaintained \ p5-Time-Duration-Parse>=0.06:${PORTSDIR}/devel/p5-Time-Duration-Parse \ p5-namespace-clean>=0.08:${PORTSDIR}/devel/p5-namespace-clean -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-MooseX-Types-ISO8601/Makefile b/devel/p5-MooseX-Types-ISO8601/Makefile index 999674c73f73..c039fe25b9b6 100644 --- a/devel/p5-MooseX-Types-ISO8601/Makefile +++ b/devel/p5-MooseX-Types-ISO8601/Makefile @@ -23,7 +23,7 @@ RUN_DEPENDS= p5-DateTime>=0.03:${PORTSDIR}/devel/p5-DateTime \ p5-namespace-clean>=0.05:${PORTSDIR}/devel/p5-namespace-clean \ p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils \ p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ p5-Test-More>=0.88:${PORTSDIR}/devel/p5-Test-More diff --git a/devel/p5-MooseX-Types-Path-Class/Makefile b/devel/p5-MooseX-Types-Path-Class/Makefile index 5ba1c5be3362..eb434837936c 100644 --- a/devel/p5-MooseX-Types-Path-Class/Makefile +++ b/devel/p5-MooseX-Types-Path-Class/Makefile @@ -17,7 +17,7 @@ COMMENT= A Path::Class type library for Moose RUN_DEPENDS= p5-Moose>=2:${PORTSDIR}/devel/p5-Moose \ p5-MooseX-Types>=0.04:${PORTSDIR}/devel/p5-MooseX-Types \ p5-Path-Class>=0.16:${PORTSDIR}/devel/p5-Path-Class -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-MooseX-Types-VariantTable/Makefile b/devel/p5-MooseX-Types-VariantTable/Makefile index 19e3fddee052..a2aa32d76467 100644 --- a/devel/p5-MooseX-Types-VariantTable/Makefile +++ b/devel/p5-MooseX-Types-VariantTable/Makefile @@ -16,7 +16,7 @@ COMMENT= Type constraint based variant table RUN_DEPENDS= p5-MooseX-Types-Structured>=0.12:${PORTSDIR}/devel/p5-MooseX-Types-Structured \ p5-MooseX-Clone>=0.03:${PORTSDIR}/devel/p5-MooseX-Clone -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception PERL_CONFIGURE= yes diff --git a/devel/p5-MouseX-AttributeHelpers/Makefile b/devel/p5-MouseX-AttributeHelpers/Makefile index 1c226cca2583..7c0d345e2b1d 100644 --- a/devel/p5-MouseX-AttributeHelpers/Makefile +++ b/devel/p5-MouseX-AttributeHelpers/Makefile @@ -17,7 +17,7 @@ COMMENT= Perl extension to extend your attribute interfaces RUN_DEPENDS= \ p5-Mouse>=0.40:${PORTSDIR}/devel/p5-Mouse -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-Any-Moose>=0:${PORTSDIR}/devel/p5-Any-Moose \ p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep \ p5-Test-UseAllModules>=0:${PORTSDIR}/devel/p5-Test-UseAllModules \ diff --git a/devel/p5-MouseX-Getopt/Makefile b/devel/p5-MouseX-Getopt/Makefile index c3d1dbe8940f..3ace7c29c465 100644 --- a/devel/p5-MouseX-Getopt/Makefile +++ b/devel/p5-MouseX-Getopt/Makefile @@ -19,7 +19,7 @@ COMMENT= Perl extension for a Mouse role to process command line options RUN_DEPENDS= \ p5-Mouse>=0.64:${PORTSDIR}/devel/p5-Mouse \ p5-Getopt-Long-Descriptive>=0.091:${PORTSDIR}/devel/p5-Getopt-Long-Descriptive -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception PERL_CONFIGURE= yes diff --git a/devel/p5-MouseX-Types/Makefile b/devel/p5-MouseX-Types/Makefile index 23471d5b10ca..17b016c4c345 100644 --- a/devel/p5-MouseX-Types/Makefile +++ b/devel/p5-MouseX-Types/Makefile @@ -18,7 +18,7 @@ COMMENT= Perl extension to organize your Mouse types in libraries RUN_DEPENDS= \ p5-Any-Moose>=0.15:${PORTSDIR}/devel/p5-Any-Moose \ p5-Mouse>=0.77:${PORTSDIR}/devel/p5-Mouse -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception PERL_CONFIGURE= yes diff --git a/devel/p5-Object-Enum/Makefile b/devel/p5-Object-Enum/Makefile index f9d39594de05..ba06d5ee8efd 100644 --- a/devel/p5-Object-Enum/Makefile +++ b/devel/p5-Object-Enum/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= p5-Sub-Install>=0:${PORTSDIR}/devel/p5-Sub-Install \ p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter \ p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \ p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} MAN3= Object::Enum.3 diff --git a/devel/p5-Olson-Abbreviations/Makefile b/devel/p5-Olson-Abbreviations/Makefile index 88c2c6d960f4..b16f77d16a63 100644 --- a/devel/p5-Olson-Abbreviations/Makefile +++ b/devel/p5-Olson-Abbreviations/Makefile @@ -18,7 +18,7 @@ COMMENT= Globally unique timezones abbreviation handling RUN_DEPENDS= p5-Moose>=0.41:${PORTSDIR}/devel/p5-Moose \ p5-MooseX-AttributeHelpers>=0:${PORTSDIR}/devel/p5-MooseX-AttributeHelpers \ p5-MooseX-ClassAttribute>=0:${PORTSDIR}/devel/p5-MooseX-ClassAttribute -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-PAR-Packer/Makefile b/devel/p5-PAR-Packer/Makefile index 1d9064443f00..8ed0206f6fa2 100644 --- a/devel/p5-PAR-Packer/Makefile +++ b/devel/p5-PAR-Packer/Makefile @@ -23,7 +23,7 @@ RUN_DEPENDS= p5-Archive-Zip>=1.00:${PORTSDIR}/archivers/p5-Archive-Zip \ p5-PAR-Dist>=0.22:${PORTSDIR}/devel/p5-PAR-Dist \ p5-PAR>=1.00.5:${PORTSDIR}/devel/p5-PAR \ ${SITE_PERL}/B/Deobfuscate.pm:${PORTSDIR}/devel/p5-B-Deobfuscate -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} CONFLICTS= sketchy-* diff --git a/devel/p5-PAR/Makefile b/devel/p5-PAR/Makefile index fbe06cce5445..6781ae6bd699 100644 --- a/devel/p5-PAR/Makefile +++ b/devel/p5-PAR/Makefile @@ -18,7 +18,7 @@ COMMENT= Perl Archive Toolkit RUN_DEPENDS= p5-Archive-Zip>=1.00:${PORTSDIR}/archivers/p5-Archive-Zip \ p5-AutoLoader>=5.67:${PORTSDIR}/devel/p5-AutoLoader \ p5-PAR-Dist>=0.32:${PORTSDIR}/devel/p5-PAR-Dist -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-POEx-Role-SessionInstantiation/Makefile b/devel/p5-POEx-Role-SessionInstantiation/Makefile index d8c14753f642..d183aced9b37 100644 --- a/devel/p5-POEx-Role-SessionInstantiation/Makefile +++ b/devel/p5-POEx-Role-SessionInstantiation/Makefile @@ -23,7 +23,7 @@ RUN_DEPENDS= \ p5-POE>0:${PORTSDIR}/devel/p5-POE \ p5-POEx-Types>=0:${PORTSDIR}/devel/p5-POEx-Types \ p5-aliased>0:${PORTSDIR}/devel/p5-aliased -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-POEx-Role-Streaming/Makefile b/devel/p5-POEx-Role-Streaming/Makefile index ec6478fa2d7c..e6852adb2474 100644 --- a/devel/p5-POEx-Role-Streaming/Makefile +++ b/devel/p5-POEx-Role-Streaming/Makefile @@ -22,7 +22,7 @@ RUN_DEPENDS= \ p5-POEx-Role-SessionInstantiation>=0:${PORTSDIR}/devel/p5-POEx-Role-SessionInstantiation \ p5-POEx-Types>0:${PORTSDIR}/devel/p5-POEx-Types \ p5-aliased>0:${PORTSDIR}/devel/p5-aliased -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-POEx-Types/Makefile b/devel/p5-POEx-Types/Makefile index ae4d9a6d8809..af97f5d875da 100644 --- a/devel/p5-POEx-Types/Makefile +++ b/devel/p5-POEx-Types/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= \ p5-MooseX-Types>0:${PORTSDIR}/devel/p5-MooseX-Types \ p5-MooseX-Types-Structured>0:${PORTSDIR}/devel/p5-MooseX-Types-Structured \ p5-POE>0:${PORTSDIR}/devel/p5-POE -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception PERL_CONFIGURE= yes diff --git a/devel/p5-Parallel-Prefork/Makefile b/devel/p5-Parallel-Prefork/Makefile index 86690de403b3..5297ee071f7f 100644 --- a/devel/p5-Parallel-Prefork/Makefile +++ b/devel/p5-Parallel-Prefork/Makefile @@ -19,7 +19,7 @@ BUILD_DEPENDS= p5-Proc-Wait3>=0.03:${PORTSDIR}/devel/p5-Proc-Wait3 \ p5-Class-Accessor-Lite>=0.04:${PORTSDIR}/devel/p5-Class-Accessor-Lite \ p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \ p5-Scope-Guard>=0:${PORTSDIR}/devel/p5-Scope-Guard -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires \ p5-Test-SharedFork>=0:${PORTSDIR}/devel/p5-Test-SharedFork \ p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple diff --git a/devel/p5-Parallel-Scoreboard/Makefile b/devel/p5-Parallel-Scoreboard/Makefile index ef1c2b260e73..c2af8f835c96 100644 --- a/devel/p5-Parallel-Scoreboard/Makefile +++ b/devel/p5-Parallel-Scoreboard/Makefile @@ -18,7 +18,7 @@ RUN_DEPENDS= \ p5-Class-Accessor-Lite>=0.05:${PORTSDIR}/devel/p5-Class-Accessor-Lite \ p5-HTML-Parser>0:${PORTSDIR}/www/p5-HTML-Parser \ p5-JSON>0:${PORTSDIR}/converters/p5-JSON -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-Params-CallbackRequest/Makefile b/devel/p5-Params-CallbackRequest/Makefile index a19726976fa4..5fde1d4c6883 100644 --- a/devel/p5-Params-CallbackRequest/Makefile +++ b/devel/p5-Params-CallbackRequest/Makefile @@ -17,7 +17,7 @@ COMMENT= Provide callbacks to method and function parameters RUN_DEPENDS= p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate \ p5-Exception-Class>=0:${PORTSDIR}/devel/p5-Exception-Class \ p5-Class-ISA>=0:${PORTSDIR}/devel/p5-Class-ISA -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_MODBUILD= yes diff --git a/devel/p5-Perl-Metrics-Lite/Makefile b/devel/p5-Perl-Metrics-Lite/Makefile index cc1b33ebcd76..8db21eb4da88 100644 --- a/devel/p5-Perl-Metrics-Lite/Makefile +++ b/devel/p5-Perl-Metrics-Lite/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= \ p5-PPI>=1.205:${PORTSDIR}/textproc/p5-PPI \ p5-Readonly>=1.03:${PORTSDIR}/devel/p5-Readonly \ p5-Text-ASCIITable>0:${PORTSDIR}/textproc/p5-Text-ASCIITable -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-Perl-Metrics-Simple/Makefile b/devel/p5-Perl-Metrics-Simple/Makefile index 389ce2ef8740..a6d0f5335fe0 100644 --- a/devel/p5-Perl-Metrics-Simple/Makefile +++ b/devel/p5-Perl-Metrics-Simple/Makefile @@ -18,7 +18,7 @@ RUN_DEPENDS= \ p5-PPI>=1.113:${PORTSDIR}/textproc/p5-PPI \ p5-Readonly>=1.03:${PORTSDIR}/devel/p5-Readonly \ p5-Statistics-Basic>0:${PORTSDIR}/math/p5-Statistics-Basic -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= \ p5-Test-Pod>0:${PORTSDIR}/devel/p5-Test-Pod \ p5-Test-Pod-Coverage>0:${PORTSDIR}/devel/p5-Test-Pod-Coverage diff --git a/devel/p5-Perl-Version/Makefile b/devel/p5-Perl-Version/Makefile index 277fa91e9f44..71fc521544e7 100644 --- a/devel/p5-Perl-Version/Makefile +++ b/devel/p5-Perl-Version/Makefile @@ -16,7 +16,7 @@ COMMENT= Parse and manipulate Perl version strings RUN_DEPENDS= p5-File-Slurp>=9999.12:${PORTSDIR}/devel/p5-File-Slurp \ p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-Proc-Guard/Makefile b/devel/p5-Proc-Guard/Makefile index 93eaea03677c..39551b47e637 100644 --- a/devel/p5-Proc-Guard/Makefile +++ b/devel/p5-Proc-Guard/Makefile @@ -16,7 +16,7 @@ COMMENT= Perl extension for process runner with RAII pattern RUN_DEPENDS= \ p5-Class-Accessor-Lite>=0.05:${PORTSDIR}/devel/p5-Class-Accessor-Lite -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires PERL_CONFIGURE= yes diff --git a/devel/p5-Regexp-Assemble-Compressed/Makefile b/devel/p5-Regexp-Assemble-Compressed/Makefile index 3de2ea8a13c9..cbde7698dd18 100644 --- a/devel/p5-Regexp-Assemble-Compressed/Makefile +++ b/devel/p5-Regexp-Assemble-Compressed/Makefile @@ -16,7 +16,7 @@ COMMENT= Perl extension to compress Regular Expression RUN_DEPENDS= \ p5-Regexp-Assemble>0:${PORTSDIR}/devel/p5-Regexp-Assemble -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-SVN-Notify/Makefile b/devel/p5-SVN-Notify/Makefile index 8fa0ec390c5b..35376fbd1c10 100644 --- a/devel/p5-SVN-Notify/Makefile +++ b/devel/p5-SVN-Notify/Makefile @@ -20,7 +20,7 @@ LICENSE_COMB= dual RUN_DEPENDS= p5-Net-SMTP_auth>=0:${PORTSDIR}/mail/p5-Net-SMTP_auth \ p5-Text-Trac>=0.10:${PORTSDIR}/textproc/p5-Text-Trac \ p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_MODBUILD= yes diff --git a/devel/p5-SVN-Web/Makefile b/devel/p5-SVN-Web/Makefile index 64de74c4dd1b..556cfe26f13c 100644 --- a/devel/p5-SVN-Web/Makefile +++ b/devel/p5-SVN-Web/Makefile @@ -34,7 +34,7 @@ RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/SVN/Core.pm:${PORTSDIR}/devel/p5-subversi p5-Template-Plugin-Subst>=0:${PORTSDIR}/www/p5-Template-Plugin-Subst \ p5-Text-Diff-HTML>=0:${PORTSDIR}/textproc/p5-Text-Diff-HTML \ p5-URI>=0:${PORTSDIR}/net/p5-URI -BUILD_DEPENDS= ${RUN_DEPENDS} \ +BUILD_DEPENDS:= ${RUN_DEPENDS} \ ${SITE_PERL}/Test/Benchmark.pm:${PORTSDIR}/devel/p5-Test-Benchmark \ ${SITE_PERL}/Test/HTML/Tidy.pm:${PORTSDIR}/devel/p5-Test-HTML-Tidy \ ${SITE_PERL}/Test/WWW/Mechanize.pm:${PORTSDIR}/devel/p5-Test-WWW-Mechanize diff --git a/devel/p5-String-Diff/Makefile b/devel/p5-String-Diff/Makefile index f668c5d97a1d..00f91da2ab8e 100644 --- a/devel/p5-String-Diff/Makefile +++ b/devel/p5-String-Diff/Makefile @@ -15,7 +15,7 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Simple diff to String RUN_DEPENDS= p5-Algorithm-Diff>=0:${PORTSDIR}/devel/p5-Algorithm-Diff -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-Sub-Exporter-ForMethods/Makefile b/devel/p5-Sub-Exporter-ForMethods/Makefile index 47de27133005..15463a3e3bc4 100644 --- a/devel/p5-Sub-Exporter-ForMethods/Makefile +++ b/devel/p5-Sub-Exporter-ForMethods/Makefile @@ -16,7 +16,7 @@ COMMENT= Helper routines for using Sub::Exporter to build methods RUN_DEPENDS= p5-Sub-Name>=0:${PORTSDIR}/devel/p5-Sub-Name \ p5-Sub-Exporter>=0.978:${PORTSDIR}/devel/p5-Sub-Exporter -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-Sub-WrapPackages/Makefile b/devel/p5-Sub-WrapPackages/Makefile index fb9ef680f8b9..bce395fedffd 100644 --- a/devel/p5-Sub-WrapPackages/Makefile +++ b/devel/p5-Sub-WrapPackages/Makefile @@ -15,7 +15,7 @@ MAINTAINER= hartzell@alerce.com COMMENT= Add pre- and post-execution wrappers RUN_DEPENDS= ${SITE_PERL}/Hook/LexWrap.pm:${PORTSDIR}/devel/p5-Hook-LexWrap -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-TAP-Formatter-JUnit/Makefile b/devel/p5-TAP-Formatter-JUnit/Makefile index 82102e5d3e7f..ba5afbd247e6 100644 --- a/devel/p5-TAP-Formatter-JUnit/Makefile +++ b/devel/p5-TAP-Formatter-JUnit/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS= \ p5-File-Slurp>0:${PORTSDIR}/devel/p5-File-Slurp \ p5-XML-Generator>0:${PORTSDIR}/textproc/p5-XML-Generator \ p5-Test-Harness>3.12:${PORTSDIR}/devel/p5-Test-Harness -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-Test-Differences>=0.61:${PORTSDIR}/devel/p5-Test-Differences \ p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy diff --git a/devel/p5-TAP-Harness-JUnit/Makefile b/devel/p5-TAP-Harness-JUnit/Makefile index 7077b2d1c676..274d7ac2f1e8 100644 --- a/devel/p5-TAP-Harness-JUnit/Makefile +++ b/devel/p5-TAP-Harness-JUnit/Makefile @@ -18,7 +18,7 @@ RUN_DEPENDS= \ p5-Test-Harness>=3.05:${PORTSDIR}/devel/p5-Test-Harness \ p5-XML-Simple>0:${PORTSDIR}/textproc/p5-XML-Simple \ p5-Test-Deep>0:${PORTSDIR}/devel/p5-Test-Deep -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_MODBUILD= yes diff --git a/devel/p5-Test-Assertions/Makefile b/devel/p5-Test-Assertions/Makefile index b72129eb1600..bf3d1e64e1fc 100644 --- a/devel/p5-Test-Assertions/Makefile +++ b/devel/p5-Test-Assertions/Makefile @@ -16,7 +16,7 @@ MAINTAINER= lth@FreeBSD.org COMMENT= A simple set of building blocks for both unit and runtime testing RUN_DEPENDS= p5-Log-Trace>0:${PORTSDIR}/devel/p5-Log-Trace -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-Test-Class/Makefile b/devel/p5-Test-Class/Makefile index 6ed293103948..71437ee0980c 100644 --- a/devel/p5-Test-Class/Makefile +++ b/devel/p5-Test-Class/Makefile @@ -15,7 +15,7 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Test::Class - Easily create test classes in an xUnit style RUN_DEPENDS= p5-MRO-Compat>=0.11:${PORTSDIR}/devel/p5-MRO-Compat -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} BUILD_DEPENDS+= p5-Test-Exception>=0.25:${PORTSDIR}/devel/p5-Test-Exception PERL_MODBUILD= yes diff --git a/devel/p5-Test-ClassAPI/Makefile b/devel/p5-Test-ClassAPI/Makefile index 6f45f9e26032..d02c2d1aa4f5 100644 --- a/devel/p5-Test-ClassAPI/Makefile +++ b/devel/p5-Test-ClassAPI/Makefile @@ -17,7 +17,7 @@ COMMENT= Provides basic first-pass API testing for large class trees RUN_DEPENDS= p5-Class-Inspector>=1.12:${PORTSDIR}/devel/p5-Class-Inspector \ p5-Config-Tiny>=2.00:${PORTSDIR}/devel/p5-Config-Tiny \ p5-Params-Util>=1.00:${PORTSDIR}/devel/p5-Params-Util -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-Test-Data/Makefile b/devel/p5-Test-Data/Makefile index 2d3c39f8484d..18d7c017de5f 100644 --- a/devel/p5-Test-Data/Makefile +++ b/devel/p5-Test-Data/Makefile @@ -16,7 +16,7 @@ MAINTAINER= lth@FreeBSD.org COMMENT= Test functions for particular variable types RUN_DEPENDS= p5-Scalar-List-Utils>0:${PORTSDIR}/lang/p5-Scalar-List-Utils -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-Test-Exception/Makefile b/devel/p5-Test-Exception/Makefile index 6901378a0978..dff5a2c7401f 100644 --- a/devel/p5-Test-Exception/Makefile +++ b/devel/p5-Test-Exception/Makefile @@ -15,7 +15,7 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Test::Exception - test functions for exception based code RUN_DEPENDS= p5-Sub-Uplevel>=0.18:${PORTSDIR}/devel/p5-Sub-Uplevel -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-Test-Inline/Makefile b/devel/p5-Test-Inline/Makefile index f4662d9ac223..31b8adf93a0f 100644 --- a/devel/p5-Test-Inline/Makefile +++ b/devel/p5-Test-Inline/Makefile @@ -24,7 +24,7 @@ RUN_DEPENDS= p5-Algorithm-Dependency>=1.02:${PORTSDIR}/devel/p5-Algorithm-Depend p5-File-chmod>=0.31:${PORTSDIR}/devel/p5-File-chmod \ p5-Params-Util>=0.21:${PORTSDIR}/devel/p5-Params-Util \ p5-Pod-Tests>=0.18:${PORTSDIR}/devel/p5-Pod-Tests -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} BUILD_DEPENDS+= p5-Test-ClassAPI>=1.02:${PORTSDIR}/devel/p5-Test-ClassAPI \ p5-Test-Script>=1.02:${PORTSDIR}/devel/p5-Test-Script diff --git a/devel/p5-Test-JSON/Makefile b/devel/p5-Test-JSON/Makefile index 0fe7e28f77d8..dbc389849c5f 100644 --- a/devel/p5-Test-JSON/Makefile +++ b/devel/p5-Test-JSON/Makefile @@ -20,7 +20,7 @@ COMMENT= Test JSON data RUN_DEPENDS= p5-Test-Differences>=0.47:${PORTSDIR}/devel/p5-Test-Differences \ p5-Test-Tester>=0.10.3:${PORTSDIR}/devel/p5-Test-Tester \ p5-JSON-Any>=1.20:${PORTSDIR}/converters/p5-JSON-Any -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-Test-LoadAllModules/Makefile b/devel/p5-Test-LoadAllModules/Makefile index 655aa6bb4e58..193b22470e2a 100644 --- a/devel/p5-Test-LoadAllModules/Makefile +++ b/devel/p5-Test-LoadAllModules/Makefile @@ -16,7 +16,7 @@ COMMENT= Perl extension to do use_ok for modules in search path RUN_DEPENDS= \ p5-List-MoreUtils>0:${PORTSDIR}/lang/p5-List-MoreUtils -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-Test-Most/Makefile b/devel/p5-Test-Most/Makefile index 25aa27dd4aff..5ecf5b308acf 100644 --- a/devel/p5-Test-Most/Makefile +++ b/devel/p5-Test-Most/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS= \ p5-Test-Differences>=0.61:${PORTSDIR}/devel/p5-Test-Differences \ p5-Test-Exception>=0.31:${PORTSDIR}/devel/p5-Test-Exception \ p5-Test-Warn>=0.23:${PORTSDIR}/devel/p5-Test-Warn -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-Test-Output/Makefile b/devel/p5-Test-Output/Makefile index f1dd718516fd..9394b6ef759e 100644 --- a/devel/p5-Test-Output/Makefile +++ b/devel/p5-Test-Output/Makefile @@ -15,7 +15,7 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Utilities to test STDOUT and STDERR messages RUN_DEPENDS= p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} BUILD_DEPENDS+= p5-Test-Tester>=0.10.7:${PORTSDIR}/devel/p5-Test-Tester PERL_CONFIGURE= yes diff --git a/devel/p5-Test-Pod-Coverage-Permissive/Makefile b/devel/p5-Test-Pod-Coverage-Permissive/Makefile index 1dcc5b132bbb..8725a896e91b 100644 --- a/devel/p5-Test-Pod-Coverage-Permissive/Makefile +++ b/devel/p5-Test-Pod-Coverage-Permissive/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= p5-PathTools>=0:${PORTSDIR}/devel/p5-PathTools \ p5-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Pod-Coverage \ p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple \ p5-YAML-Syck>=0:${PORTSDIR}/textproc/p5-YAML-Syck -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes MAN3= Test::Pod::Coverage::Permissive.3 diff --git a/devel/p5-Test-Pod-Coverage/Makefile b/devel/p5-Test-Pod-Coverage/Makefile index 2a72b6e17a96..fd3eca0642aa 100644 --- a/devel/p5-Test-Pod-Coverage/Makefile +++ b/devel/p5-Test-Pod-Coverage/Makefile @@ -16,7 +16,7 @@ COMMENT= Check for pod coverage in your distribution RUN_DEPENDS= p5-Pod-Coverage>0:${PORTSDIR}/devel/p5-Pod-Coverage \ p5-Test-Simple>0:${PORTSDIR}/devel/p5-Test-Simple -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= YES diff --git a/devel/p5-Test-Reporter/Makefile b/devel/p5-Test-Reporter/Makefile index d28d871b9404..8bbf8bf0216f 100644 --- a/devel/p5-Test-Reporter/Makefile +++ b/devel/p5-Test-Reporter/Makefile @@ -15,7 +15,7 @@ MAINTAINER= lth@FreeBSD.org COMMENT= Sends test results to cpan-testers@perl.org RUN_DEPENDS= p5-Net>0:${PORTSDIR}/net/p5-Net -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-Test-Script-Run/Makefile b/devel/p5-Test-Script-Run/Makefile index ab8fea6ce7bc..ecbafc7a54b1 100644 --- a/devel/p5-Test-Script-Run/Makefile +++ b/devel/p5-Test-Script-Run/Makefile @@ -16,7 +16,7 @@ COMMENT= Test the script with run RUN_DEPENDS= p5-IPC-Run3>=0:${PORTSDIR}/devel/p5-IPC-Run3 \ p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-Test-Script/Makefile b/devel/p5-Test-Script/Makefile index 7737d07f2d66..3bb3cf43d6db 100644 --- a/devel/p5-Test-Script/Makefile +++ b/devel/p5-Test-Script/Makefile @@ -17,7 +17,7 @@ COMMENT= Test::Script - Cross-platform basic tests for scripts RUN_DEPENDS= p5-IPC-Run3>=0.034:${PORTSDIR}/devel/p5-IPC-Run3 \ p5-Probe-Perl>=0.01:${PORTSDIR}/sysutils/p5-Probe-Perl -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-Test-Singleton/Makefile b/devel/p5-Test-Singleton/Makefile index ef0ec1f3fa02..2b6f6c05f6d6 100644 --- a/devel/p5-Test-Singleton/Makefile +++ b/devel/p5-Test-Singleton/Makefile @@ -17,7 +17,7 @@ COMMENT= Test for Singleton classes RUN_DEPENDS= ${SITE_PERL}/Class/Singleton.pm:${PORTSDIR}/devel/p5-Class-Singleton \ ${SITE_PERL}/Test/Builder/Tester.pm:${PORTSDIR}/devel/p5-Test-Simple -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-Test-TCP/Makefile b/devel/p5-Test-TCP/Makefile index b3ef8863d56e..bf0a357f0202 100644 --- a/devel/p5-Test-TCP/Makefile +++ b/devel/p5-Test-TCP/Makefile @@ -17,7 +17,7 @@ COMMENT= Perl extension for testing TCP program RUN_DEPENDS= \ p5-Test-SharedFork>=0.19:${PORTSDIR}/devel/p5-Test-SharedFork -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-Test-TempDir/Makefile b/devel/p5-Test-TempDir/Makefile index a07a71fd8725..00c0af6653a0 100644 --- a/devel/p5-Test-TempDir/Makefile +++ b/devel/p5-Test-TempDir/Makefile @@ -21,7 +21,7 @@ RUN_DEPENDS= p5-Test-use-ok>=0:${PORTSDIR}/devel/p5-Test-use-ok \ p5-MooseX-Types-Path-Class>=0:${PORTSDIR}/devel/p5-MooseX-Types-Path-Class \ p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter \ p5-namespace-clean>=0.08:${PORTSDIR}/devel/p5-namespace-clean -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-Test-WWW-Mechanize-CGI/Makefile b/devel/p5-Test-WWW-Mechanize-CGI/Makefile index 1a16a71ec2aa..804eedd43bdf 100644 --- a/devel/p5-Test-WWW-Mechanize-CGI/Makefile +++ b/devel/p5-Test-WWW-Mechanize-CGI/Makefile @@ -16,7 +16,7 @@ COMMENT= Test CGI applications with Test::WWW::Mechanize RUN_DEPENDS= p5-WWW-Mechanize-CGI>=0.2:${PORTSDIR}/www/p5-WWW-Mechanize-CGI \ p5-Test-WWW-Mechanize>=0:${PORTSDIR}/devel/p5-Test-WWW-Mechanize -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-Test-WWW-Mechanize-CGIApp/Makefile b/devel/p5-Test-WWW-Mechanize-CGIApp/Makefile index 7178a364d472..6615b06df5ee 100644 --- a/devel/p5-Test-WWW-Mechanize-CGIApp/Makefile +++ b/devel/p5-Test-WWW-Mechanize-CGIApp/Makefile @@ -17,7 +17,7 @@ COMMENT= Test::WWW::Mechanize for CGIApp RUN_DEPENDS= p5-CGI-Application>=0:${PORTSDIR}/www/p5-CGI-Application \ p5-Test-WWW-Mechanize>=1.14:${PORTSDIR}/devel/p5-Test-WWW-Mechanize \ p5-HTTP-Request-AsCGI>=0:${PORTSDIR}/www/p5-HTTP-Request-AsCGI -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-Test-WWW-Mechanize-PSGI/Makefile b/devel/p5-Test-WWW-Mechanize-PSGI/Makefile index 8b9362770e20..ea3739175bc7 100644 --- a/devel/p5-Test-WWW-Mechanize-PSGI/Makefile +++ b/devel/p5-Test-WWW-Mechanize-PSGI/Makefile @@ -18,7 +18,7 @@ RUN_DEPENDS= \ p5-Plack>0:${PORTSDIR}/www/p5-Plack \ p5-Test-WWW-Mechanize>0:${PORTSDIR}/devel/p5-Test-WWW-Mechanize \ p5-Try-Tiny>0:${PORTSDIR}/lang/p5-Try-Tiny -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-Test-XML-Valid/Makefile b/devel/p5-Test-XML-Valid/Makefile index 0d8b33b3cb41..03bc9af7010e 100644 --- a/devel/p5-Test-XML-Valid/Makefile +++ b/devel/p5-Test-XML-Valid/Makefile @@ -17,7 +17,7 @@ COMMENT= Validate XML and XHTML RUN_DEPENDS= p5-XML-LibXML>0:${PORTSDIR}/textproc/p5-XML-LibXML \ p5-Test-Simple>0:${PORTSDIR}/devel/p5-Test-Simple -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_MODBUILD= yes diff --git a/devel/p5-Test-YAML-Valid/Makefile b/devel/p5-Test-YAML-Valid/Makefile index 4b7297405ff9..d24adcf62cc9 100644 --- a/devel/p5-Test-YAML-Valid/Makefile +++ b/devel/p5-Test-YAML-Valid/Makefile @@ -16,7 +16,7 @@ MAINTAINER= lth@FreeBSD.org COMMENT= Test for valid YAML RUN_DEPENDS= p5-YAML>=0.60:${PORTSDIR}/textproc/p5-YAML -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-Text-vFile-asData/Makefile b/devel/p5-Text-vFile-asData/Makefile index 2204a14f62a7..49fb1a4553e5 100644 --- a/devel/p5-Text-vFile-asData/Makefile +++ b/devel/p5-Text-vFile-asData/Makefile @@ -15,7 +15,7 @@ MAINTAINER= kuriyama@FreeBSD.org COMMENT= Parse vFile formatted files into data structures RUN_DEPENDS= p5-Class-Accessor-Chained>0:${PORTSDIR}/devel/p5-Class-Accessor-Chained -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-Thread-Apartment/Makefile b/devel/p5-Thread-Apartment/Makefile index ce5a5b09b592..85f99655e42b 100644 --- a/devel/p5-Thread-Apartment/Makefile +++ b/devel/p5-Thread-Apartment/Makefile @@ -17,7 +17,7 @@ COMMENT= Apartment threading wrapper for Perl objects RUN_DEPENDS= p5-Thread-Queue-Duplex>=0.92:${PORTSDIR}/devel/p5-Thread-Queue-Duplex \ p5-Class-ISA>=0.32:${PORTSDIR}/devel/p5-Class-ISA \ p5-Class-Inspector>=1.08:${PORTSDIR}/devel/p5-Class-Inspector -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-Thread-Cancel/Makefile b/devel/p5-Thread-Cancel/Makefile index cd38db0ad730..012d474ddb10 100644 --- a/devel/p5-Thread-Cancel/Makefile +++ b/devel/p5-Thread-Cancel/Makefile @@ -15,7 +15,7 @@ MAINTAINER= ruben@verweg.com COMMENT= Cancel (i.e., kill) threads RUN_DEPENDS= p5-threads>=1.34:${PORTSDIR}/devel/p5-threads -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-Thread-Suspend/Makefile b/devel/p5-Thread-Suspend/Makefile index 052bc857d1e9..8c89e0885aca 100644 --- a/devel/p5-Thread-Suspend/Makefile +++ b/devel/p5-Thread-Suspend/Makefile @@ -17,7 +17,7 @@ COMMENT= Suspend and resume operations for threads RUN_DEPENDS= p5-threads>=1.39:${PORTSDIR}/devel/p5-threads \ p5-threads-shared>=1.01:${PORTSDIR}/devel/p5-threads-shared -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-Throwable/Makefile b/devel/p5-Throwable/Makefile index 432340e7ef66..aee150f9e72d 100644 --- a/devel/p5-Throwable/Makefile +++ b/devel/p5-Throwable/Makefile @@ -17,7 +17,7 @@ COMMENT= An easy-to-use class for error objects RUN_DEPENDS= p5-Devel-StackTrace>=1.21:${PORTSDIR}/devel/p5-Devel-StackTrace \ p5-Moose>=0:${PORTSDIR}/devel/p5-Moose -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-Tie-RefHash-Weak/Makefile b/devel/p5-Tie-RefHash-Weak/Makefile index 8fb775cf8b2a..ad26d73e48fe 100644 --- a/devel/p5-Tie-RefHash-Weak/Makefile +++ b/devel/p5-Tie-RefHash-Weak/Makefile @@ -17,7 +17,7 @@ COMMENT= A Tie::RefHash subclass with weakened references in the keys RUN_DEPENDS= p5-Task-Weaken>=0:${PORTSDIR}/devel/p5-Task-Weaken \ p5-Tie-RefHash>=1.34:${PORTSDIR}/devel/p5-Tie-RefHash \ p5-Variable-Magic>=0:${PORTSDIR}/devel/p5-Variable-Magic -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-Tree-Binary-Dictionary/Makefile b/devel/p5-Tree-Binary-Dictionary/Makefile index 8f6afc69285e..7a4a3f99ec9c 100644 --- a/devel/p5-Tree-Binary-Dictionary/Makefile +++ b/devel/p5-Tree-Binary-Dictionary/Makefile @@ -15,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A dictionary API to a binary tree RUN_DEPENDS= p5-Tree-Binary>=0:${PORTSDIR}/devel/p5-Tree-Binary -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} MAN3= Tree::Binary::Dictionary.3 diff --git a/devel/p5-VCS/Makefile b/devel/p5-VCS/Makefile index 4eb17b0e5903..c938afdf04f7 100644 --- a/devel/p5-VCS/Makefile +++ b/devel/p5-VCS/Makefile @@ -15,7 +15,7 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Library for generic Version Control System access in Perl RUN_DEPENDS= p5-URI>=0:${PORTSDIR}/net/p5-URI -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-Validation-Class/Makefile b/devel/p5-Validation-Class/Makefile index 11e19cd5cae2..4aeec4f2ce9e 100644 --- a/devel/p5-Validation-Class/Makefile +++ b/devel/p5-Validation-Class/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= \ p5-Hash-Flatten>0:${PORTSDIR}/devel/p5-Hash-Flatten \ p5-Hash-Merge>0:${PORTSDIR}/textproc/p5-Hash-Merge \ p5-Module-Find>0:${PORTSDIR}/devel/p5-Module-Find -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-XML-Compile-Tester/Makefile b/devel/p5-XML-Compile-Tester/Makefile index a7a3ad803187..d6f4fc17c315 100644 --- a/devel/p5-XML-Compile-Tester/Makefile +++ b/devel/p5-XML-Compile-Tester/Makefile @@ -17,7 +17,7 @@ COMMENT= Support XML::Compile Related Regression Testing RUN_DEPENDS= p5-Log-Report>=0.17:${PORTSDIR}/devel/p5-Log-Report \ p5-Test-Deep>=0.103:${PORTSDIR}/devel/p5-Test-Deep \ p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-YAML-AppConfig/Makefile b/devel/p5-YAML-AppConfig/Makefile index afa1bec894c1..c66dc2ae2578 100644 --- a/devel/p5-YAML-AppConfig/Makefile +++ b/devel/p5-YAML-AppConfig/Makefile @@ -18,7 +18,7 @@ COMMENT= Perl extension to manage configuration files with YAML RUN_DEPENDS= \ p5-YAML>=0.38:${PORTSDIR}/textproc/p5-YAML \ p5-YAML-Syck>0:${PORTSDIR}/textproc/p5-YAML-Syck -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-carton/Makefile b/devel/p5-carton/Makefile index 6c392cdc17e9..bcfed6b59e1a 100644 --- a/devel/p5-carton/Makefile +++ b/devel/p5-carton/Makefile @@ -24,7 +24,7 @@ RUN_DEPENDS= \ p5-Module-Metadata>=1.000003:${PORTSDIR}/devel/p5-Module-Metadata \ p5-Try-Tiny>=0.09:${PORTSDIR}/lang/p5-Try-Tiny \ p5-local-lib>=1.008:${PORTSDIR}/devel/p5-local-lib -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-cpan-listchanges/Makefile b/devel/p5-cpan-listchanges/Makefile index 279c1038f6f1..c455e637dfb8 100644 --- a/devel/p5-cpan-listchanges/Makefile +++ b/devel/p5-cpan-listchanges/Makefile @@ -22,7 +22,7 @@ RUN_DEPENDS= \ p5-Module-Metadata>0:${PORTSDIR}/devel/p5-Module-Metadata \ p5-Try-Tiny>0:${PORTSDIR}/lang/p5-Try-Tiny \ p5-YAML>0:${PORTSDIR}/textproc/p5-YAML -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-local-lib/Makefile b/devel/p5-local-lib/Makefile index 8bca6082a551..883ee544fbed 100644 --- a/devel/p5-local-lib/Makefile +++ b/devel/p5-local-lib/Makefile @@ -18,7 +18,7 @@ COMMENT= Perl extension to create and use a local lib/ with PERL5LIB RUN_DEPENDS= \ p5-Module-Build>=0.36:${PORTSDIR}/devel/p5-Module-Build \ p5-ExtUtils-Install>=1.43:${PORTSDIR}/devel/p5-ExtUtils-Install -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-uni-perl/Makefile b/devel/p5-uni-perl/Makefile index 908286e7fc36..821959228e3c 100644 --- a/devel/p5-uni-perl/Makefile +++ b/devel/p5-uni-perl/Makefile @@ -18,7 +18,7 @@ COMMENT= Modern perl with unicode RUN_DEPENDS= p5-Encode>=2.37:${PORTSDIR}/converters/p5-Encode \ p5-lib-abs>=0.90:${PORTSDIR}/devel/p5-lib-abs -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings PERL_CONFIGURE= 5.10.0+ diff --git a/devel/pushmi/Makefile b/devel/pushmi/Makefile index ff11277ed365..16a3784aca7b 100644 --- a/devel/pushmi/Makefile +++ b/devel/pushmi/Makefile @@ -23,7 +23,7 @@ RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/SVN/Core.pm:${PORTSDIR}/devel/p5-subversi p5-YAML-Syck>=0:${PORTSDIR}/textproc/p5-YAML-Syck \ p5-version>=0:${PORTSDIR}/devel/p5-version \ svk>=2.0.0:${PORTSDIR}/devel/svk -BUILD_DEPENDS= ${RUN_DEPENDS} \ +BUILD_DEPENDS:= ${RUN_DEPENDS} \ p5-IPC-Run3>=0:${PORTSDIR}/devel/p5-IPC-Run3 \ p5-RunApp>=0.13:${PORTSDIR}/devel/p5-RunApp \ p5-Test-Output>=0:${PORTSDIR}/devel/p5-Test-Output \ |