freebsd-ports/textproc/p5-Text-MicroMason/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

69 lines
3.1 KiB
Text

%%PERL5_MAN3%%/Text::MicroMason.3.gz
%%PERL5_MAN3%%/Text::MicroMason::AllowGlobals.3.gz
%%PERL5_MAN3%%/Text::MicroMason::ApacheHandler.3.gz
%%PERL5_MAN3%%/Text::MicroMason::Base.3.gz
%%PERL5_MAN3%%/Text::MicroMason::Cache::File.3.gz
%%PERL5_MAN3%%/Text::MicroMason::Cache::Null.3.gz
%%PERL5_MAN3%%/Text::MicroMason::Cache::Simple.3.gz
%%PERL5_MAN3%%/Text::MicroMason::CatchErrors.3.gz
%%PERL5_MAN3%%/Text::MicroMason::CompileCache.3.gz
%%PERL5_MAN3%%/Text::MicroMason::Debug.3.gz
%%PERL5_MAN3%%/Text::MicroMason::Docs::Changes.3.gz
%%PERL5_MAN3%%/Text::MicroMason::Docs::ReadMe.3.gz
%%PERL5_MAN3%%/Text::MicroMason::Docs::Related.3.gz
%%PERL5_MAN3%%/Text::MicroMason::Docs::ToDo.3.gz
%%PERL5_MAN3%%/Text::MicroMason::DoubleQuote.3.gz
%%PERL5_MAN3%%/Text::MicroMason::Embperl.3.gz
%%PERL5_MAN3%%/Text::MicroMason::ExecuteCache.3.gz
%%PERL5_MAN3%%/Text::MicroMason::Filters.3.gz
%%PERL5_MAN3%%/Text::MicroMason::Functions.3.gz
%%PERL5_MAN3%%/Text::MicroMason::HTMLMason.3.gz
%%PERL5_MAN3%%/Text::MicroMason::HTMLTemplate.3.gz
%%PERL5_MAN3%%/Text::MicroMason::HasParams.3.gz
%%PERL5_MAN3%%/Text::MicroMason::LineNumbers.3.gz
%%PERL5_MAN3%%/Text::MicroMason::PLP.3.gz
%%PERL5_MAN3%%/Text::MicroMason::PassVariables.3.gz
%%PERL5_MAN3%%/Text::MicroMason::PostProcess.3.gz
%%PERL5_MAN3%%/Text::MicroMason::QuickTemplate.3.gz
%%PERL5_MAN3%%/Text::MicroMason::Safe.3.gz
%%PERL5_MAN3%%/Text::MicroMason::ServerPages.3.gz
%%PERL5_MAN3%%/Text::MicroMason::Sprintf.3.gz
%%PERL5_MAN3%%/Text::MicroMason::StoreOne.3.gz
%%PERL5_MAN3%%/Text::MicroMason::TemplateDir.3.gz
%%PERL5_MAN3%%/Text::MicroMason::TemplatePath.3.gz
%%PERL5_MAN3%%/Text::MicroMason::TextTemplate.3.gz
%%SITE_PERL%%/Text/MicroMason.pm
%%SITE_PERL%%/Text/MicroMason/AllowGlobals.pm
%%SITE_PERL%%/Text/MicroMason/ApacheHandler.pm
%%SITE_PERL%%/Text/MicroMason/Base.pm
%%SITE_PERL%%/Text/MicroMason/Cache/File.pm
%%SITE_PERL%%/Text/MicroMason/Cache/Null.pm
%%SITE_PERL%%/Text/MicroMason/Cache/Simple.pm
%%SITE_PERL%%/Text/MicroMason/CatchErrors.pm
%%SITE_PERL%%/Text/MicroMason/CompileCache.pm
%%SITE_PERL%%/Text/MicroMason/Debug.pm
%%SITE_PERL%%/Text/MicroMason/Docs/Changes.pod
%%SITE_PERL%%/Text/MicroMason/Docs/ReadMe.pod
%%SITE_PERL%%/Text/MicroMason/Docs/Related.pod
%%SITE_PERL%%/Text/MicroMason/Docs/ToDo.pod
%%SITE_PERL%%/Text/MicroMason/DoubleQuote.pm
%%SITE_PERL%%/Text/MicroMason/Embperl.pm
%%SITE_PERL%%/Text/MicroMason/ExecuteCache.pm
%%SITE_PERL%%/Text/MicroMason/Filters.pm
%%SITE_PERL%%/Text/MicroMason/Functions.pm
%%SITE_PERL%%/Text/MicroMason/HTMLMason.pm
%%SITE_PERL%%/Text/MicroMason/HTMLTemplate.pm
%%SITE_PERL%%/Text/MicroMason/HasParams.pm
%%SITE_PERL%%/Text/MicroMason/LineNumbers.pm
%%SITE_PERL%%/Text/MicroMason/PLP.pm
%%SITE_PERL%%/Text/MicroMason/ParseInfo.pm
%%SITE_PERL%%/Text/MicroMason/PassVariables.pm
%%SITE_PERL%%/Text/MicroMason/PostProcess.pm
%%SITE_PERL%%/Text/MicroMason/QuickTemplate.pm
%%SITE_PERL%%/Text/MicroMason/Safe.pm
%%SITE_PERL%%/Text/MicroMason/ServerPages.pm
%%SITE_PERL%%/Text/MicroMason/Sprintf.pm
%%SITE_PERL%%/Text/MicroMason/StoreOne.pm
%%SITE_PERL%%/Text/MicroMason/TemplateDir.pm
%%SITE_PERL%%/Text/MicroMason/TemplatePath.pm
%%SITE_PERL%%/Text/MicroMason/TextTemplate.pm