1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/www/p5-Ark/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

57 lines
2.1 KiB
Plaintext

bin/ark.pl
%%SITE_PERL%%/Ark.pm
%%SITE_PERL%%/Ark/Action.pm
%%SITE_PERL%%/Ark/ActionChain.pm
%%SITE_PERL%%/Ark/ActionContainer.pm
%%SITE_PERL%%/Ark/Command.pm
%%SITE_PERL%%/Ark/Command/Controller.pm
%%SITE_PERL%%/Ark/Command/Flavor/Controller.pm
%%SITE_PERL%%/Ark/Command/Flavor/Model.pm
%%SITE_PERL%%/Ark/Command/Flavor/Newapp.pm
%%SITE_PERL%%/Ark/Command/Flavor/View.pm
%%SITE_PERL%%/Ark/Command/Interface.pm
%%SITE_PERL%%/Ark/Command/Interface/ModuleSetup.pm
%%SITE_PERL%%/Ark/Command/Model.pm
%%SITE_PERL%%/Ark/Command/Newapp.pm
%%SITE_PERL%%/Ark/Command/Plugin.pm
%%SITE_PERL%%/Ark/Command/Server.pm
%%SITE_PERL%%/Ark/Command/View.pm
%%SITE_PERL%%/Ark/Component.pm
%%SITE_PERL%%/Ark/Context.pm
%%SITE_PERL%%/Ark/Context/Debug.pm
%%SITE_PERL%%/Ark/Controller.pm
%%SITE_PERL%%/Ark/Core.pm
%%SITE_PERL%%/Ark/DispatchType/Chained.pm
%%SITE_PERL%%/Ark/DispatchType/Path.pm
%%SITE_PERL%%/Ark/DispatchType/Regex.pm
%%SITE_PERL%%/Ark/Logger.pm
%%SITE_PERL%%/Ark/Model.pm
%%SITE_PERL%%/Ark/Model/Adaptor.pm
%%SITE_PERL%%/Ark/Plugin.pm
%%SITE_PERL%%/Ark/Plugin/Authentication.pm
%%SITE_PERL%%/Ark/Plugin/Authentication/Backend.pm
%%SITE_PERL%%/Ark/Plugin/Authentication/Credential/OpenID.pm
%%SITE_PERL%%/Ark/Plugin/Authentication/Credential/Password.pm
%%SITE_PERL%%/Ark/Plugin/Authentication/Store/DBIx/Class.pm
%%SITE_PERL%%/Ark/Plugin/Authentication/Store/Minimal.pm
%%SITE_PERL%%/Ark/Plugin/Authentication/Store/Model.pm
%%SITE_PERL%%/Ark/Plugin/Authentication/Store/Null.pm
%%SITE_PERL%%/Ark/Plugin/Authentication/User.pm
%%SITE_PERL%%/Ark/Plugin/Encoding/Null.pm
%%SITE_PERL%%/Ark/Plugin/Encoding/Unicode.pm
%%SITE_PERL%%/Ark/Plugin/Session.pm
%%SITE_PERL%%/Ark/Plugin/Session/Backend.pm
%%SITE_PERL%%/Ark/Plugin/Session/State/Cookie.pm
%%SITE_PERL%%/Ark/Plugin/Session/Store/Memory.pm
%%SITE_PERL%%/Ark/Plugin/Session/Store/Model.pm
%%SITE_PERL%%/Ark/Request.pm
%%SITE_PERL%%/Ark/Test.pm
%%SITE_PERL%%/Ark/View.pm
%%SITE_PERL%%/Ark/View/MT.pm
%%PERL5_MAN3%%/Ark::Command.3.gz
%%PERL5_MAN3%%/Ark::Command::Controller.3.gz
%%PERL5_MAN3%%/Ark::Command::Model.3.gz
%%PERL5_MAN3%%/Ark::Command::Newapp.3.gz
%%PERL5_MAN3%%/Ark::Command::Server.3.gz
%%PERL5_MAN3%%/Ark::Command::View.3.gz