1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/devel/p5-Mo/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

58 lines
1.6 KiB
Plaintext

bin/mo-inline
%%SITE_PERL%%/Mo.pm
%%SITE_PERL%%/Mo.pod
%%SITE_PERL%%/Mo/Design.pod
%%SITE_PERL%%/Mo/Features.pod
%%SITE_PERL%%/Mo/Golf.pm
%%SITE_PERL%%/Mo/Hacking.pod
%%SITE_PERL%%/Mo/Inline.pm
%%SITE_PERL%%/Mo/Moose.pm
%%SITE_PERL%%/Mo/Moose.pod
%%SITE_PERL%%/Mo/Mouse.pm
%%SITE_PERL%%/Mo/Mouse.pod
%%SITE_PERL%%/Mo/build.pm
%%SITE_PERL%%/Mo/build.pod
%%SITE_PERL%%/Mo/builder.pm
%%SITE_PERL%%/Mo/builder.pod
%%SITE_PERL%%/Mo/chain.pm
%%SITE_PERL%%/Mo/chain.pod
%%SITE_PERL%%/Mo/coerce.pm
%%SITE_PERL%%/Mo/coerce.pod
%%SITE_PERL%%/Mo/default.pm
%%SITE_PERL%%/Mo/default.pod
%%SITE_PERL%%/Mo/exporter.pm
%%SITE_PERL%%/Mo/exports.pod
%%SITE_PERL%%/Mo/import.pm
%%SITE_PERL%%/Mo/import.pod
%%SITE_PERL%%/Mo/importer.pm
%%SITE_PERL%%/Mo/importer.pod
%%SITE_PERL%%/Mo/is.pm
%%SITE_PERL%%/Mo/is.pod
%%SITE_PERL%%/Mo/nonlazy.pm
%%SITE_PERL%%/Mo/option.pm
%%SITE_PERL%%/Mo/option.pod
%%SITE_PERL%%/Mo/required.pm
%%SITE_PERL%%/Mo/required.pod
%%SITE_PERL%%/Mo/xs.pm
%%SITE_PERL%%/Mo/xs.pod
%%PERL5_MAN3%%/Mo.3.gz
%%PERL5_MAN3%%/Mo::Design.3.gz
%%PERL5_MAN3%%/Mo::Features.3.gz
%%PERL5_MAN3%%/Mo::Golf.3.gz
%%PERL5_MAN3%%/Mo::Hacking.3.gz
%%PERL5_MAN3%%/Mo::Inline.3.gz
%%PERL5_MAN3%%/Mo::Moose.3.gz
%%PERL5_MAN3%%/Mo::Mouse.3.gz
%%PERL5_MAN3%%/Mo::build.3.gz
%%PERL5_MAN3%%/Mo::builder.3.gz
%%PERL5_MAN3%%/Mo::chain.3.gz
%%PERL5_MAN3%%/Mo::coerce.3.gz
%%PERL5_MAN3%%/Mo::default.3.gz
%%PERL5_MAN3%%/Mo::exports.3.gz
%%PERL5_MAN3%%/Mo::import.3.gz
%%PERL5_MAN3%%/Mo::importer.3.gz
%%PERL5_MAN3%%/Mo::is.3.gz
%%PERL5_MAN3%%/Mo::option.3.gz
%%PERL5_MAN3%%/Mo::required.3.gz
%%PERL5_MAN3%%/Mo::xs.3.gz