freebsd-ports/databases/p5-DBIx-Class-DeploymentHandler/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

54 lines
3.9 KiB
Text

%%SITE_PERL%%/DBIx/Class/DeploymentHandler.pm
%%SITE_PERL%%/DBIx/Class/DeploymentHandler/Cookbook/CustomResultSource.pod
%%SITE_PERL%%/DBIx/Class/DeploymentHandler/Dad.pm
%%SITE_PERL%%/DBIx/Class/DeploymentHandler/DeployMethod/SQL/Translator.pm
%%SITE_PERL%%/DBIx/Class/DeploymentHandler/DeployMethod/SQL/Translator/Deprecated.pm
%%SITE_PERL%%/DBIx/Class/DeploymentHandler/DeployMethod/SQL/Translator/ScriptHelpers.pm
%%SITE_PERL%%/DBIx/Class/DeploymentHandler/Deprecated.pm
%%SITE_PERL%%/DBIx/Class/DeploymentHandler/HandlesDeploy.pm
%%SITE_PERL%%/DBIx/Class/DeploymentHandler/HandlesVersionStorage.pm
%%SITE_PERL%%/DBIx/Class/DeploymentHandler/HandlesVersioning.pm
%%SITE_PERL%%/DBIx/Class/DeploymentHandler/LogImporter.pm
%%SITE_PERL%%/DBIx/Class/DeploymentHandler/LogRouter.pm
%%SITE_PERL%%/DBIx/Class/DeploymentHandler/Logger.pm
%%SITE_PERL%%/DBIx/Class/DeploymentHandler/Manual/CatalystIntro.pod
%%SITE_PERL%%/DBIx/Class/DeploymentHandler/Manual/Intro.pod
%%SITE_PERL%%/DBIx/Class/DeploymentHandler/Types.pm
%%SITE_PERL%%/DBIx/Class/DeploymentHandler/VersionHandler/DatabaseToSchemaVersions.pm
%%SITE_PERL%%/DBIx/Class/DeploymentHandler/VersionHandler/ExplicitVersions.pm
%%SITE_PERL%%/DBIx/Class/DeploymentHandler/VersionHandler/Monotonic.pm
%%SITE_PERL%%/DBIx/Class/DeploymentHandler/VersionStorage/Deprecated.pm
%%SITE_PERL%%/DBIx/Class/DeploymentHandler/VersionStorage/Deprecated/Component.pm
%%SITE_PERL%%/DBIx/Class/DeploymentHandler/VersionStorage/Deprecated/VersionResult.pm
%%SITE_PERL%%/DBIx/Class/DeploymentHandler/VersionStorage/Deprecated/VersionResultSet.pm
%%SITE_PERL%%/DBIx/Class/DeploymentHandler/VersionStorage/Standard.pm
%%SITE_PERL%%/DBIx/Class/DeploymentHandler/VersionStorage/Standard/Component.pm
%%SITE_PERL%%/DBIx/Class/DeploymentHandler/VersionStorage/Standard/VersionResult.pm
%%SITE_PERL%%/DBIx/Class/DeploymentHandler/VersionStorage/Standard/VersionResultSet.pm
%%SITE_PERL%%/DBIx/Class/DeploymentHandler/WithApplicatorDumple.pm
%%SITE_PERL%%/DBIx/Class/DeploymentHandler/WithReasonableDefaults.pm
%%PERL5_MAN3%%/DBIx::Class::DeploymentHandler.3.gz
%%PERL5_MAN3%%/DBIx::Class::DeploymentHandler::Cookbook::CustomResultSource.3.gz
%%PERL5_MAN3%%/DBIx::Class::DeploymentHandler::Dad.3.gz
%%PERL5_MAN3%%/DBIx::Class::DeploymentHandler::DeployMethod::SQL::Translator.3.gz
%%PERL5_MAN3%%/DBIx::Class::DeploymentHandler::DeployMethod::SQL::Translator::Deprecated.3.gz
%%PERL5_MAN3%%/DBIx::Class::DeploymentHandler::DeployMethod::SQL::Translator::ScriptHelpers.3.gz
%%PERL5_MAN3%%/DBIx::Class::DeploymentHandler::Deprecated.3.gz
%%PERL5_MAN3%%/DBIx::Class::DeploymentHandler::HandlesDeploy.3.gz
%%PERL5_MAN3%%/DBIx::Class::DeploymentHandler::HandlesVersionStorage.3.gz
%%PERL5_MAN3%%/DBIx::Class::DeploymentHandler::HandlesVersioning.3.gz
%%PERL5_MAN3%%/DBIx::Class::DeploymentHandler::Manual::CatalystIntro.3.gz
%%PERL5_MAN3%%/DBIx::Class::DeploymentHandler::Manual::Intro.3.gz
%%PERL5_MAN3%%/DBIx::Class::DeploymentHandler::Types.3.gz
%%PERL5_MAN3%%/DBIx::Class::DeploymentHandler::VersionHandler::DatabaseToSchemaVersions.3.gz
%%PERL5_MAN3%%/DBIx::Class::DeploymentHandler::VersionHandler::ExplicitVersions.3.gz
%%PERL5_MAN3%%/DBIx::Class::DeploymentHandler::VersionHandler::Monotonic.3.gz
%%PERL5_MAN3%%/DBIx::Class::DeploymentHandler::VersionStorage::Deprecated.3.gz
%%PERL5_MAN3%%/DBIx::Class::DeploymentHandler::VersionStorage::Deprecated::Component.3.gz
%%PERL5_MAN3%%/DBIx::Class::DeploymentHandler::VersionStorage::Deprecated::VersionResult.3.gz
%%PERL5_MAN3%%/DBIx::Class::DeploymentHandler::VersionStorage::Deprecated::VersionResultSet.3.gz
%%PERL5_MAN3%%/DBIx::Class::DeploymentHandler::VersionStorage::Standard.3.gz
%%PERL5_MAN3%%/DBIx::Class::DeploymentHandler::VersionStorage::Standard::Component.3.gz
%%PERL5_MAN3%%/DBIx::Class::DeploymentHandler::VersionStorage::Standard::VersionResult.3.gz
%%PERL5_MAN3%%/DBIx::Class::DeploymentHandler::VersionStorage::Standard::VersionResultSet.3.gz
%%PERL5_MAN3%%/DBIx::Class::DeploymentHandler::WithReasonableDefaults.3.gz