diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-09-17 07:06:45 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-09-17 07:06:45 +0000 |
commit | 00ca886ed4e0b16265d308f06269977fdc608fef (patch) | |
tree | c648ee8191c581d7844f56bece282547542f4725 | |
parent | 78ed5f9954f5140180be6afad9be7801fb6aceef (diff) | |
download | ports-00ca886ed4e0b16265d308f06269977fdc608fef.tar.gz ports-00ca886ed4e0b16265d308f06269977fdc608fef.zip |
Notes
152 files changed, 152 insertions, 152 deletions
diff --git a/chinese/p5-Lingua-ZH-Segment/Makefile b/chinese/p5-Lingua-ZH-Segment/Makefile index ddb07602fc93..73af8e6794d8 100644 --- a/chinese/p5-Lingua-ZH-Segment/Makefile +++ b/chinese/p5-Lingua-ZH-Segment/Makefile @@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= clsung@FreeBSD.org COMMENT= Chinese Text Segmentation -PERL_CONFIGURE= 5.8.1+ +PERL_CONFIGURE= yes MAN3= Lingua::ZH::Segment.3 diff --git a/converters/p5-Convert-Morse/Makefile b/converters/p5-Convert-Morse/Makefile index 5ae9df7b32d0..868ce01503a0 100644 --- a/converters/p5-Convert-Morse/Makefile +++ b/converters/p5-Convert-Morse/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module to convert between ASCII and Morse codes -PERL_CONFIGURE= 5.8.1+ +PERL_CONFIGURE= yes MAN3= Convert::Morse.3 diff --git a/databases/p5-Cache-Memcached-Fast/Makefile b/databases/p5-Cache-Memcached-Fast/Makefile index d57377308d95..9de0310dd9ec 100644 --- a/databases/p5-Cache-Memcached-Fast/Makefile +++ b/databases/p5-Cache-Memcached-Fast/Makefile @@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= Fast Perl client for memcached, a distributed memory cache daemon -PERL_CONFIGURE= 5.8.2+ +PERL_CONFIGURE= yes MAN3= Cache::Memcached::Fast.3 diff --git a/databases/p5-Cache-Memcached-XS/Makefile b/databases/p5-Cache-Memcached-XS/Makefile index c58b54b6fd62..c3cf5a20f743 100644 --- a/databases/p5-Cache-Memcached-XS/Makefile +++ b/databases/p5-Cache-Memcached-XS/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= memcache.4:${PORTSDIR}/databases/libmemcache BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable RUN_DEPENDS= ${BUILD_DEPENDS} -PERL_CONFIGURE= 5.8.6+ +PERL_CONFIGURE= yes CONFIGURE_ARGS= INC="-I${LOCALBASE}/include" MAN3= Cache::Memcached::XS.3 diff --git a/databases/p5-DBD-CSV/Makefile b/databases/p5-DBD-CSV/Makefile index a403c4f63fa8..9084dc18ae32 100644 --- a/databases/p5-DBD-CSV/Makefile +++ b/databases/p5-DBD-CSV/Makefile @@ -21,7 +21,7 @@ RUN_DEPENDS= p5-DBI>=1.614:${PORTSDIR}/databases/p5-DBI \ p5-Text-CSV_XS>=0.71:${PORTSDIR}/textproc/p5-Text-CSV_XS BUILD_DEPENDS= ${RUN_DEPENDS} -PERL_CONFIGURE= 5.8.1+ +PERL_CONFIGURE= yes MAN3= DBD::CSV.3 Bundle::DBD::CSV.3 diff --git a/databases/p5-DBD-Mock/Makefile b/databases/p5-DBD-Mock/Makefile index 1b040af06bdf..1cb0b44ccaf0 100644 --- a/databases/p5-DBD-Mock/Makefile +++ b/databases/p5-DBD-Mock/Makefile @@ -17,7 +17,7 @@ COMMENT= Simple mock DBD implementation used for testing BUILD_DEPENDS= p5-DBI>=1.3:${PORTSDIR}/databases/p5-DBI RUN_DEPENDS= ${BUILD_DEPENDS} -PERL_CONFIGURE= 5.8.6+ +PERL_CONFIGURE= yes MAN3= DBD::Mock.3 diff --git a/databases/p5-DBIx-Class-Cursor-Cached/Makefile b/databases/p5-DBIx-Class-Cursor-Cached/Makefile index 484ed1694bb0..44297e36bf69 100644 --- a/databases/p5-DBIx-Class-Cursor-Cached/Makefile +++ b/databases/p5-DBIx-Class-Cursor-Cached/Makefile @@ -22,7 +22,7 @@ RUN_DEPENDS= p5-Carp-Clan>=6.0:${PORTSDIR}/devel/p5-Carp-Clan \ p5-DBIx-Class>=0.08124:${PORTSDIR}/databases/p5-DBIx-Class \ p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 -PERL_CONFIGURE= 5.8.1+ +PERL_CONFIGURE= yes MAN3= DBIx::Class::Cursor::Cached.3 diff --git a/databases/p5-DBIx-Class-MooseColumns/Makefile b/databases/p5-DBIx-Class-MooseColumns/Makefile index 1170b5ae4107..b381e7add3de 100644 --- a/databases/p5-DBIx-Class-MooseColumns/Makefile +++ b/databases/p5-DBIx-Class-MooseColumns/Makefile @@ -21,7 +21,7 @@ RUN_DEPENDS= p5-Moose>=1.24:${PORTSDIR}/devel/p5-Moose \ LICENSE_COMB= dual LICENSE= ART20 GPLv1 -PERL_CONFIGURE= 5.8.9+ +PERL_CONFIGURE= yes MAN3= \ DBIx::Class::MooseColumns.3 \ diff --git a/databases/p5-DBIx-Class-QueryProfiler/Makefile b/databases/p5-DBIx-Class-QueryProfiler/Makefile index d62a1f2e8e19..574e58dfbe61 100644 --- a/databases/p5-DBIx-Class-QueryProfiler/Makefile +++ b/databases/p5-DBIx-Class-QueryProfiler/Makefile @@ -20,7 +20,7 @@ BUILD_DEPENDS= p5-Module-Install>=0:${PORTSDIR}/devel/p5-Module-Install RUN_DEPENDS= p5-DBIx-Class>=0:${PORTSDIR}/databases/p5-DBIx-Class TEST_DEPENDS= p5-Test-Perl-Critic>=0:${PORTSDIR}/devel/p5-Test-Perl-Critic -PERL_CONFIGURE= 5.8.9+ +PERL_CONFIGURE= yes MAN3= DBIx::Class::QueryProfiler.3 diff --git a/databases/p5-DBIx-Class/Makefile b/databases/p5-DBIx-Class/Makefile index cf93f06aefb4..4ef70d30de5c 100644 --- a/databases/p5-DBIx-Class/Makefile +++ b/databases/p5-DBIx-Class/Makefile @@ -61,7 +61,7 @@ TEST_DEPENDS= p5-Class-DBI-Plugin-DeepAbstractSearch>=0:${PORTSDIR}/databases/p5 OPTIONS= SQLT "SQL::Translator (generate DDL from schema)" off -PERL_CONFIGURE= 5.8.1+ +PERL_CONFIGURE= yes CONFIGURE_ENV= DBICTEST_NO_SQLITE_CHECK=1 MAN1= dbicadmin.1 diff --git a/databases/p5-DBIx-VersionedDDL/Makefile b/databases/p5-DBIx-VersionedDDL/Makefile index 61eaa45827ef..201998e32861 100644 --- a/databases/p5-DBIx-VersionedDDL/Makefile +++ b/databases/p5-DBIx-VersionedDDL/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= p5-DBD-SQLite>=1.31:${PORTSDIR}/databases/p5-DBD-SQLite \ p5-Text-CSV>=1.20:${PORTSDIR}/textproc/p5-Text-CSV \ p5-MooseX-Attribute-ENV>=0.01:${PORTSDIR}/devel/p5-MooseX-Attribute-ENV -PERL_CONFIGURE= 5.8.8+ +PERL_CONFIGURE= yes MAN1= migrate_schema.1 MAN3= DBIx::VersionedDDL.3 \ diff --git a/databases/p5-Jifty-DBI/Makefile b/databases/p5-Jifty-DBI/Makefile index c15085856d60..8ec742a658db 100644 --- a/databases/p5-Jifty-DBI/Makefile +++ b/databases/p5-Jifty-DBI/Makefile @@ -46,7 +46,7 @@ BUILD_DEPENDS= \ p5-Cache-Memcached>0:${PORTSDIR}/databases/p5-Cache-Memcached RUN_DEPENDS= ${BUILD_DEPENDS} -PERL_CONFIGURE= 5.8.3+ +PERL_CONFIGURE= yes MAN3= Jifty::DBI.3 \ Jifty::DBI::Collection.3 \ diff --git a/devel/p5-Any-Moose-Convert/Makefile b/devel/p5-Any-Moose-Convert/Makefile index 0c04983cd9fe..778c88f8e502 100644 --- a/devel/p5-Any-Moose-Convert/Makefile +++ b/devel/p5-Any-Moose-Convert/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= p5-PerlIO-Util>=0:${PORTSDIR}/devel/p5-PerlIO-Util TEST_DEPENDS= p5-Moose>=0.90:${PORTSDIR}/devel/p5-Moose \ p5-Mouse>=0.40:${PORTSDIR}/devel/p5-Mouse -PERL_CONFIGURE= 5.8.1+ +PERL_CONFIGURE= yes MAN3= Any::Moose::Convert.3 diff --git a/devel/p5-AnyEvent/Makefile b/devel/p5-AnyEvent/Makefile index 29e94ec3061b..23b75d569979 100644 --- a/devel/p5-AnyEvent/Makefile +++ b/devel/p5-AnyEvent/Makefile @@ -16,7 +16,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Provide framework for multiple event loops -PERL_CONFIGURE= 5.8.1+ +PERL_CONFIGURE= yes MAN3= AE.3 \ AnyEvent.3 \ diff --git a/devel/p5-B-Hooks-OP-Check/Makefile b/devel/p5-B-Hooks-OP-Check/Makefile index 91a334d70e9f..92bff1405944 100644 --- a/devel/p5-B-Hooks-OP-Check/Makefile +++ b/devel/p5-B-Hooks-OP-Check/Makefile @@ -16,7 +16,7 @@ COMMENT= Wrap OP check callbacks BUILD_DEPENDS= p5-ExtUtils-Depends>=0.302:${PORTSDIR}/devel/p5-ExtUtils-Depends -PERL_CONFIGURE= 5.8.1+ +PERL_CONFIGURE= yes MAN3= B::Hooks::OP::Check.3 diff --git a/devel/p5-Class-CodeStyler/Makefile b/devel/p5-Class-CodeStyler/Makefile index 18c050f44cdc..6d319981bae7 100644 --- a/devel/p5-Class-CodeStyler/Makefile +++ b/devel/p5-Class-CodeStyler/Makefile @@ -17,6 +17,6 @@ COMMENT= Perl extension for code generation program formatting and execution BUILD_DEPENDS= ${SITE_PERL}/Class/STL/Containers.pm:${PORTSDIR}/devel/p5-Class-STL-Containers RUN_DEPENDS= ${BUILD_DEPENDS} -PERL_CONFIGURE= 5.8.7+ +PERL_CONFIGURE= yes .include <bsd.port.mk> diff --git a/devel/p5-Class-MOP/Makefile b/devel/p5-Class-MOP/Makefile index ad0ac01d0694..6ce281f5eb98 100644 --- a/devel/p5-Class-MOP/Makefile +++ b/devel/p5-Class-MOP/Makefile @@ -29,7 +29,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} MAKE_JOBS_UNSAFE= yes -PERL_CONFIGURE= 5.8.1+ +PERL_CONFIGURE= yes CFLAGS= -I. MAN3= Class::MOP.3 \ diff --git a/devel/p5-Class-STL-Containers/Makefile b/devel/p5-Class-STL-Containers/Makefile index 6e8f4edc463f..56ead229c670 100644 --- a/devel/p5-Class-STL-Containers/Makefile +++ b/devel/p5-Class-STL-Containers/Makefile @@ -14,6 +14,6 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Perl extension for STL-like object management -PERL_CONFIGURE= 5.8.7+ +PERL_CONFIGURE= yes .include <bsd.port.mk> diff --git a/devel/p5-Clone-More/Makefile b/devel/p5-Clone-More/Makefile index cfbdcc91d9e8..fe945ec2f93a 100644 --- a/devel/p5-Clone-More/Makefile +++ b/devel/p5-Clone-More/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= gslin@gslin.org COMMENT= Perl module for natively copying Perl data structures -PERL_CONFIGURE= 5.8.5+ +PERL_CONFIGURE= yes WRKSRC= ${WRKDIR}/${PORTNAME} diff --git a/devel/p5-CommitBit/Makefile b/devel/p5-CommitBit/Makefile index 2de3b5e0a48f..3dd9e24845bb 100644 --- a/devel/p5-CommitBit/Makefile +++ b/devel/p5-CommitBit/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS= ${SITE_PERL}/UNIVERSAL/require.pm:${PORTSDIR}/devel/p5-UNIVERSAL-re p5-Jifty>=0.60728:${PORTSDIR}/www/p5-Jifty \ p5-Text-Password-Pronounceable>=0:${PORTSDIR}/security/p5-Text-Password-Pronounceable -PERL_CONFIGURE= 5.8.3+ +PERL_CONFIGURE= yes MAN3= CommitBit.3 \ CommitBit::Action::ConfirmEmail.3 \ diff --git a/devel/p5-Config-INI-Simple/Makefile b/devel/p5-Config-INI-Simple/Makefile index 7bce72e51063..37852ee7118f 100644 --- a/devel/p5-Config-INI-Simple/Makefile +++ b/devel/p5-Config-INI-Simple/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= gslin@gslin.org COMMENT= Simple reading and writing from an INI file -PERL_CONFIGURE= 5.8.7+ +PERL_CONFIGURE= yes MAN3= Config::INI::Simple.3 diff --git a/devel/p5-Config-YAML/Makefile b/devel/p5-Config-YAML/Makefile index a421cd8e1e5a..832c84b4919f 100644 --- a/devel/p5-Config-YAML/Makefile +++ b/devel/p5-Config-YAML/Makefile @@ -17,7 +17,7 @@ COMMENT= Simple configuration automation BUILD_DEPENDS= ${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML RUN_DEPENDS= ${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML -PERL_CONFIGURE= 5.8.3+ +PERL_CONFIGURE= yes MAN3= Config::YAML.3 diff --git a/devel/p5-Coro/Makefile b/devel/p5-Coro/Makefile index 57830e9e7009..11028351b767 100644 --- a/devel/p5-Coro/Makefile +++ b/devel/p5-Coro/Makefile @@ -24,7 +24,7 @@ RUN_DEPENDS= p5-Event>=1.08:${PORTSDIR}/devel/p5-Event \ p5-IO-AIO>=3.1:${PORTSDIR}/devel/p5-IO-AIO BUILD_DEPENDS= ${RUN_DEPENDS} -PERL_CONFIGURE= 5.8.2+ +PERL_CONFIGURE= yes MAN3= Coro.3 Coro::AIO.3 Coro::AnyEvent.3 Coro::Channel.3 \ Coro::Handle.3 Coro::BDB.3 Coro::Debug.3 \ diff --git a/devel/p5-Data-Validator/Makefile b/devel/p5-Data-Validator/Makefile index 0942454632ec..24b8d59e516f 100644 --- a/devel/p5-Data-Validator/Makefile +++ b/devel/p5-Data-Validator/Makefile @@ -18,7 +18,7 @@ BUILD_DEPENDS= p5-Mouse>=0.93:${PORTSDIR}/devel/p5-Mouse RUN_DEPENDS= p5-Mouse>=0.93:${PORTSDIR}/devel/p5-Mouse TEST_DEPENDS= p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires -PERL_CONFIGURE= 5.8.1+ +PERL_CONFIGURE= yes MAN3= Data::Validator.3 \ Data::Validator::Role::AllowExtra.3 \ diff --git a/devel/p5-Data-Visitor/Makefile b/devel/p5-Data-Visitor/Makefile index 3a7891293b17..c702f00279a9 100644 --- a/devel/p5-Data-Visitor/Makefile +++ b/devel/p5-Data-Visitor/Makefile @@ -21,7 +21,7 @@ BUILD_DEPENDS= p5-Moose>=0.89:${PORTSDIR}/devel/p5-Moose \ p5-Task-Weaken>=0:${PORTSDIR}/devel/p5-Task-Weaken RUN_DEPENDS= ${BUILD_DEPENDS} -PERL_CONFIGURE= 5.8.1+ +PERL_CONFIGURE= yes MAN3= Data::Visitor.3 \ Data::Visitor::Callback.3 diff --git a/devel/p5-Devel-Declare/Makefile b/devel/p5-Devel-Declare/Makefile index 97379cef345e..e8520f9261e7 100644 --- a/devel/p5-Devel-Declare/Makefile +++ b/devel/p5-Devel-Declare/Makefile @@ -23,7 +23,7 @@ RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Sub/Name.pm:${PORTSDIR}/devel/p5-Sub-Name BUILD_DEPENDS= ${SITE_PERL}/ExtUtils/Depends.pm:${PORTSDIR}/devel/p5-ExtUtils-Depends \ ${RUN_DEPENDS} -PERL_CONFIGURE= 5.8.1+ +PERL_CONFIGURE= yes MAN3= Devel::Declare.3 diff --git a/devel/p5-Devel-REPL/Makefile b/devel/p5-Devel-REPL/Makefile index 597c310952f7..fc858660f658 100644 --- a/devel/p5-Devel-REPL/Makefile +++ b/devel/p5-Devel-REPL/Makefile @@ -32,7 +32,7 @@ BUILD_DEPENDS= p5-Moose>=0.74:${PORTSDIR}/devel/p5-Moose \ p5-Sys-SigAction>0:${PORTSDIR}/devel/p5-Sys-SigAction RUN_DEPENDS= ${BUILD_DEPENDS} -PERL_CONFIGURE= 5.8.1+ +PERL_CONFIGURE= yes MAN3= Devel::REPL.3 \ Devel::REPL::Overview.3 \ diff --git a/devel/p5-Exception-Class/Makefile b/devel/p5-Exception-Class/Makefile index 4ce178547342..8728809555df 100644 --- a/devel/p5-Exception-Class/Makefile +++ b/devel/p5-Exception-Class/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= p5-Class-Data-Inheritable>=0.02:${PORTSDIR}/devel/p5-Class-Data-Inh p5-Devel-StackTrace>=1.20:${PORTSDIR}/devel/p5-Devel-StackTrace BUILD_DEPENDS= ${RUN_DEPENDS} -PERL_CONFIGURE= 5.8.1+ +PERL_CONFIGURE= yes MAN3= Exception::Class.3 Exception::Class::Base.3 diff --git a/devel/p5-ExtUtils-ParseXS/Makefile b/devel/p5-ExtUtils-ParseXS/Makefile index 893a9470e0c7..6aea3d3cbe49 100644 --- a/devel/p5-ExtUtils-ParseXS/Makefile +++ b/devel/p5-ExtUtils-ParseXS/Makefile @@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= demon@FreeBSD.org COMMENT= Converts Perl XS code into C code -PERL_CONFIGURE= 5.8.1+ +PERL_CONFIGURE= yes MAN3= ExtUtils::ParseXS.3 \ ExtUtils::ParseXS::Constants.3 \ diff --git a/devel/p5-FreeBSD-i386-Ptrace/Makefile b/devel/p5-FreeBSD-i386-Ptrace/Makefile index c9252729ac55..5add7eabddc1 100644 --- a/devel/p5-FreeBSD-i386-Ptrace/Makefile +++ b/devel/p5-FreeBSD-i386-Ptrace/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= kaoru@kaisei.org COMMENT= Perl module for ptrace on FreeBSD-i386 -PERL_CONFIGURE= 5.8.1+ +PERL_CONFIGURE= yes ONLY_FOR_ARCHS= i386 MAN3= FreeBSD::i386::Ptrace.3 diff --git a/devel/p5-Hash-FieldHash/Makefile b/devel/p5-Hash-FieldHash/Makefile index 4750b4cb98a6..a1af431742ef 100644 --- a/devel/p5-Hash-FieldHash/Makefile +++ b/devel/p5-Hash-FieldHash/Makefile @@ -16,7 +16,7 @@ COMMENT= A lightweight field hash implementation TEST_DEPENDS= p5-Test-LeakTrace>=0.07:${PORTSDIR}/devel/p5-Test-LeakTrace -PERL_CONFIGURE= 5.8.5+ +PERL_CONFIGURE= yes MAN3= Hash::FieldHash.3 diff --git a/devel/p5-Inline-Java/Makefile b/devel/p5-Inline-Java/Makefile index 0c1cb94d310a..dceecba84c12 100644 --- a/devel/p5-Inline-Java/Makefile +++ b/devel/p5-Inline-Java/Makefile @@ -23,7 +23,7 @@ USE_JAVA= yes JAVA_VERSION= 1.5+ JAVA_OS= native -PERL_CONFIGURE= 5.8.1+ +PERL_CONFIGURE= yes CONFIGURE_ARGS= J2SDK=${JAVA_HOME} </dev/null MAN3= Inline::Java.3 \ diff --git a/devel/p5-Module-Refresh/Makefile b/devel/p5-Module-Refresh/Makefile index ac6074a61afc..b4a6466b7699 100644 --- a/devel/p5-Module-Refresh/Makefile +++ b/devel/p5-Module-Refresh/Makefile @@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= lippe@FreeBSD.org COMMENT= Refresh %INC files when updated on disk -PERL_CONFIGURE= 5.8.1+ +PERL_CONFIGURE= yes MAN3= Module::Refresh.3 diff --git a/devel/p5-Moose/Makefile b/devel/p5-Moose/Makefile index 6ff81103fe62..4ce281568a50 100644 --- a/devel/p5-Moose/Makefile +++ b/devel/p5-Moose/Makefile @@ -40,7 +40,7 @@ TEST_DEPENDS= \ MAKE_JOBS_UNSAFE= yes -PERL_CONFIGURE= 5.8.4+ +PERL_CONFIGURE= yes CFLAGS+= -I. # mop.h CONFLICTS= p5-Class-MOP-[0-9]* diff --git a/devel/p5-MooseX-Attribute-ENV/Makefile b/devel/p5-MooseX-Attribute-ENV/Makefile index d6b95196ffd8..57710d3c49a4 100644 --- a/devel/p5-MooseX-Attribute-ENV/Makefile +++ b/devel/p5-MooseX-Attribute-ENV/Makefile @@ -16,7 +16,7 @@ COMMENT= Set default of an attribute to a value from %ENV RUN_DEPENDS= p5-Moose>=1.19:${PORTSDIR}/devel/p5-Moose -PERL_CONFIGURE= 5.8.8+ +PERL_CONFIGURE= yes MAN3= MooseX::Attribute::ENV.3 diff --git a/devel/p5-MooseX-Object-Pluggable/Makefile b/devel/p5-MooseX-Object-Pluggable/Makefile index 96be6cada938..7c82ed4da898 100644 --- a/devel/p5-MooseX-Object-Pluggable/Makefile +++ b/devel/p5-MooseX-Object-Pluggable/Makefile @@ -18,7 +18,7 @@ RUN_DEPENDS= p5-Moose>=0.35:${PORTSDIR}/devel/p5-Moose \ p5-Module-Pluggable>0:${PORTSDIR}/devel/p5-Module-Pluggable BUILD_DEPENDS= ${RUN_DEPENDS} -PERL_CONFIGURE= 5.8.1+ +PERL_CONFIGURE= yes MAN3= MooseX::Object::Pluggable.3 diff --git a/devel/p5-MooseX-Traits-Pluggable/Makefile b/devel/p5-MooseX-Traits-Pluggable/Makefile index 99ce04b764a1..26e73de1f1d7 100644 --- a/devel/p5-MooseX-Traits-Pluggable/Makefile +++ b/devel/p5-MooseX-Traits-Pluggable/Makefile @@ -21,7 +21,7 @@ BUILD_DEPENDS= \ p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils RUN_DEPENDS= ${BUILD_DEPENDS} -PERL_CONFIGURE= 5.8.1+ +PERL_CONFIGURE= yes MAN3= MooseX::Traits::Pluggable.3 diff --git a/devel/p5-Mouse/Makefile b/devel/p5-Mouse/Makefile index 3dbd8bda02ce..332e223d6eb7 100644 --- a/devel/p5-Mouse/Makefile +++ b/devel/p5-Mouse/Makefile @@ -29,7 +29,7 @@ TEST_DEPENDS= p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple \ MAKE_JOBS_UNSAFE= yes -PERL_CONFIGURE= 5.8.5+ +PERL_CONFIGURE= yes MAN3= Mouse.3 \ Mouse::Exporter.3 \ diff --git a/devel/p5-MouseX-Foreign/Makefile b/devel/p5-MouseX-Foreign/Makefile index 9d65daaba3d2..6d630f614cd6 100644 --- a/devel/p5-MouseX-Foreign/Makefile +++ b/devel/p5-MouseX-Foreign/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= p5-Mouse>=0.77:${PORTSDIR}/devel/p5-Mouse TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires -PERL_CONFIGURE= 5.8.1+ +PERL_CONFIGURE= yes MAN3= MouseX::Foreign.3 \ MouseX::Foreign::Meta::Role::Class.3 \ diff --git a/devel/p5-Package-Stash-XS/Makefile b/devel/p5-Package-Stash-XS/Makefile index dafcc4d5590d..44b0225ab60a 100644 --- a/devel/p5-Package-Stash-XS/Makefile +++ b/devel/p5-Package-Stash-XS/Makefile @@ -20,7 +20,7 @@ LICENSE_COMB= dual TEST_DEPENDS= p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal -PERL_CONFIGURE= 5.8.1+ +PERL_CONFIGURE= yes MAN3= Package::Stash::XS.3 diff --git a/devel/p5-PerlIO-Util/Makefile b/devel/p5-PerlIO-Util/Makefile index a1f33b6e47d3..ae6a0849adbd 100644 --- a/devel/p5-PerlIO-Util/Makefile +++ b/devel/p5-PerlIO-Util/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= A selection of general PerlIO utilities -PERL_CONFIGURE= 5.8.8+ +PERL_CONFIGURE= yes MAN3= PerlIO::Util.3 \ PerlIO::Util::JA.3 \ diff --git a/devel/p5-Regexp-RegGrp/Makefile b/devel/p5-Regexp-RegGrp/Makefile index 4cee2676f105..9a6b66a046c6 100644 --- a/devel/p5-Regexp-RegGrp/Makefile +++ b/devel/p5-Regexp-RegGrp/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Groups a regular expressions collection -PERL_CONFIGURE= 5.8.9+ +PERL_CONFIGURE= yes MAN3= Regexp::RegGrp.3 diff --git a/devel/p5-String-Diff/Makefile b/devel/p5-String-Diff/Makefile index cff3e58386fe..f668c5d97a1d 100644 --- a/devel/p5-String-Diff/Makefile +++ b/devel/p5-String-Diff/Makefile @@ -17,7 +17,7 @@ COMMENT= Simple diff to String RUN_DEPENDS= p5-Algorithm-Diff>=0:${PORTSDIR}/devel/p5-Algorithm-Diff BUILD_DEPENDS= ${RUN_DEPENDS} -PERL_CONFIGURE= 5.8.1+ +PERL_CONFIGURE= yes MAN3= String::Diff.3 diff --git a/devel/p5-Task-Weaken/Makefile b/devel/p5-Task-Weaken/Makefile index 4a030baf730b..49e9571e402c 100644 --- a/devel/p5-Task-Weaken/Makefile +++ b/devel/p5-Task-Weaken/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Ensure that a platform has weaken support -PERL_CONFIGURE= 5.8.5+ +PERL_CONFIGURE= yes MAN3= Task::Weaken.3 diff --git a/devel/p5-Test-LeakTrace/Makefile b/devel/p5-Test-LeakTrace/Makefile index 963d55b4b6bb..d6bfeac7eb72 100644 --- a/devel/p5-Test-LeakTrace/Makefile +++ b/devel/p5-Test-LeakTrace/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Traces memory leaks -PERL_CONFIGURE= 5.8.3+ +PERL_CONFIGURE= yes MAN3= Test::LeakTrace.3 \ Test::LeakTrace::JA.3 \ diff --git a/devel/p5-Test-Pod-Coverage-Permissive/Makefile b/devel/p5-Test-Pod-Coverage-Permissive/Makefile index 842094df0377..1dcc5b132bbb 100644 --- a/devel/p5-Test-Pod-Coverage-Permissive/Makefile +++ b/devel/p5-Test-Pod-Coverage-Permissive/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= p5-PathTools>=0:${PORTSDIR}/devel/p5-PathTools \ p5-YAML-Syck>=0:${PORTSDIR}/textproc/p5-YAML-Syck BUILD_DEPENDS= ${RUN_DEPENDS} -PERL_CONFIGURE= 5.8.9+ +PERL_CONFIGURE= yes MAN3= Test::Pod::Coverage::Permissive.3 .include <bsd.port.mk> diff --git a/devel/p5-Test-WWW-Mechanize-CGIApp/Makefile b/devel/p5-Test-WWW-Mechanize-CGIApp/Makefile index 3ba3ac9fcac8..7178a364d472 100644 --- a/devel/p5-Test-WWW-Mechanize-CGIApp/Makefile +++ b/devel/p5-Test-WWW-Mechanize-CGIApp/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= p5-CGI-Application>=0:${PORTSDIR}/www/p5-CGI-Application \ p5-HTTP-Request-AsCGI>=0:${PORTSDIR}/www/p5-HTTP-Request-AsCGI BUILD_DEPENDS= ${RUN_DEPENDS} -PERL_CONFIGURE= 5.8.1+ +PERL_CONFIGURE= yes MAN3= Test::WWW::Mechanize::CGIApp.3 diff --git a/devel/p5-Test-WWW-Mechanize-Catalyst/Makefile b/devel/p5-Test-WWW-Mechanize-Catalyst/Makefile index 6c0087b4f0e3..4bc5059c27b5 100644 --- a/devel/p5-Test-WWW-Mechanize-Catalyst/Makefile +++ b/devel/p5-Test-WWW-Mechanize-Catalyst/Makefile @@ -22,7 +22,7 @@ RUN_DEPENDS= p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \ p5-namespace-clean>=0.09:${PORTSDIR}/devel/p5-namespace-clean BUILD_DEPENDS= ${RUN_DEPENDS} -PERL_CONFIGURE= 5.8.4+ +PERL_CONFIGURE= yes MAN3= Test::WWW::Mechanize::Catalyst.3 diff --git a/devel/p5-UNIVERSAL-which/Makefile b/devel/p5-UNIVERSAL-which/Makefile index fc7bfd9a7055..72d7e119b268 100644 --- a/devel/p5-UNIVERSAL-which/Makefile +++ b/devel/p5-UNIVERSAL-which/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension for telling fully qualified name of the method -PERL_CONFIGURE= 5.8.1+ +PERL_CONFIGURE= yes MAN3= UNIVERSAL::which.3 .include <bsd.port.mk> diff --git a/devel/p5-Workflow/Makefile b/devel/p5-Workflow/Makefile index c30e416a58a8..199c951b2c6c 100644 --- a/devel/p5-Workflow/Makefile +++ b/devel/p5-Workflow/Makefile @@ -43,7 +43,7 @@ BUILD_DEPENDS= ${SITE_PERL}/Class/Observable.pm:${PORTSDIR}/devel/p5-Class-Obser ${SITE_PERL}/Test/Exception.pm:${PORTSDIR}/devel/p5-Test-Exception \ ${SITE_PERL}/File/Slurp.pm:${PORTSDIR}/devel/p5-File-Slurp -PERL_CONFIGURE= 5.8.9+ +PERL_CONFIGURE= yes MAN3= Workflow.3 \ Workflow::Action.3 \ diff --git a/devel/p5-autobox/Makefile b/devel/p5-autobox/Makefile index 78dda0018181..8d5e3958f6f6 100644 --- a/devel/p5-autobox/Makefile +++ b/devel/p5-autobox/Makefile @@ -18,7 +18,7 @@ COMMENT= Call methods on native Perl types BUILD_DEPENDS= p5-Scope-Guard>=0.20:${PORTSDIR}/devel/p5-Scope-Guard RUN_DEPENDS= ${BUILD_DEPENDS} -PERL_CONFIGURE= 5.8.1+ +PERL_CONFIGURE= yes MAN3= autobox.3 diff --git a/devel/svk/Makefile b/devel/svk/Makefile index 69a0d8236468..fcb1f4d73788 100644 --- a/devel/svk/Makefile +++ b/devel/svk/Makefile @@ -53,7 +53,7 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/List/MoreUtils.pm:${PORTSDIR}/lang/p5-L p5-version>=0.68:${PORTSDIR}/devel/p5-version RUN_DEPENDS= ${BUILD_DEPENDS} -PERL_CONFIGURE= 5.8.1+ +PERL_CONFIGURE= yes MAN1= svk.1 MAN3= SVK.3 \ diff --git a/graphics/p5-Graph-Easy/Makefile b/graphics/p5-Graph-Easy/Makefile index 88604599983c..9d768a1b52b6 100644 --- a/graphics/p5-Graph-Easy/Makefile +++ b/graphics/p5-Graph-Easy/Makefile @@ -17,7 +17,7 @@ COMMENT= Render graphs as ASCII, HTML, SVG or Graphviz BUILD_DEPENDS= p5-Heap>0:${PORTSDIR}/devel/p5-Heap RUN_DEPENDS= ${BUILD_DEPENDS} -PERL_CONFIGURE= 5.8.2+ +PERL_CONFIGURE= yes MAN1= graph-easy.1 diff --git a/graphics/p5-Visio/Makefile b/graphics/p5-Visio/Makefile index 30db9c4b2679..a9b238b6e5c0 100644 --- a/graphics/p5-Visio/Makefile +++ b/graphics/p5-Visio/Makefile @@ -17,7 +17,7 @@ COMMENT= Perl extension mainpulating XML based Visio files BUILD_DEPENDS= p5-Log-Log4perl>=0:${PORTSDIR}/devel/p5-Log-Log4perl \ p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML -PERL_CONFIGURE= 5.8.1+ +PERL_CONFIGURE= yes MAN3= Visio.3 Visio::Hyperlink.3 Visio::Layout.3 Visio::Line.3 \ Visio::Master.3 Visio::Page.3 Visio::PageProps.3 \ diff --git a/japanese/p5-Date-Japanese-Era/Makefile b/japanese/p5-Date-Japanese-Era/Makefile index 20b6382d8845..ddcbbb37f1f5 100644 --- a/japanese/p5-Date-Japanese-Era/Makefile +++ b/japanese/p5-Date-Japanese-Era/Makefile @@ -17,7 +17,7 @@ BUILD_DEPENDS= ${SITE_PERL}/Date/Calc.pm:${PORTSDIR}/devel/p5-Date-Calc \ ${SITE_PERL}/Lingua/JA/Numbers.pm:${PORTSDIR}/japanese/p5-Lingua-JA-Numbers RUN_DEPENDS= ${BUILD_DEPENDS} -PERL_CONFIGURE= 5.8.1+ # inherited from p5-Lingua-JA-Numbers +PERL_CONFIGURE= yes MAN3= Date::Japanese::Era.3 \ Date::Japanese::Era::Table.3 \ diff --git a/japanese/p5-Lingua-JA-Numbers/Makefile b/japanese/p5-Lingua-JA-Numbers/Makefile index 0b9953cbece2..d23ec7e847aa 100644 --- a/japanese/p5-Lingua-JA-Numbers/Makefile +++ b/japanese/p5-Lingua-JA-Numbers/Makefile @@ -16,6 +16,6 @@ COMMENT= Converts numeric values to and from their Japanese string equivalents MAN3= Lingua::JA::Numbers.3 -PERL_CONFIGURE= 5.8.1+ +PERL_CONFIGURE= yes .include <bsd.port.mk> diff --git a/lang/p5-Perl6-Subs/Makefile b/lang/p5-Perl6-Subs/Makefile index cb52a60c0da8..b4eac917be8c 100644 --- a/lang/p5-Perl6-Subs/Makefile +++ b/lang/p5-Perl6-Subs/Makefile @@ -18,7 +18,7 @@ COMMENT= Perl6::Subs - Define your subroutines in the Perl 6 style BUILD_DEPENDS= ${SITE_PERL}/Parse/RecDescent.pm:${PORTSDIR}/devel/p5-Parse-RecDescent RUN_DEPENDS= ${BUILD_DEPENDS} -PERL_CONFIGURE= 5.8.4+ +PERL_CONFIGURE= yes MAN3= Perl6::Subs.3 diff --git a/lang/p5-TryCatch/Makefile b/lang/p5-TryCatch/Makefile index fc05ef02c8bd..6ede8e89ac3f 100644 --- a/lang/p5-TryCatch/Makefile +++ b/lang/p5-TryCatch/Makefile @@ -35,7 +35,7 @@ TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception OPTIONS= AUTHOR "Include dependencies for AUTHORING" off -PERL_CONFIGURE= 5.8.1+ +PERL_CONFIGURE= yes MAN3= TryCatch.3 diff --git a/mail/p5-Email-Reply/Makefile b/mail/p5-Email-Reply/Makefile index 2752e2d78ee1..72ac7acbdd51 100644 --- a/mail/p5-Email-Reply/Makefile +++ b/mail/p5-Email-Reply/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS= p5-Email-Abstract>=2.01:${PORTSDIR}/mail/p5-Email-Abstract \ p5-Email-MIME>=1.82:${PORTSDIR}/mail/p5-Email-MIME \ p5-Email-Simple>=2.100:${PORTSDIR}/mail/p5-Email-Simple -PERL_CONFIGURE= 5.8.1+ +PERL_CONFIGURE= yes MAN3= Email::Reply.3 diff --git a/mail/p5-Email-Send/Makefile b/mail/p5-Email-Send/Makefile index 135d833ebac9..7d6b22b42e6a 100644 --- a/mail/p5-Email-Send/Makefile +++ b/mail/p5-Email-Send/Makefile @@ -22,7 +22,7 @@ BUILD_DEPENDS= p5-Class-Accessor>=0.19:${PORTSDIR}/devel/p5-Class-Accessor \ ${SITE_PERL}/UNIVERSAL/require.pm:${PORTSDIR}/devel/p5-UNIVERSAL-require RUN_DEPENDS= ${BUILD_DEPENDS} -PERL_CONFIGURE= 5.8.1+ +PERL_CONFIGURE= yes MAN3= Email::Send.3 \ Email::Send::NNTP.3 \ diff --git a/mail/p5-Email-Sender-Transport-SQLite/Makefile b/mail/p5-Email-Sender-Transport-SQLite/Makefile index 967e849e3d12..835e468b3072 100644 --- a/mail/p5-Email-Sender-Transport-SQLite/Makefile +++ b/mail/p5-Email-Sender-Transport-SQLite/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite \ p5-Email-Sender>=0.091660:${PORTSDIR}/mail/p5-Email-Sender BUILD_DEPENDS= ${RUN_DEPENDS} -PERL_CONFIGURE= 5.8.8+ +PERL_CONFIGURE= yes MAN3= Email::Sender::Transport::SQLite.3 diff --git a/mail/p5-Mail-Tools/Makefile b/mail/p5-Mail-Tools/Makefile index d13d42db90ba..e120b2ea8086 100644 --- a/mail/p5-Mail-Tools/Makefile +++ b/mail/p5-Mail-Tools/Makefile @@ -18,7 +18,7 @@ COMMENT= Perl5 modules for dealing with Internet e-mail messages RUN_DEPENDS= p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate BUILD_DEPENDS= ${RUN_DEPENDS} -PERL_CONFIGURE= 5.8.1+ +PERL_CONFIGURE= yes MAN3= Mail::Address.3 \ Mail::Cap.3 \ diff --git a/mail/p5-Sendmail-AccessDB/Makefile b/mail/p5-Sendmail-AccessDB/Makefile index ae9f4cd17163..cf02652e9985 100644 --- a/mail/p5-Sendmail-AccessDB/Makefile +++ b/mail/p5-Sendmail-AccessDB/Makefile @@ -17,7 +17,7 @@ COMMENT= Perl5 interface to the Sendmail access.db list BUILD_DEPENDS= ${SITE_PERL}/mach/BerkeleyDB.pm:${PORTSDIR}/databases/p5-BerkeleyDB RUN_DEPENDS= ${BUILD_DEPENDS} -PERL_CONFIGURE= 5.8.6+ +PERL_CONFIGURE= yes MAKE_JOBS_SAFE= yes MAN3= Sendmail::AccessDB.3 diff --git a/math/p5-Set-IntSpan-Fast-XS/Makefile b/math/p5-Set-IntSpan-Fast-XS/Makefile index f37323278846..ee876afc3ca3 100644 --- a/math/p5-Set-IntSpan-Fast-XS/Makefile +++ b/math/p5-Set-IntSpan-Fast-XS/Makefile @@ -19,7 +19,7 @@ BUILD_DEPENDS= p5-Data-Swap>=0.07:${PORTSDIR}/devel/p5-Data-Swap \ p5-Set-IntSpan-Fast>=1.13:${PORTSDIR}/math/p5-Set-IntSpan-Fast RUN_DEPENDS= ${BUILD_DEPENDS} -PERL_CONFIGURE= 5.8.1+ +PERL_CONFIGURE= yes MAN3= Set::IntSpan::Fast::XS.3 diff --git a/math/p5-Set-IntSpan-Fast/Makefile b/math/p5-Set-IntSpan-Fast/Makefile index 4b07238cfc4f..48e470eddcec 100644 --- a/math/p5-Set-IntSpan-Fast/Makefile +++ b/math/p5-Set-IntSpan-Fast/Makefile @@ -17,7 +17,7 @@ COMMENT= Fast handling of sets containing integer spans BUILD_DEPENDS= ${SITE_PERL}/Data/Types.pm:${PORTSDIR}/devel/p5-Data-Types RUN_DEPENDS= ${BUILD_DEPENDS} -PERL_CONFIGURE= 5.8.1+ +PERL_CONFIGURE= yes MAN3= Set::IntSpan::Fast.3 Set::IntSpan::Fast::PP.3 diff --git a/misc/p5-Locale-SubCountry/Makefile b/misc/p5-Locale-SubCountry/Makefile index 2c2bba04623a..302a4b9aeda1 100644 --- a/misc/p5-Locale-SubCountry/Makefile +++ b/misc/p5-Locale-SubCountry/Makefile @@ -17,7 +17,7 @@ COMMENT= Convert state, province, county etc. names to/from code LICENSE_COMB= dual LICENSE= ART20 GPLv1 -PERL_CONFIGURE= 5.8.4+ +PERL_CONFIGURE= yes MAN3= Locale::SubCountry.3 \ Locale::SubCountry::Data.3 diff --git a/net/p5-AnyEvent-Twitter-Stream/Makefile b/net/p5-AnyEvent-Twitter-Stream/Makefile index 57b8555c8731..50124aee128f 100644 --- a/net/p5-AnyEvent-Twitter-Stream/Makefile +++ b/net/p5-AnyEvent-Twitter-Stream/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= p5-AnyEvent>=0:${PORTSDIR}/devel/p5-AnyEvent \ p5-JSON>=2.0:${PORTSDIR}/converters/p5-JSON \ p5-URI>=0:${PORTSDIR}/net/p5-URI -PERL_CONFIGURE= 5.8.1+ +PERL_CONFIGURE= yes MAN3= AnyEvent::Twitter::Stream.3 diff --git a/net/p5-BBS-UserInfo-Maple3/Makefile b/net/p5-BBS-UserInfo-Maple3/Makefile index 0427a1880bb8..4c6d8dbef2af 100644 --- a/net/p5-BBS-UserInfo-Maple3/Makefile +++ b/net/p5-BBS-UserInfo-Maple3/Makefile @@ -17,7 +17,7 @@ COMMENT= Get user information of Maple3-style BBS RUN_DEPENDS= ${SITE_PERL}/Expect.pm:${PORTSDIR}/lang/p5-Expect -PERL_CONFIGURE= 5.8.1+ # Inherhited from lang/p5-Expect +PERL_CONFIGURE= yes MAN3= BBS::UserInfo::Maple3.3 diff --git a/net/p5-Net-TiVo/Makefile b/net/p5-Net-TiVo/Makefile index c31aaf214e31..fb9c558bb817 100644 --- a/net/p5-Net-TiVo/Makefile +++ b/net/p5-Net-TiVo/Makefile @@ -20,7 +20,7 @@ BUILD_DEPENDS= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \ ${SITE_PERL}/${PERL_ARCH}/Crypt/SSLeay.pm:${PORTSDIR}/security/p5-Crypt-SSLeay RUN_DEPENDS= ${BUILD_DEPENDS} -PERL_CONFIGURE= 5.8.1+ +PERL_CONFIGURE= yes MAN3= Net::TiVo.3 \ Net::TiVo::Show.3 \ diff --git a/net/p5-RPC-XML/Makefile b/net/p5-RPC-XML/Makefile index 3069c6ce6f42..57ee11524c30 100644 --- a/net/p5-RPC-XML/Makefile +++ b/net/p5-RPC-XML/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS= p5-XML-Parser>=2.31:${PORTSDIR}/textproc/p5-XML-Parser \ p5-libwww>=5.834:${PORTSDIR}/www/p5-libwww USE_GMAKE= yes -PERL_CONFIGURE= 5.8.9+ # Scalar::Util>=1.19 +PERL_CONFIGURE= yes MAN1= make_method.1 MAN3= Apache::RPC::Server.3 \ diff --git a/net/p5-URI/Makefile b/net/p5-URI/Makefile index dddd72aad0b6..7882b86d1579 100644 --- a/net/p5-URI/Makefile +++ b/net/p5-URI/Makefile @@ -18,7 +18,7 @@ COMMENT= Perl5 interface to Uniform Resource Identifier (URI) references LICENSE= ART10 GPLv1 LICENSE_COMB= dual -PERL_CONFIGURE= 5.8.1+ +PERL_CONFIGURE= yes MAN3= URI.3 \ URI::Escape.3 \ diff --git a/net/p5-XML-RPC-Fast/Makefile b/net/p5-XML-RPC-Fast/Makefile index 1d8f6895a00e..5979c3f644c2 100644 --- a/net/p5-XML-RPC-Fast/Makefile +++ b/net/p5-XML-RPC-Fast/Makefile @@ -20,7 +20,7 @@ BUILD_DEPENDS= p5-XML-Hash-LX>=0.05:${PORTSDIR}/textproc/p5-XML-Hash-LX \ p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings RUN_DEPENDS= ${BUILD_DEPENDS} -PERL_CONFIGURE= 5.8.3+ +PERL_CONFIGURE= yes MAN3= XML::RPC::Enc.3 \ XML::RPC::Enc::LibXML.3 \ XML::RPC::Fast.3 \ diff --git a/security/p5-Net-OpenID-JanRain/Makefile b/security/p5-Net-OpenID-JanRain/Makefile index f459f5c509a3..fcbfe29727a4 100644 --- a/security/p5-Net-OpenID-JanRain/Makefile +++ b/security/p5-Net-OpenID-JanRain/Makefile @@ -22,7 +22,7 @@ BUILD_DEPENDS= ${SITE_PERL}/Crypt/DH.pm:${PORTSDIR}/security/p5-Crypt-DH \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS= ${BUILD_DEPENDS} -PERL_CONFIGURE= 5.8.1+ +PERL_CONFIGURE= yes MAN3= Net::OpenID::JanRain::Consumer.3 \ Net::OpenID::JanRain::Server.3 \ diff --git a/security/p5-Sudo/Makefile b/security/p5-Sudo/Makefile index b0fd31f6cecc..bd99e955bfdd 100644 --- a/security/p5-Sudo/Makefile +++ b/security/p5-Sudo/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= ${SITE_PERL}/Term/ReadPassword.pm:${PORTSDIR}/devel/p5-Term-ReadPas ${SITE_PERL}/Class/Accessor.pm:${PORTSDIR}/devel/p5-Class-Accessor \ ${SITE_PERL}/IPC/Run.pm:${PORTSDIR}/devel/p5-IPC-Run -PERL_CONFIGURE= 5.8.1+ +PERL_CONFIGURE= yes MAN3= Sudo.3 diff --git a/security/p5-openxpki/Makefile b/security/p5-openxpki/Makefile index 1492f22e1453..440f062e13fe 100644 --- a/security/p5-openxpki/Makefile +++ b/security/p5-openxpki/Makefile @@ -285,7 +285,7 @@ MAN3= OpenXPKI.3 \ OpenXPKI::i18n.3 USE_GMAKE= yes USE_OPENSSL= yes -PERL_CONFIGURE= 5.8.6+ +PERL_CONFIGURE= yes USERS= openxpki GROUPS= openxpki diff --git a/sysutils/p5-BSD-Jail-Object/Makefile b/sysutils/p5-BSD-Jail-Object/Makefile index 2ceb69a14574..0786276fb2dc 100644 --- a/sysutils/p5-BSD-Jail-Object/Makefile +++ b/sysutils/p5-BSD-Jail-Object/Makefile @@ -20,7 +20,7 @@ BUILD_DEPENDS=\ MAKE_JOBS_UNSAFE= yes -PERL_CONFIGURE= 5.8.6+ +PERL_CONFIGURE= yes MAN3= BSD::Jail::Object.3 diff --git a/textproc/p5-CSS-Croco/Makefile b/textproc/p5-CSS-Croco/Makefile index f36f4e2a778b..98aaf1a58aa0 100644 --- a/textproc/p5-CSS-Croco/Makefile +++ b/textproc/p5-CSS-Croco/Makefile @@ -17,7 +17,7 @@ BUILD_DEPENDS= p5-URI>=0:${PORTSDIR}/net/p5-URI \ libcroco>=0.6:${PORTSDIR}/textproc/libcroco RUN_DEPENDS= ${BUILD_DEPENDS} -PERL_CONFIGURE= 5.8.9+ +PERL_CONFIGURE= yes MAN3= CSS::Croco.3\ CSS::Croco::Selector.3\ CSS::Croco::Statement.3\ diff --git a/textproc/p5-CSS-Minifier-XS/Makefile b/textproc/p5-CSS-Minifier-XS/Makefile index 0d58c2d339bb..f82eb69cb6b3 100644 --- a/textproc/p5-CSS-Minifier-XS/Makefile +++ b/textproc/p5-CSS-Minifier-XS/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= XS based CSS minifier -PERL_CONFIGURE= 5.8.8+ +PERL_CONFIGURE= yes MAN3= CSS::Minifier::XS.3 diff --git a/textproc/p5-CSS-Packer/Makefile b/textproc/p5-CSS-Packer/Makefile index 055a2e4f303e..62291233e72e 100644 --- a/textproc/p5-CSS-Packer/Makefile +++ b/textproc/p5-CSS-Packer/Makefile @@ -16,7 +16,7 @@ COMMENT= Another CSS minifier RUN_DEPENDS= p5-Regexp-RegGrp>=1.001.001:${PORTSDIR}/devel/p5-Regexp-RegGrp -PERL_CONFIGURE= 5.8.9+ +PERL_CONFIGURE= yes MAN3= CSS::Packer.3 diff --git a/textproc/p5-FormValidator-Lite/Makefile b/textproc/p5-FormValidator-Lite/Makefile index 659e2e004915..ef46971f2aac 100644 --- a/textproc/p5-FormValidator-Lite/Makefile +++ b/textproc/p5-FormValidator-Lite/Makefile @@ -17,7 +17,7 @@ COMMENT= Lightleight form validation library RUN_DEPENDS= p5-UNIVERSAL-require>=0.11:${PORTSDIR}/devel/p5-UNIVERSAL-require \ p5-Class-Accessor-Lite>=0.05:${PORTSDIR}/devel/p5-Class-Accessor-Lite -PERL_CONFIGURE= 5.8.9+ +PERL_CONFIGURE= yes MAN3= FormValidator::Lite.3 \ FormValidator::Lite::Constraint.3 \ diff --git a/textproc/p5-HTML-Packer/Makefile b/textproc/p5-HTML-Packer/Makefile index 369a662546bb..e984920feb48 100644 --- a/textproc/p5-HTML-Packer/Makefile +++ b/textproc/p5-HTML-Packer/Makefile @@ -17,7 +17,7 @@ COMMENT= Another HTML code cleaner RUN_DEPENDS= p5-Regexp-RegGrp>=1.001.001:${PORTSDIR}/devel/p5-Regexp-RegGrp -PERL_CONFIGURE= 5.8.9+ +PERL_CONFIGURE= yes MAN3= HTML::Packer.3 diff --git a/textproc/p5-JavaScript-Minifier-XS/Makefile b/textproc/p5-JavaScript-Minifier-XS/Makefile index 2fd9603814bd..94647bbab927 100644 --- a/textproc/p5-JavaScript-Minifier-XS/Makefile +++ b/textproc/p5-JavaScript-Minifier-XS/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= XS based JavaScript minifier -PERL_CONFIGURE= 5.8.8+ +PERL_CONFIGURE= yes MAN3= JavaScript::Minifier::XS.3 diff --git a/textproc/p5-JavaScript-Packer/Makefile b/textproc/p5-JavaScript-Packer/Makefile index 848e44fad34f..b822923d0ba8 100644 --- a/textproc/p5-JavaScript-Packer/Makefile +++ b/textproc/p5-JavaScript-Packer/Makefile @@ -16,7 +16,7 @@ COMMENT= Perl version of Dean Edwards' Packer.js RUN_DEPENDS= p5-Regexp-RegGrp>=1.001.001:${PORTSDIR}/devel/p5-Regexp-RegGrp -PERL_CONFIGURE= 5.8.9+ +PERL_CONFIGURE= yes MAN3= JavaScript::Packer.3 diff --git a/textproc/p5-PDF-Table/Makefile b/textproc/p5-PDF-Table/Makefile index 7e635d159a2d..18625c99be52 100644 --- a/textproc/p5-PDF-Table/Makefile +++ b/textproc/p5-PDF-Table/Makefile @@ -17,7 +17,7 @@ COMMENT= A utility class for building table layouts in a PDF::API2 object BUILD_DEPENDS= ${SITE_PERL}/PDF/API2/Content/Text.pm:${PORTSDIR}/textproc/p5-PDF-API2 RUN_DEPENDS= ${BUILD_DEPENDS} -PERL_CONFIGURE= 5.8.7+ +PERL_CONFIGURE= yes MAN3= PDF::Table.3 diff --git a/textproc/p5-Perl-Critic-Bangs/Makefile b/textproc/p5-Perl-Critic-Bangs/Makefile index 51a0435e4654..cff3b8a9d18a 100644 --- a/textproc/p5-Perl-Critic-Bangs/Makefile +++ b/textproc/p5-Perl-Critic-Bangs/Makefile @@ -16,7 +16,7 @@ COMMENT= A collection of handy Perl::Critic policies BUILD_DEPENDS= ${SITE_PERL}/Perl/Critic.pm:${PORTSDIR}/textproc/p5-Perl-Critic RUN_DEPENDS= ${BUILD_DEPENDS} -PERL_CONFIGURE= 5.8.8+ +PERL_CONFIGURE= yes MAN3= Perl::Critic::Bangs.3 \ Perl::Critic::Policy::Bangs::ProhibitUselessRegexModifiers.3 \ diff --git a/textproc/p5-Perl-MinimumVersion/Makefile b/textproc/p5-Perl-MinimumVersion/Makefile index ddd1cd42fb85..5713092124d7 100644 --- a/textproc/p5-Perl-MinimumVersion/Makefile +++ b/textproc/p5-Perl-MinimumVersion/Makefile @@ -22,7 +22,7 @@ RUN_DEPENDS= p5-File-Find-Rule>=0.32:${PORTSDIR}/devel/p5-File-Find-Rule \ p5-version>=0.76:${PORTSDIR}/devel/p5-version BUILD_DEPENDS= ${RUN_DEPENDS} -PERL_CONFIGURE= 5.8.1+ +PERL_CONFIGURE= yes MAN1= perlver.1 MAN3= Perl::MinimumVersion.3 diff --git a/textproc/p5-Plucene/Makefile b/textproc/p5-Plucene/Makefile index 4719f1002090..dd672e6608a3 100644 --- a/textproc/p5-Plucene/Makefile +++ b/textproc/p5-Plucene/Makefile @@ -26,7 +26,7 @@ BUILD_DEPENDS= ${SITE_PERL}/Tie/Array/Sorted.pm:${PORTSDIR}/devel/p5-Tie-Array-S ${SITE_PERL}/IO/Scalar.pm:${PORTSDIR}/devel/p5-IO-stringy RUN_DEPENDS= ${BUILD_DEPENDS} -PERL_CONFIGURE= 5.8.1+ +PERL_CONFIGURE= yes MAN3= Plucene.3 \ Plucene::Analysis::Analyzer.3 \ diff --git a/textproc/p5-Text-Chomp/Makefile b/textproc/p5-Text-Chomp/Makefile index adfd99156506..c455f64dd503 100644 --- a/textproc/p5-Text-Chomp/Makefile +++ b/textproc/p5-Text-Chomp/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= A module implementing a portable chomp -PERL_CONFIGURE= 5.8.6+ +PERL_CONFIGURE= yes MAN3= Text::Chomp.3 diff --git a/textproc/p5-XML-Atom-Stream/Makefile b/textproc/p5-XML-Atom-Stream/Makefile index 8c95ce877149..3d4013d169e3 100644 --- a/textproc/p5-XML-Atom-Stream/Makefile +++ b/textproc/p5-XML-Atom-Stream/Makefile @@ -27,6 +27,6 @@ BUILD_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ MAN3= XML::Atom::Stream.3 -PERL_CONFIGURE= 5.8.5+ # inherited from textproc/p5-XML-Atom +PERL_CONFIGURE= yes .include <bsd.port.mk> diff --git a/textproc/p5-XML-Atom/Makefile b/textproc/p5-XML-Atom/Makefile index 6378e9eab98f..51bd22868d3b 100644 --- a/textproc/p5-XML-Atom/Makefile +++ b/textproc/p5-XML-Atom/Makefile @@ -24,7 +24,7 @@ RUN_DEPENDS= p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheri p5-XML-XPath>=0:${PORTSDIR}/textproc/p5-XML-XPath \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww -PERL_CONFIGURE= 5.8.5+ +PERL_CONFIGURE= yes MAN3= XML::Atom.3 \ XML::Atom::Client.3 \ diff --git a/textproc/p5-XML-DOM-Lite/Makefile b/textproc/p5-XML-DOM-Lite/Makefile index dc11b2f4b9d7..830441065451 100644 --- a/textproc/p5-XML-DOM-Lite/Makefile +++ b/textproc/p5-XML-DOM-Lite/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Lite Pure Perl XML DOM Parser Kit -PERL_CONFIGURE= 5.8.3+ +PERL_CONFIGURE= yes MAN3= XML::DOM::Lite.3 XML::DOM::Lite::Document.3 \ XML::DOM::Lite::NodeList.3 XML::DOM::Lite::Parser.3 \ diff --git a/textproc/p5-XML-Feed/Makefile b/textproc/p5-XML-Feed/Makefile index 05b782e9f91c..f9ef9afa7c44 100644 --- a/textproc/p5-XML-Feed/Makefile +++ b/textproc/p5-XML-Feed/Makefile @@ -31,7 +31,7 @@ RUN_DEPENDS= p5-Class-ErrorHandler>=0:${PORTSDIR}/devel/p5-Class-ErrorHandler \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= 5.8.5+ +PERL_CONFIGURE= yes MAN3= XML::Feed.3 \ XML::Feed::Content.3 \ diff --git a/www/p5-Ark/Makefile b/www/p5-Ark/Makefile index 4f890221b191..aac02e2a19a6 100644 --- a/www/p5-Ark/Makefile +++ b/www/p5-Ark/Makefile @@ -38,7 +38,7 @@ RUN_DEPENDS= \ p5-Text-SimpleTable>=0.05:${PORTSDIR}/textproc/p5-Text-SimpleTable \ p5-URI>0:${PORTSDIR}/net/p5-URI -PERL_CONFIGURE= 5.8.1+ +PERL_CONFIGURE= yes MAN3= Ark::Command.3 \ Ark::Command::Controller.3 \ diff --git a/www/p5-CGI-Expand/Makefile b/www/p5-CGI-Expand/Makefile index e9bb0b70cb2d..d3bb47233c55 100644 --- a/www/p5-CGI-Expand/Makefile +++ b/www/p5-CGI-Expand/Makefile @@ -17,7 +17,7 @@ COMMENT= Convert flat hash to nested data using TT2's dot convention BUILD_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception RUN_DEPENDS= ${BUILD_DEPENDS} -PERL_CONFIGURE= 5.8.2+ +PERL_CONFIGURE= yes MAN3= CGI::Expand.3 diff --git a/www/p5-CSS-DOM/Makefile b/www/p5-CSS-DOM/Makefile index dad6707ae77a..5ac6652d8244 100644 --- a/www/p5-CSS-DOM/Makefile +++ b/www/p5-CSS-DOM/Makefile @@ -18,7 +18,7 @@ COMMENT= Document Object Model for Cascading Style Sheets RUN_DEPENDS= p5-Clone>=0.09:${PORTSDIR}/devel/p5-Clone BUILD_DEPENDS= ${RUN_DEPENDS} -PERL_CONFIGURE= 5.8.2+ +PERL_CONFIGURE= yes MAN3= CSS::DOM.3 \ CSS::DOM::Array.3 \ diff --git a/www/p5-Catalyst-Controller-RateLimit/Makefile b/www/p5-Catalyst-Controller-RateLimit/Makefile index 5abd12e91ccc..4b73364535a2 100644 --- a/www/p5-Catalyst-Controller-RateLimit/Makefile +++ b/www/p5-Catalyst-Controller-RateLimit/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= p5-Algorithm-FloodControl>=1.91:${PORTSDIR}/devel/p5-Algorithm-Floo p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate BUILD_DEPENDS= ${RUN_DEPENDS} -PERL_CONFIGURE= 5.8.7+ +PERL_CONFIGURE= yes MAN3= Catalyst::Controller::RateLimit.3 .include <bsd.port.mk> diff --git a/www/p5-Catalyst-Controller-RequestToken/Makefile b/www/p5-Catalyst-Controller-RequestToken/Makefile index f6866786329f..c1198bc01f0d 100644 --- a/www/p5-Catalyst-Controller-RequestToken/Makefile +++ b/www/p5-Catalyst-Controller-RequestToken/Makefile @@ -21,7 +21,7 @@ RUN_DEPENDS= p5-Catalyst-Action-RenderView>=0:${PORTSDIR}/www/p5-Catalyst-Action p5-Catalyst-Plugin-Session-State-Cookie>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-Session-State-Cookie \ p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime -PERL_CONFIGURE= 5.8.8+ +PERL_CONFIGURE= yes MAN3= Catalyst::Controller::RequestToken.3 \ Catalyst::Controller::RequestToken::Action::CreateToken.3 \ diff --git a/www/p5-Catalyst-Devel/Makefile b/www/p5-Catalyst-Devel/Makefile index 90c2a66084a4..1c09ab6843c7 100644 --- a/www/p5-Catalyst-Devel/Makefile +++ b/www/p5-Catalyst-Devel/Makefile @@ -34,7 +34,7 @@ BUILD_DEPENDS= ${RUN_DEPENDS} TEST_DEPENDS= p5-Test-Simple>=0.94:${PORTSDIR}/devel/p5-Test-Simple \ p5-Test-Fatal>=0.003:${PORTSDIR}/devel/p5-Test-Fatal -PERL_CONFIGURE= 5.8.1+ +PERL_CONFIGURE= yes MAN3= Catalyst::Devel.3 \ Catalyst::Helper.3 \ diff --git a/www/p5-Catalyst-Engine-Apache/Makefile b/www/p5-Catalyst-Engine-Apache/Makefile index 915eb6f6f5da..861253449510 100644 --- a/www/p5-Catalyst-Engine-Apache/Makefile +++ b/www/p5-Catalyst-Engine-Apache/Makefile @@ -16,7 +16,7 @@ COMMENT= Catalyst Apache Engines RUN_DEPENDS= p5-Catalyst-Runtime>=5.80:${PORTSDIR}/www/p5-Catalyst-Runtime -PERL_CONFIGURE= 5.8.1+ +PERL_CONFIGURE= yes MAN3= Catalyst::Engine::Apache.3 \ Catalyst::Engine::Apache2.3 \ diff --git a/www/p5-Catalyst-Engine-HTTP-Prefork/Makefile b/www/p5-Catalyst-Engine-HTTP-Prefork/Makefile index 8259cde45635..0962e21623ab 100644 --- a/www/p5-Catalyst-Engine-HTTP-Prefork/Makefile +++ b/www/p5-Catalyst-Engine-HTTP-Prefork/Makefile @@ -21,7 +21,7 @@ BUILD_DEPENDS= p5-Catalyst-Runtime>=5.7012:${PORTSDIR}/www/p5-Catalyst-Runtime \ ${SITE_PERL}/HTTP/Body.pm:${PORTSDIR}/www/p5-HTTP-Body RUN_DEPENDS= ${BUILD_DEPENDS} -PERL_CONFIGURE= 5.8.1+ +PERL_CONFIGURE= yes MAN3= Catalyst::Engine::HTTP::Prefork.3 diff --git a/www/p5-Catalyst-Example-InstantCRUD/Makefile b/www/p5-Catalyst-Example-InstantCRUD/Makefile index 02dabdef5a32..40be631e932f 100644 --- a/www/p5-Catalyst-Example-InstantCRUD/Makefile +++ b/www/p5-Catalyst-Example-InstantCRUD/Makefile @@ -40,7 +40,7 @@ BUILD_DEPENDS= \ p5-URI>=0:${PORTSDIR}/net/p5-URI RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= 5.8.1+ +PERL_CONFIGURE= yes MAN1= instantcrud.pl.1 MAN3= Catalyst::Example::Controller::InstantCRUD.3 \ diff --git a/www/p5-Catalyst-Helper-Controller-Scaffold/Makefile b/www/p5-Catalyst-Helper-Controller-Scaffold/Makefile index ec1efcd34152..653bd1cca0bd 100644 --- a/www/p5-Catalyst-Helper-Controller-Scaffold/Makefile +++ b/www/p5-Catalyst-Helper-Controller-Scaffold/Makefile @@ -25,7 +25,7 @@ BUILD_DEPENDS= ${SITE_PERL}/Catalyst.pm:${PORTSDIR}/www/p5-Catalyst-Runtime \ ${SITE_PERL}/Template/Plugin/Class.pm:${PORTSDIR}/www/p5-Template-Plugin-Class RUN_DEPENDS= ${BUILD_DEPENDS} -PERL_CONFIGURE= 5.8.1+ +PERL_CONFIGURE= yes MAN3= Catalyst::Helper::Controller::Scaffold.3 diff --git a/www/p5-Catalyst-Manual/Makefile b/www/p5-Catalyst-Manual/Makefile index f945f40ccdf4..351ce5857768 100644 --- a/www/p5-Catalyst-Manual/Makefile +++ b/www/p5-Catalyst-Manual/Makefile @@ -18,7 +18,7 @@ COMMENT= The Catalyst developer\'s manual LICENSE= ART20 GPLv1 LICENSE_COMB= dual -PERL_CONFIGURE= 5.8.9+ +PERL_CONFIGURE= yes MAN3= Catalyst::Manual.3 \ Catalyst::Manual::About.3 \ diff --git a/www/p5-Catalyst-Model-CDBI/Makefile b/www/p5-Catalyst-Model-CDBI/Makefile index 0e67cde0219a..30acc209f7a8 100644 --- a/www/p5-Catalyst-Model-CDBI/Makefile +++ b/www/p5-Catalyst-Model-CDBI/Makefile @@ -21,7 +21,7 @@ BUILD_DEPENDS= ${SITE_PERL}/Class/DBI/Loader.pm:${PORTSDIR}/databases/p5-Class-D RUN_DEPENDS= ${BUILD_DEPENDS} \ p5-MRO-Compat>=0.11:${PORTSDIR}/devel/p5-MRO-Compat -PERL_CONFIGURE= 5.8.1+ +PERL_CONFIGURE= yes MAN3= Catalyst::Helper::Model::CDBI.3 \ Catalyst::Model::CDBI.3 diff --git a/www/p5-Catalyst-Model-DBIC-Schema/Makefile b/www/p5-Catalyst-Model-DBIC-Schema/Makefile index 42d5077c115d..af5d3b3e00e3 100644 --- a/www/p5-Catalyst-Model-DBIC-Schema/Makefile +++ b/www/p5-Catalyst-Model-DBIC-Schema/Makefile @@ -33,7 +33,7 @@ RUN_DEPENDS= p5-Carp-Clan>=0:${PORTSDIR}/devel/p5-Carp-Clan \ TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires -PERL_CONFIGURE= 5.8.1+ +PERL_CONFIGURE= yes MAN3= Catalyst::Helper::Model::DBIC::Schema.3 \ Catalyst::Model::DBIC::Schema.3 \ diff --git a/www/p5-Catalyst-Model-LDAP/Makefile b/www/p5-Catalyst-Model-LDAP/Makefile index a71e50e075c7..e0a235438113 100644 --- a/www/p5-Catalyst-Model-LDAP/Makefile +++ b/www/p5-Catalyst-Model-LDAP/Makefile @@ -21,7 +21,7 @@ RUN_DEPENDS= p5-Catalyst-Runtime>=5.7:${PORTSDIR}/www/p5-Catalyst-Runtime \ ${SITE_PERL}/Net/LDAP.pm:${PORTSDIR}/net/p5-perl-ldap BUILD_DEPENDS= ${RUN_DEPENDS} -PERL_CONFIGURE= 5.8.1+ +PERL_CONFIGURE= yes MAN3= Catalyst::Model::LDAP::Entry.3 Catalyst::Model::LDAP::Search.3 \ Catalyst::Helper::Model::LDAP.3 Catalyst::Model::LDAP::Connection.3 \ diff --git a/www/p5-Catalyst-Model-XML-Feed/Makefile b/www/p5-Catalyst-Model-XML-Feed/Makefile index 2708388e204f..fcd5507557aa 100644 --- a/www/p5-Catalyst-Model-XML-Feed/Makefile +++ b/www/p5-Catalyst-Model-XML-Feed/Makefile @@ -20,7 +20,7 @@ BUILD_DEPENDS= p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \ p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor RUN_DEPENDS= ${BUILD_DEPENDS} -PERL_CONFIGURE= 5.8.1+ +PERL_CONFIGURE= yes MAN3= Catalyst::Model::XML::Feed.3 \ Catalyst::Model::XML::Feed::Item.3 diff --git a/www/p5-Catalyst-Plugin-Authentication/Makefile b/www/p5-Catalyst-Plugin-Authentication/Makefile index e39b21fdbeda..2c04bab3874e 100644 --- a/www/p5-Catalyst-Plugin-Authentication/Makefile +++ b/www/p5-Catalyst-Plugin-Authentication/Makefile @@ -27,7 +27,7 @@ BUILD_DEPENDS+= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception PORTSCOUT= skipv:0.100092 -PERL_CONFIGURE= 5.8.1+ +PERL_CONFIGURE= yes MAN3= Catalyst::Authentication::Credential::Password.3 \ Catalyst::Authentication::Credential::Remote.3 \ diff --git a/www/p5-Catalyst-Plugin-Authorization-ACL/Makefile b/www/p5-Catalyst-Plugin-Authorization-ACL/Makefile index a6b2c4342389..b541fc3db119 100644 --- a/www/p5-Catalyst-Plugin-Authorization-ACL/Makefile +++ b/www/p5-Catalyst-Plugin-Authorization-ACL/Makefile @@ -29,7 +29,7 @@ BUILD_DEPENDS+= p5-Catalyst-Plugin-Session>=0:${PORTSDIR}/www/p5-Catalyst-Plugin p5-Catalyst-Plugin-Session-State-Cookie>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-Session-State-Cookie \ p5-Test-WWW-Mechanize-Catalyst>=0:${PORTSDIR}/devel/p5-Test-WWW-Mechanize-Catalyst -PERL_CONFIGURE= 5.8.1+ +PERL_CONFIGURE= yes MAN3= Catalyst::Plugin::Authorization::ACL::Engine.3 \ Catalyst::Plugin::Authorization::ACL.3 diff --git a/www/p5-Catalyst-Plugin-Authorization-Roles/Makefile b/www/p5-Catalyst-Plugin-Authorization-Roles/Makefile index dfc83c136a70..0f1f5afbc750 100644 --- a/www/p5-Catalyst-Plugin-Authorization-Roles/Makefile +++ b/www/p5-Catalyst-Plugin-Authorization-Roles/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS= p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \ p5-UNIVERSAL-isa>=0.05:${PORTSDIR}/devel/p5-UNIVERSAL-isa BUILD_DEPENDS= ${RUN_DEPENDS} -PERL_CONFIGURE= 5.8.1+ +PERL_CONFIGURE= yes MAN3= Catalyst::Plugin::Authorization::Roles.3 diff --git a/www/p5-Catalyst-Plugin-AutoCRUD/Makefile b/www/p5-Catalyst-Plugin-AutoCRUD/Makefile index 396352bc08d2..019600a5316e 100644 --- a/www/p5-Catalyst-Plugin-AutoCRUD/Makefile +++ b/www/p5-Catalyst-Plugin-AutoCRUD/Makefile @@ -22,7 +22,7 @@ BUILD_DEPENDS= p5-Catalyst-Action-RenderView>=0:${PORTSDIR}/www/p5-Catalyst-Acti p5-MRO-Compat>=0:${PORTSDIR}/devel/p5-MRO-Compat RUN_DEPENDS= ${BUILD_DEPENDS} -PERL_CONFIGURE= 5.8.1+ +PERL_CONFIGURE= yes MAN3= Catalyst::Plugin::AutoCRUD.3 diff --git a/www/p5-Catalyst-Plugin-C3/Makefile b/www/p5-Catalyst-Plugin-C3/Makefile index 0e6f823b79fa..1a3707c8b0ce 100644 --- a/www/p5-Catalyst-Plugin-C3/Makefile +++ b/www/p5-Catalyst-Plugin-C3/Makefile @@ -18,7 +18,7 @@ BUILD_DEPENDS= p5-Catalyst-Runtime>=5.7006:${PORTSDIR}/www/p5-Catalyst-Runtime \ p5-Class-C3>=0.19:${PORTSDIR}/devel/p5-Class-C3 RUN_DEPENDS= ${BUILD_DEPENDS} -PERL_CONFIGURE= 5.8.1+ +PERL_CONFIGURE= yes MAN3= Catalyst::Plugin::C3.3 diff --git a/www/p5-Catalyst-Plugin-Cache-FastMmap/Makefile b/www/p5-Catalyst-Plugin-Cache-FastMmap/Makefile index d8b0b2dd5ead..7ea0792273c5 100644 --- a/www/p5-Catalyst-Plugin-Cache-FastMmap/Makefile +++ b/www/p5-Catalyst-Plugin-Cache-FastMmap/Makefile @@ -21,7 +21,7 @@ BUILD_DEPENDS= p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \ p5-Cache-FastMmap>=0:${PORTSDIR}/devel/p5-Cache-FastMmap RUN_DEPENDS= ${BUILD_DEPENDS} -PERL_CONFIGURE= 5.8.1+ +PERL_CONFIGURE= yes MAN3= Catalyst::Plugin::Cache::FastMmap.3 diff --git a/www/p5-Catalyst-Plugin-Cache-Memcached/Makefile b/www/p5-Catalyst-Plugin-Cache-Memcached/Makefile index a2935d753d42..ebaec5396652 100644 --- a/www/p5-Catalyst-Plugin-Cache-Memcached/Makefile +++ b/www/p5-Catalyst-Plugin-Cache-Memcached/Makefile @@ -18,7 +18,7 @@ BUILD_DEPENDS= p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \ p5-Cache-Memcached>=0:${PORTSDIR}/databases/p5-Cache-Memcached RUN_DEPENDS= ${BUILD_DEPENDS} -PERL_CONFIGURE= 5.8.1+ +PERL_CONFIGURE= yes MAN3= Catalyst::Plugin::Cache::Memcached.3 diff --git a/www/p5-Catalyst-Plugin-Cache/Makefile b/www/p5-Catalyst-Plugin-Cache/Makefile index 6634aa6627c1..93dc9a260dee 100644 --- a/www/p5-Catalyst-Plugin-Cache/Makefile +++ b/www/p5-Catalyst-Plugin-Cache/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \ p5-MRO-Compat>=0:${PORTSDIR}/devel/p5-MRO-Compat BUILD_DEPENDS= ${RUN_DEPENDS} -PERL_CONFIGURE= 5.8.1+ +PERL_CONFIGURE= yes MAN3= Catalyst::Plugin::Cache.3 \ Catalyst::Plugin::Cache::Backend.3 \ diff --git a/www/p5-Catalyst-Plugin-ConfigLoader-Environment/Makefile b/www/p5-Catalyst-Plugin-ConfigLoader-Environment/Makefile index 71a8260501c6..9ef7f8a79bd7 100644 --- a/www/p5-Catalyst-Plugin-ConfigLoader-Environment/Makefile +++ b/www/p5-Catalyst-Plugin-ConfigLoader-Environment/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \ p5-MRO-Compat>=0:${PORTSDIR}/devel/p5-MRO-Compat BUILD_DEPENDS= ${RUN_DEPENDS} -PERL_CONFIGURE= 5.8.1+ +PERL_CONFIGURE= yes MAN3= Catalyst::Plugin::ConfigLoader::Environment.3 diff --git a/www/p5-Catalyst-Plugin-Email/Makefile b/www/p5-Catalyst-Plugin-Email/Makefile index 32f0627a3927..74aabb10ec2f 100644 --- a/www/p5-Catalyst-Plugin-Email/Makefile +++ b/www/p5-Catalyst-Plugin-Email/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS= p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \ p5-Email-MIME>=0:${PORTSDIR}/mail/p5-Email-MIME BUILD_DEPENDS= ${RUN_DEPENDS} -PERL_CONFIGURE= 5.8.1+ +PERL_CONFIGURE= yes MAN3= Catalyst::Plugin::Email.3 diff --git a/www/p5-Catalyst-Plugin-FormCanary/Makefile b/www/p5-Catalyst-Plugin-FormCanary/Makefile index c2551bd1f8b5..169bb045c144 100644 --- a/www/p5-Catalyst-Plugin-FormCanary/Makefile +++ b/www/p5-Catalyst-Plugin-FormCanary/Makefile @@ -21,7 +21,7 @@ BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Catalyst-Runtime>=0:${PORTSDIR}/www/p5-Catalyst-Runtime \ p5-Catalyst-Plugin-Session>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-Session -PERL_CONFIGURE= 5.8.1+ +PERL_CONFIGURE= yes MAN3= Catalyst::Plugin::FormCanary.3 diff --git a/www/p5-Catalyst-Plugin-FormValidator-Simple/Makefile b/www/p5-Catalyst-Plugin-FormValidator-Simple/Makefile index e93739b91d11..6f2ee5900975 100644 --- a/www/p5-Catalyst-Plugin-FormValidator-Simple/Makefile +++ b/www/p5-Catalyst-Plugin-FormValidator-Simple/Makefile @@ -19,7 +19,7 @@ BUILD_DEPENDS= p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \ p5-FormValidator-Simple>=0.28:${PORTSDIR}/textproc/p5-FormValidator-Simple RUN_DEPENDS= ${BUILD_DEPENDS} -PERL_CONFIGURE= 5.8.1+ +PERL_CONFIGURE= yes MAN3= Catalyst::Plugin::FormValidator::Simple.3 diff --git a/www/p5-Catalyst-Plugin-LogWarnings/Makefile b/www/p5-Catalyst-Plugin-LogWarnings/Makefile index 0b33b9cf3329..5631d4419830 100644 --- a/www/p5-Catalyst-Plugin-LogWarnings/Makefile +++ b/www/p5-Catalyst-Plugin-LogWarnings/Makefile @@ -19,7 +19,7 @@ BUILD_DEPENDS= p5-Catalyst-Runtime>=5.7001:${PORTSDIR}/www/p5-Catalyst-Runtime RUN_DEPENDS= ${BUILD_DEPENDS} \ p5-MRO-Compat>=0.11:${PORTSDIR}/devel/p5-MRO-Compat -PERL_CONFIGURE= 5.8.1+ +PERL_CONFIGURE= yes MAN3= Catalyst::Plugin::LogWarnings.3 diff --git a/www/p5-Catalyst-Plugin-PageCache/Makefile b/www/p5-Catalyst-Plugin-PageCache/Makefile index e78699363b13..6332db51500c 100644 --- a/www/p5-Catalyst-Plugin-PageCache/Makefile +++ b/www/p5-Catalyst-Plugin-PageCache/Makefile @@ -18,7 +18,7 @@ RUN_DEPENDS= p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \ p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \ p5-MRO-Compat>=0.10:${PORTSDIR}/devel/p5-MRO-Compat -PERL_CONFIGURE= 5.8.1+ +PERL_CONFIGURE= yes MAN3= Catalyst::Plugin::PageCache.3 diff --git a/www/p5-Catalyst-Plugin-Params-Nested/Makefile b/www/p5-Catalyst-Plugin-Params-Nested/Makefile index 4c28ac1ab1a0..eb3a3e81ed4a 100644 --- a/www/p5-Catalyst-Plugin-Params-Nested/Makefile +++ b/www/p5-Catalyst-Plugin-Params-Nested/Makefile @@ -18,7 +18,7 @@ BUILD_DEPENDS= p5-CGI-Expand>=1.06:${PORTSDIR}/www/p5-CGI-Expand RUN_DEPENDS= p5-CGI-Expand>=1.06:${PORTSDIR}/www/p5-CGI-Expand \ p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime -PERL_CONFIGURE= 5.8.1+ +PERL_CONFIGURE= yes MAN3= Catalyst::Plugin::Params::Nested.3 \ Catalyst::Plugin::Params::Nested::Expander.3 diff --git a/www/p5-Catalyst-Plugin-Session-State-Cookie/Makefile b/www/p5-Catalyst-Plugin-Session-State-Cookie/Makefile index 1bce900c13de..6add526587b5 100644 --- a/www/p5-Catalyst-Plugin-Session-State-Cookie/Makefile +++ b/www/p5-Catalyst-Plugin-Session-State-Cookie/Makefile @@ -22,7 +22,7 @@ RUN_DEPENDS= \ p5-namespace-autoclean>0:${PORTSDIR}/devel/p5-namespace-autoclean BUILD_DEPENDS= ${RUN_DEPENDS} -PERL_CONFIGURE= 5.8.1+ +PERL_CONFIGURE= yes MAN3= Catalyst::Plugin::Session::State::Cookie.3 diff --git a/www/p5-Catalyst-Plugin-Session-State-URI/Makefile b/www/p5-Catalyst-Plugin-Session-State-URI/Makefile index 4653f55da819..167f7311bae1 100644 --- a/www/p5-Catalyst-Plugin-Session-State-URI/Makefile +++ b/www/p5-Catalyst-Plugin-Session-State-URI/Makefile @@ -27,7 +27,7 @@ RUN_DEPENDS= p5-Catalyst-Plugin-Session>=0.27:${PORTSDIR}/www/p5-Catalyst-Plugin BUILD_DEPENDS= ${RUN_DEPENDS} BUILD_DEPENDS+= p5-Test-MockObject>=1.01:${PORTSDIR}/devel/p5-Test-MockObject -PERL_CONFIGURE= 5.8.1+ +PERL_CONFIGURE= yes MAN3= Catalyst::Plugin::Session::State::URI.3 diff --git a/www/p5-Catalyst-Plugin-Session-Store-Cache/Makefile b/www/p5-Catalyst-Plugin-Session-Store-Cache/Makefile index 92573b94628b..cd6880d964ce 100644 --- a/www/p5-Catalyst-Plugin-Session-Store-Cache/Makefile +++ b/www/p5-Catalyst-Plugin-Session-Store-Cache/Makefile @@ -17,7 +17,7 @@ COMMENT= Store sessions using a Catalyst::Plugin::Cache BUILD_DEPENDS= p5-Catalyst-Plugin-Session>=0.06:${PORTSDIR}/www/p5-Catalyst-Plugin-Session RUN_DEPENDS= p5-Catalyst-Plugin-Session>=0.06:${PORTSDIR}/www/p5-Catalyst-Plugin-Session -PERL_CONFIGURE= 5.8.1+ +PERL_CONFIGURE= yes MAN3= Catalyst::Plugin::Session::Store::Cache.3 diff --git a/www/p5-Catalyst-Plugin-Session-Store-DBI/Makefile b/www/p5-Catalyst-Plugin-Session-Store-DBI/Makefile index c81203ed0262..7f64df9a77be 100644 --- a/www/p5-Catalyst-Plugin-Session-Store-DBI/Makefile +++ b/www/p5-Catalyst-Plugin-Session-Store-DBI/Makefile @@ -25,7 +25,7 @@ RUN_DEPENDS= p5-Catalyst-Plugin-Session>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-Se p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \ p5-MRO-Compat>=0:${PORTSDIR}/devel/p5-MRO-Compat -PERL_CONFIGURE= 5.8.2+ +PERL_CONFIGURE= yes MAN3= Catalyst::Plugin::Session::Store::DBI.3 diff --git a/www/p5-Catalyst-Plugin-Session-Store-DBIC/Makefile b/www/p5-Catalyst-Plugin-Session-Store-DBIC/Makefile index a1a30785e2aa..2773bb0d2cba 100644 --- a/www/p5-Catalyst-Plugin-Session-Store-DBIC/Makefile +++ b/www/p5-Catalyst-Plugin-Session-Store-DBIC/Makefile @@ -21,7 +21,7 @@ BUILD_DEPENDS= p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \ p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor RUN_DEPENDS= ${BUILD_DEPENDS} -PERL_CONFIGURE= 5.8.2+ +PERL_CONFIGURE= yes MAN3= Catalyst::Plugin::Session::Store::DBIC.3 \ Catalyst::Plugin::Session::Store::DBIC::Delegate.3 diff --git a/www/p5-Catalyst-Plugin-Session-Store-Delegate/Makefile b/www/p5-Catalyst-Plugin-Session-Store-Delegate/Makefile index bc5dfb6cad35..cdb42c10f9b4 100644 --- a/www/p5-Catalyst-Plugin-Session-Store-Delegate/Makefile +++ b/www/p5-Catalyst-Plugin-Session-Store-Delegate/Makefile @@ -18,7 +18,7 @@ BUILD_DEPENDS= p5-Catalyst-Plugin-Session>=0.27:${PORTSDIR}/www/p5-Catalyst-Plug p5-MRO-Compat>0:${PORTSDIR}/devel/p5-MRO-Compat RUN_DEPENDS= ${BUILD_DEPENDS} -PERL_CONFIGURE= 5.8.2+ +PERL_CONFIGURE= yes MAN3= Catalyst::Plugin::Session::Store::Delegate.3 diff --git a/www/p5-Catalyst-Plugin-Session-Store-FastMmap/Makefile b/www/p5-Catalyst-Plugin-Session-Store-FastMmap/Makefile index 4e5a37256c77..6062a3a7eecb 100644 --- a/www/p5-Catalyst-Plugin-Session-Store-FastMmap/Makefile +++ b/www/p5-Catalyst-Plugin-Session-Store-FastMmap/Makefile @@ -21,7 +21,7 @@ RUN_DEPENDS= p5-Cache-FastMmap>=1.29:${PORTSDIR}/devel/p5-Cache-FastMmap \ p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class BUILD_DEPENDS= ${RUN_DEPENDS} -PERL_CONFIGURE= 5.8.1+ +PERL_CONFIGURE= yes MAN3= Catalyst::Plugin::Session::Store::FastMmap.3 diff --git a/www/p5-Catalyst-Plugin-Session-Store-File/Makefile b/www/p5-Catalyst-Plugin-Session-Store-File/Makefile index 12da8bc99320..1dcdd48b9cce 100644 --- a/www/p5-Catalyst-Plugin-Session-Store-File/Makefile +++ b/www/p5-Catalyst-Plugin-Session-Store-File/Makefile @@ -21,7 +21,7 @@ BUILD_DEPENDS= p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \ p5-Class-Data-Inheritable>=0.04:${PORTSDIR}/devel/p5-Class-Data-Inheritable RUN_DEPENDS= ${BUILD_DEPENDS} -PERL_CONFIGURE= 5.8.1+ +PERL_CONFIGURE= yes MAN3= Catalyst::Plugin::Session::Store::File.3 diff --git a/www/p5-Catalyst-Plugin-Session-Store-Memcached/Makefile b/www/p5-Catalyst-Plugin-Session-Store-Memcached/Makefile index 9f3178488a83..66b54e7854af 100644 --- a/www/p5-Catalyst-Plugin-Session-Store-Memcached/Makefile +++ b/www/p5-Catalyst-Plugin-Session-Store-Memcached/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS= p5-Cache-Memcached-Managed>=0:${PORTSDIR}/databases/p5-Cache-Memcac p5-MRO-Compat>=0:${PORTSDIR}/devel/p5-MRO-Compat BUILD_DEPENDS= ${RUN_DEPENDS} -PERL_CONFIGURE= 5.8.2+ +PERL_CONFIGURE= yes MAN3= Catalyst::Plugin::Session::Store::Memcached.3 diff --git a/www/p5-Catalyst-Plugin-Session/Makefile b/www/p5-Catalyst-Plugin-Session/Makefile index bd73f3662986..60a524b6862f 100644 --- a/www/p5-Catalyst-Plugin-Session/Makefile +++ b/www/p5-Catalyst-Plugin-Session/Makefile @@ -22,7 +22,7 @@ RUN_DEPENDS= p5-Catalyst-Runtime>=5.71001:${PORTSDIR}/www/p5-Catalyst-Runtime \ p5-namespace-clean>=0.10:${PORTSDIR}/devel/p5-namespace-clean BUILD_DEPENDS= ${RUN_DEPENDS} -PERL_CONFIGURE= 5.8.1+ +PERL_CONFIGURE= yes MAN3= Catalyst::Plugin::Session.3 \ Catalyst::Plugin::Session::State.3 \ diff --git a/www/p5-Catalyst-Plugin-StackTrace/Makefile b/www/p5-Catalyst-Plugin-StackTrace/Makefile index 5059d0ce2653..4ed7cf87ca7d 100644 --- a/www/p5-Catalyst-Plugin-StackTrace/Makefile +++ b/www/p5-Catalyst-Plugin-StackTrace/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \ p5-MRO-Compat>=0.10:${PORTSDIR}/devel/p5-MRO-Compat BUILD_DEPENDS= ${RUN_DEPENDS} -PERL_CONFIGURE= 5.8.1+ +PERL_CONFIGURE= yes MAN3= Catalyst::Plugin::StackTrace.3 diff --git a/www/p5-Catalyst-Plugin-SubRequest/Makefile b/www/p5-Catalyst-Plugin-SubRequest/Makefile index 02db41e746e9..81feffee6a5f 100644 --- a/www/p5-Catalyst-Plugin-SubRequest/Makefile +++ b/www/p5-Catalyst-Plugin-SubRequest/Makefile @@ -21,7 +21,7 @@ LICENSE= ART20 GPLv1 RUN_DEPENDS= p5-Catalyst-Runtime>=5.80003:${PORTSDIR}/www/p5-Catalyst-Runtime BUILD_DEPENDS= ${RUN_DEPENDS} -PERL_CONFIGURE= 5.8.1+ +PERL_CONFIGURE= yes MAN3= Catalyst::Plugin::SubRequest.3 diff --git a/www/p5-Catalyst-Plugin-Unicode-Encoding/Makefile b/www/p5-Catalyst-Plugin-Unicode-Encoding/Makefile index e0a6fb48c4bc..bc291f254f8e 100644 --- a/www/p5-Catalyst-Plugin-Unicode-Encoding/Makefile +++ b/www/p5-Catalyst-Plugin-Unicode-Encoding/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= p5-Catalyst-Runtime>=5.8000:${PORTSDIR}/www/p5-Catalyst-Runtime \ p5-libwww>=5.828:${PORTSDIR}/www/p5-libwww \ p5-URI>=1.36:${PORTSDIR}/net/p5-URI -PERL_CONFIGURE= 5.8.9+ +PERL_CONFIGURE= yes MAN3= Catalyst::Plugin::Unicode::Encoding.3 diff --git a/www/p5-Catalyst-Plugin-Unicode/Makefile b/www/p5-Catalyst-Plugin-Unicode/Makefile index 5ff03b8ced34..022ec2775325 100644 --- a/www/p5-Catalyst-Plugin-Unicode/Makefile +++ b/www/p5-Catalyst-Plugin-Unicode/Makefile @@ -18,7 +18,7 @@ BUILD_DEPENDS= p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \ p5-MRO-Compat>=0.10:${PORTSDIR}/devel/p5-MRO-Compat RUN_DEPENDS= ${BUILD_DEPENDS} -PERL_CONFIGURE= 5.8.1+ +PERL_CONFIGURE= yes MAN3= Catalyst::Plugin::Unicode.3 diff --git a/www/p5-Catalyst-Runtime/Makefile b/www/p5-Catalyst-Runtime/Makefile index 5df7ae35f41f..89ef1e5b075a 100644 --- a/www/p5-Catalyst-Runtime/Makefile +++ b/www/p5-Catalyst-Runtime/Makefile @@ -54,7 +54,7 @@ BUILD_DEPENDS+= p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inh TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception -PERL_CONFIGURE= 5.8.6+ +PERL_CONFIGURE= yes MAN1= catalyst.pl.1 MAN3= Catalyst.3 \ diff --git a/www/p5-Catalyst-View-Mason/Makefile b/www/p5-Catalyst-View-Mason/Makefile index c74bd05db7c4..eaeb91c5bef4 100644 --- a/www/p5-Catalyst-View-Mason/Makefile +++ b/www/p5-Catalyst-View-Mason/Makefile @@ -21,7 +21,7 @@ RUN_DEPENDS= p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \ p5-MRO-Compat>=0:${PORTSDIR}/devel/p5-MRO-Compat BUILD_DEPENDS= ${RUN_DEPENDS} -PERL_CONFIGURE= 5.8.2+ +PERL_CONFIGURE= yes MAN3= Catalyst::Helper::View::Mason.3 \ Catalyst::View::Mason.3 diff --git a/www/p5-Catalyst-View-TT-ControllerLocal/Makefile b/www/p5-Catalyst-View-TT-ControllerLocal/Makefile index 2abe789dc54b..33ad486fc48a 100644 --- a/www/p5-Catalyst-View-TT-ControllerLocal/Makefile +++ b/www/p5-Catalyst-View-TT-ControllerLocal/Makefile @@ -20,7 +20,7 @@ BUILD_DEPENDS= p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \ p5-Catalyst-View-TT>=0:${PORTSDIR}/www/p5-Catalyst-View-TT RUN_DEPENDS= ${BUILD_DEPENDS} -PERL_CONFIGURE= 5.8.2+ +PERL_CONFIGURE= yes MAN3= Catalyst::Helper::View::TTControllerLocal.3 \ Catalyst::View::TT::ControllerLocal.3 diff --git a/www/p5-Catalyst-View-TT/Makefile b/www/p5-Catalyst-View-TT/Makefile index 1715d9ebe5ff..77c7468bfd84 100644 --- a/www/p5-Catalyst-View-TT/Makefile +++ b/www/p5-Catalyst-View-TT/Makefile @@ -21,7 +21,7 @@ RUN_DEPENDS= p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \ p5-Template-Timer>=0:${PORTSDIR}/www/p5-Template-Timer \ p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit -PERL_CONFIGURE= 5.8.1+ +PERL_CONFIGURE= yes MAN3= Catalyst::Helper::View::TT.3 \ Catalyst::Helper::View::TTSite.3 \ diff --git a/www/p5-CatalystX-Component-Traits/Makefile b/www/p5-CatalystX-Component-Traits/Makefile index 38ee522f5ea6..ca5eb93645cc 100644 --- a/www/p5-CatalystX-Component-Traits/Makefile +++ b/www/p5-CatalystX-Component-Traits/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS= p5-Catalyst-Runtime>=5.80005:${PORTSDIR}/www/p5-Catalyst-Runtime \ p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean BUILD_DEPENDS= ${RUN_DEPENDS} -PERL_CONFIGURE= 5.8.1+ +PERL_CONFIGURE= yes MAN3= CatalystX::Component::Traits.3 diff --git a/www/p5-HTML-Chunks/Makefile b/www/p5-HTML-Chunks/Makefile index d89923712eb2..09f1690daca3 100644 --- a/www/p5-HTML-Chunks/Makefile +++ b/www/p5-HTML-Chunks/Makefile @@ -16,7 +16,7 @@ COMMENT= A simple nested template engine for HTML, XML and XHTML RUN_DEPENDS= ${SITE_PERL}/IO/Scalar.pm:${PORTSDIR}/devel/p5-IO-stringy -PERL_CONFIGURE= 5.8.6+ +PERL_CONFIGURE= yes WRKSRC= ${WRKDIR}/${PORTNAME} diff --git a/www/p5-HTML-FormFu/Makefile b/www/p5-HTML-FormFu/Makefile index 1dc59be8753d..70ec82c0bac5 100644 --- a/www/p5-HTML-FormFu/Makefile +++ b/www/p5-HTML-FormFu/Makefile @@ -50,7 +50,7 @@ BUILD_DEPENDS= p5-Captcha-reCAPTCHA>=0.93:${PORTSDIR}/graphics/p5-Captcha-reCAPT p5-libwww>=1.64:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= 5.8.1+ +PERL_CONFIGURE= yes MAN3= HTML::FormFu::Inflator.3 \ HTML::FormFu::Processor.3 \ diff --git a/www/p5-HTML-Template-Pluggable/Makefile b/www/p5-HTML-Template-Pluggable/Makefile index bff79c9307d2..e2fafe2fc6f8 100644 --- a/www/p5-HTML-Template-Pluggable/Makefile +++ b/www/p5-HTML-Template-Pluggable/Makefile @@ -20,7 +20,7 @@ BUILD_DEPENDS= p5-HTML-Template>=2.7:${PORTSDIR}/www/p5-HTML-Template \ ${SITE_PERL}/Class/Trigger.pm:${PORTSDIR}/devel/p5-Class-Trigger RUN_DEPENDS= ${BUILD_DEPENDS} -PERL_CONFIGURE= 5.8.6+ +PERL_CONFIGURE= yes MAN3= HTML::Template::Pluggable.3 \ HTML::Template::Plugin::Dot.3 diff --git a/www/p5-HTML-Widget-DBIC/Makefile b/www/p5-HTML-Widget-DBIC/Makefile index 1331a57b1181..68218f35a7d8 100644 --- a/www/p5-HTML-Widget-DBIC/Makefile +++ b/www/p5-HTML-Widget-DBIC/Makefile @@ -21,7 +21,7 @@ RUN_DEPENDS= p5-DBIx-Class>=0:${PORTSDIR}/databases/p5-DBIx-Class \ p5-HTML-Widget>=1.11:${PORTSDIR}/www/p5-HTML-Widget BUILD_DEPENDS= ${RUN_DEPENDS} -PERL_CONFIGURE= 5.8.1+ +PERL_CONFIGURE= yes MAN3= HTML::Widget::DBIC.3 diff --git a/www/p5-HTML-Widget/Makefile b/www/p5-HTML-Widget/Makefile index 9d945fa2511a..fa19514024dd 100644 --- a/www/p5-HTML-Widget/Makefile +++ b/www/p5-HTML-Widget/Makefile @@ -28,7 +28,7 @@ RUN_DEPENDS= p5-HTML-Tree>=3.22:${PORTSDIR}/www/p5-HTML-Tree \ p5-Date-Calc>=0:${PORTSDIR}/devel/p5-Date-Calc BUILD_DEPENDS= ${RUN_DEPENDS} -PERL_CONFIGURE= 5.8.1+ +PERL_CONFIGURE= yes MAN3= HTML::Widget.3 \ HTML::Widget::Accessor.3 \ diff --git a/www/p5-HTTP-HeaderParser-XS/Makefile b/www/p5-HTTP-HeaderParser-XS/Makefile index c88f4fc73c32..6203f4ab2700 100644 --- a/www/p5-HTTP-HeaderParser-XS/Makefile +++ b/www/p5-HTTP-HeaderParser-XS/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= skv@FreeBSD.org COMMENT= XS extension for processing HTTP headers -PERL_CONFIGURE= 5.8.1+ +PERL_CONFIGURE= yes MAKE_ARGS+= CC=${CXX} LD=${CXX} diff --git a/www/p5-HTTP-Response-Encoding/Makefile b/www/p5-HTTP-Response-Encoding/Makefile index 271988de9962..5e1893b18de1 100644 --- a/www/p5-HTTP-Response-Encoding/Makefile +++ b/www/p5-HTTP-Response-Encoding/Makefile @@ -17,7 +17,7 @@ COMMENT= Adds encoding() to HTTP::Response RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww -PERL_CONFIGURE= 5.8.1+ +PERL_CONFIGURE= yes MAN3= HTTP::Response::Encoding.3 diff --git a/www/p5-RTx-Statistics/Makefile b/www/p5-RTx-Statistics/Makefile index 0afdace433fa..ec6f0bec4dd0 100644 --- a/www/p5-RTx-Statistics/Makefile +++ b/www/p5-RTx-Statistics/Makefile @@ -22,7 +22,7 @@ RUN_DEPENDS= ${BUILD_DEPENDS} BROKEN= bad plist -PERL_CONFIGURE= 5.8.3+ +PERL_CONFIGURE= yes RT_PATH?= ${LOCALBASE}/rt3 PLIST_SUB= RT_PATH=${RT_PATH} RTPLIST=${RT_PATH:S/^${PREFIX}\///} diff --git a/www/p5-W3C-LogValidator/Makefile b/www/p5-W3C-LogValidator/Makefile index cbd1fcc0a745..1fe74904ec11 100644 --- a/www/p5-W3C-LogValidator/Makefile +++ b/www/p5-W3C-LogValidator/Makefile @@ -24,7 +24,7 @@ BUILD_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ ${LOCALBASE}/bin/checklink:${PORTSDIR}/www/p5-W3C-LinkChecker RUN_DEPENDS= ${BUILD_DEPENDS} -PERL_CONFIGURE= 5.8.2+ # inherited from www/p5-webservice-validator-css-w3c +PERL_CONFIGURE= yes MAN3= W3C::LogValidator.3 \ W3C::LogValidator::Basic.3 \ diff --git a/www/p5-WebService-Bloglines/Makefile b/www/p5-WebService-Bloglines/Makefile index 61648ab65e70..bb2f17d141db 100644 --- a/www/p5-WebService-Bloglines/Makefile +++ b/www/p5-WebService-Bloglines/Makefile @@ -21,7 +21,7 @@ BUILD_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ ${SITE_PERL}/XML/XPath.pm:${PORTSDIR}/textproc/p5-XML-XPath RUN_DEPENDS= ${BUILD_DEPENDS} -PERL_CONFIGURE= 5.8.1+ +PERL_CONFIGURE= yes MAN3= WebService::Bloglines.3 diff --git a/www/p5-WebService-GData/Makefile b/www/p5-WebService-GData/Makefile index 470d584188cf..61bc5cf13fa8 100644 --- a/www/p5-WebService-GData/Makefile +++ b/www/p5-WebService-GData/Makefile @@ -22,7 +22,7 @@ RUN_DEPENDS= p5-JSON>=2.0:${PORTSDIR}/converters/p5-JSON \ p5-Test-Mock-LWP>=0.05:${PORTSDIR}/devel/p5-Test-Mock-LWP \ p5-libwww>0:${PORTSDIR}/www/p5-libwww -PERL_CONFIGURE= 5.8.8+ +PERL_CONFIGURE= yes MAN3= WebService::GData::Error.3 \ WebService::GData::ClientLogin.3 \ |