freebsd-ports/devel/p5-Specio/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
2.2 KiB
Text

%%SITE_PERL%%/Specio.pm
%%SITE_PERL%%/Specio/Coercion.pm
%%SITE_PERL%%/Specio/Constraint/AnyCan.pm
%%SITE_PERL%%/Specio/Constraint/AnyDoes.pm
%%SITE_PERL%%/Specio/Constraint/AnyIsa.pm
%%SITE_PERL%%/Specio/Constraint/Enum.pm
%%SITE_PERL%%/Specio/Constraint/ObjectCan.pm
%%SITE_PERL%%/Specio/Constraint/ObjectDoes.pm
%%SITE_PERL%%/Specio/Constraint/ObjectIsa.pm
%%SITE_PERL%%/Specio/Constraint/Parameterizable.pm
%%SITE_PERL%%/Specio/Constraint/Parameterized.pm
%%SITE_PERL%%/Specio/Constraint/Role/CanType.pm
%%SITE_PERL%%/Specio/Constraint/Role/DoesType.pm
%%SITE_PERL%%/Specio/Constraint/Role/Interface.pm
%%SITE_PERL%%/Specio/Constraint/Role/IsaType.pm
%%SITE_PERL%%/Specio/Constraint/Simple.pm
%%SITE_PERL%%/Specio/Declare.pm
%%SITE_PERL%%/Specio/DeclaredAt.pm
%%SITE_PERL%%/Specio/Exception.pm
%%SITE_PERL%%/Specio/Exporter.pm
%%SITE_PERL%%/Specio/Helpers.pm
%%SITE_PERL%%/Specio/Library/Builtins.pm
%%SITE_PERL%%/Specio/OO.pm
%%SITE_PERL%%/Specio/Registry.pm
%%SITE_PERL%%/Specio/Role/Inlinable.pm
%%SITE_PERL%%/Specio/TypeChecks.pm
%%SITE_PERL%%/TODO.pod
%%PERL5_MAN3%%/Specio.3.gz
%%PERL5_MAN3%%/Specio::Coercion.3.gz
%%PERL5_MAN3%%/Specio::Constraint::AnyCan.3.gz
%%PERL5_MAN3%%/Specio::Constraint::AnyDoes.3.gz
%%PERL5_MAN3%%/Specio::Constraint::AnyIsa.3.gz
%%PERL5_MAN3%%/Specio::Constraint::Enum.3.gz
%%PERL5_MAN3%%/Specio::Constraint::ObjectCan.3.gz
%%PERL5_MAN3%%/Specio::Constraint::ObjectDoes.3.gz
%%PERL5_MAN3%%/Specio::Constraint::ObjectIsa.3.gz
%%PERL5_MAN3%%/Specio::Constraint::Parameterizable.3.gz
%%PERL5_MAN3%%/Specio::Constraint::Parameterized.3.gz
%%PERL5_MAN3%%/Specio::Constraint::Role::CanType.3.gz
%%PERL5_MAN3%%/Specio::Constraint::Role::DoesType.3.gz
%%PERL5_MAN3%%/Specio::Constraint::Role::Interface.3.gz
%%PERL5_MAN3%%/Specio::Constraint::Role::IsaType.3.gz
%%PERL5_MAN3%%/Specio::Constraint::Simple.3.gz
%%PERL5_MAN3%%/Specio::Declare.3.gz
%%PERL5_MAN3%%/Specio::DeclaredAt.3.gz
%%PERL5_MAN3%%/Specio::Exception.3.gz
%%PERL5_MAN3%%/Specio::Exporter.3.gz
%%PERL5_MAN3%%/Specio::Helpers.3.gz
%%PERL5_MAN3%%/Specio::Library::Builtins.3.gz
%%PERL5_MAN3%%/Specio::OO.3.gz
%%PERL5_MAN3%%/Specio::Registry.3.gz
%%PERL5_MAN3%%/Specio::Role::Inlinable.3.gz
%%PERL5_MAN3%%/Specio::TypeChecks.3.gz
%%PERL5_MAN3%%/TODO.3.gz