freebsd-ports/www/p5-HTTP-WebTest/pkg-plist
Mathieu Arnold eee58d187e Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:

  site_perl :           lib/perl5/site_perl/5.18
  site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
  perl_man3 :           lib/perl5/5.18/man/man3

Now we have:

  site_perl : lib/perl5/site_perl
  site_arch : lib/perl5/site_perl/mach/5.18
  perl_man3 : lib/perl5/site_perl/man/man3

Modules without any .so will be installed at the same place regardless of the
Perl version, minimizing the upgrade when the major Perl version is changed.
It uses a version dependent directory for modules with compiled bits.

As PERL_ARCH is no longer needed in plists, it has been removed from
PLIST_SUB.

The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now
always removed, as is perllocal.pod.

The old site_perl and site_perl/arch directories have been kept in the
default Perl @INC for all Perl ports, and will be phased out as these old
Perl versions expire.

PR:		194969
Differential Revision:	https://reviews.freebsd.org/D1019
Exp-run by:	antoine
Reviewed by:	perl@
Approved by:	portmgr
2014-11-26 13:08:24 +00:00

55 lines
2.3 KiB
Text

bin/wt
%%PERL5_MAN3%%/Bundle::HTTP::WebTest.3.gz
%%PERL5_MAN3%%/HTTP::WebTest.3.gz
%%PERL5_MAN3%%/HTTP::WebTest::API.3.gz
%%PERL5_MAN3%%/HTTP::WebTest::Cookbook.3.gz
%%PERL5_MAN3%%/HTTP::WebTest::Cookies.3.gz
%%PERL5_MAN3%%/HTTP::WebTest::Parser.3.gz
%%PERL5_MAN3%%/HTTP::WebTest::Plugin.3.gz
%%PERL5_MAN3%%/HTTP::WebTest::Plugin::Click.3.gz
%%PERL5_MAN3%%/HTTP::WebTest::Plugin::ContentSizeTest.3.gz
%%PERL5_MAN3%%/HTTP::WebTest::Plugin::Cookies.3.gz
%%PERL5_MAN3%%/HTTP::WebTest::Plugin::DefaultReport.3.gz
%%PERL5_MAN3%%/HTTP::WebTest::Plugin::Delay.3.gz
%%PERL5_MAN3%%/HTTP::WebTest::Plugin::HarnessReport.3.gz
%%PERL5_MAN3%%/HTTP::WebTest::Plugin::Hooks.3.gz
%%PERL5_MAN3%%/HTTP::WebTest::Plugin::Loader.3.gz
%%PERL5_MAN3%%/HTTP::WebTest::Plugin::ResponseTimeTest.3.gz
%%PERL5_MAN3%%/HTTP::WebTest::Plugin::SetRequest.3.gz
%%PERL5_MAN3%%/HTTP::WebTest::Plugin::StatusTest.3.gz
%%PERL5_MAN3%%/HTTP::WebTest::Plugin::TextMatchTest.3.gz
%%PERL5_MAN3%%/HTTP::WebTest::Plugins.3.gz
%%PERL5_MAN3%%/HTTP::WebTest::ReportPlugin.3.gz
%%PERL5_MAN3%%/HTTP::WebTest::Request.3.gz
%%PERL5_MAN3%%/HTTP::WebTest::SelfTest.3.gz
%%PERL5_MAN3%%/HTTP::WebTest::Test.3.gz
%%PERL5_MAN3%%/HTTP::WebTest::TestResult.3.gz
%%PERL5_MAN3%%/HTTP::WebTest::Utils.3.gz
man/man1/wt.1.gz
%%SITE_PERL%%/Bundle/HTTP/WebTest.pm
%%SITE_PERL%%/HTTP/WebTest.pm
%%SITE_PERL%%/HTTP/WebTest.pm.in
%%SITE_PERL%%/HTTP/WebTest/API.pm
%%SITE_PERL%%/HTTP/WebTest/Cookbook.pod
%%SITE_PERL%%/HTTP/WebTest/Cookies.pm
%%SITE_PERL%%/HTTP/WebTest/Parser.pm
%%SITE_PERL%%/HTTP/WebTest/Plugin.pm
%%SITE_PERL%%/HTTP/WebTest/Plugin/Click.pm
%%SITE_PERL%%/HTTP/WebTest/Plugin/ContentSizeTest.pm
%%SITE_PERL%%/HTTP/WebTest/Plugin/Cookies.pm
%%SITE_PERL%%/HTTP/WebTest/Plugin/DefaultReport.pm
%%SITE_PERL%%/HTTP/WebTest/Plugin/Delay.pm
%%SITE_PERL%%/HTTP/WebTest/Plugin/HarnessReport.pm
%%SITE_PERL%%/HTTP/WebTest/Plugin/Hooks.pm
%%SITE_PERL%%/HTTP/WebTest/Plugin/Loader.pm
%%SITE_PERL%%/HTTP/WebTest/Plugin/ResponseTimeTest.pm
%%SITE_PERL%%/HTTP/WebTest/Plugin/SetRequest.pm
%%SITE_PERL%%/HTTP/WebTest/Plugin/StatusTest.pm
%%SITE_PERL%%/HTTP/WebTest/Plugin/TextMatchTest.pm
%%SITE_PERL%%/HTTP/WebTest/Plugins.pod
%%SITE_PERL%%/HTTP/WebTest/ReportPlugin.pm
%%SITE_PERL%%/HTTP/WebTest/Request.pm
%%SITE_PERL%%/HTTP/WebTest/SelfTest.pm
%%SITE_PERL%%/HTTP/WebTest/Test.pm
%%SITE_PERL%%/HTTP/WebTest/TestResult.pm
%%SITE_PERL%%/HTTP/WebTest/Utils.pm