freebsd-ports/textproc/p5-Pod-Simple/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

52 lines
2 KiB
Text

%%PERL5_MAN3%%/Pod::Simple.3.gz
%%PERL5_MAN3%%/Pod::Simple::Checker.3.gz
%%PERL5_MAN3%%/Pod::Simple::Debug.3.gz
%%PERL5_MAN3%%/Pod::Simple::DumpAsText.3.gz
%%PERL5_MAN3%%/Pod::Simple::DumpAsXML.3.gz
%%PERL5_MAN3%%/Pod::Simple::HTML.3.gz
%%PERL5_MAN3%%/Pod::Simple::HTMLBatch.3.gz
%%PERL5_MAN3%%/Pod::Simple::LinkSection.3.gz
%%PERL5_MAN3%%/Pod::Simple::Methody.3.gz
%%PERL5_MAN3%%/Pod::Simple::PullParser.3.gz
%%PERL5_MAN3%%/Pod::Simple::PullParserEndToken.3.gz
%%PERL5_MAN3%%/Pod::Simple::PullParserStartToken.3.gz
%%PERL5_MAN3%%/Pod::Simple::PullParserTextToken.3.gz
%%PERL5_MAN3%%/Pod::Simple::PullParserToken.3.gz
%%PERL5_MAN3%%/Pod::Simple::RTF.3.gz
%%PERL5_MAN3%%/Pod::Simple::Search.3.gz
%%PERL5_MAN3%%/Pod::Simple::SimpleTree.3.gz
%%PERL5_MAN3%%/Pod::Simple::Subclassing.3.gz
%%PERL5_MAN3%%/Pod::Simple::Text.3.gz
%%PERL5_MAN3%%/Pod::Simple::TextContent.3.gz
%%PERL5_MAN3%%/Pod::Simple::XHTML.3.gz
%%PERL5_MAN3%%/Pod::Simple::XMLOutStream.3.gz
%%SITE_PERL%%/Pod/Simple.pm
%%SITE_PERL%%/Pod/Simple.pod
%%SITE_PERL%%/Pod/Simple/BlackBox.pm
%%SITE_PERL%%/Pod/Simple/Checker.pm
%%SITE_PERL%%/Pod/Simple/Debug.pm
%%SITE_PERL%%/Pod/Simple/DumpAsText.pm
%%SITE_PERL%%/Pod/Simple/DumpAsXML.pm
%%SITE_PERL%%/Pod/Simple/HTML.pm
%%SITE_PERL%%/Pod/Simple/HTMLBatch.pm
%%SITE_PERL%%/Pod/Simple/HTMLLegacy.pm
%%SITE_PERL%%/Pod/Simple/LinkSection.pm
%%SITE_PERL%%/Pod/Simple/Methody.pm
%%SITE_PERL%%/Pod/Simple/Progress.pm
%%SITE_PERL%%/Pod/Simple/PullParser.pm
%%SITE_PERL%%/Pod/Simple/PullParserEndToken.pm
%%SITE_PERL%%/Pod/Simple/PullParserStartToken.pm
%%SITE_PERL%%/Pod/Simple/PullParserTextToken.pm
%%SITE_PERL%%/Pod/Simple/PullParserToken.pm
%%SITE_PERL%%/Pod/Simple/RTF.pm
%%SITE_PERL%%/Pod/Simple/Search.pm
%%SITE_PERL%%/Pod/Simple/SimpleTree.pm
%%SITE_PERL%%/Pod/Simple/Subclassing.pod
%%SITE_PERL%%/Pod/Simple/Text.pm
%%SITE_PERL%%/Pod/Simple/TextContent.pm
%%SITE_PERL%%/Pod/Simple/TiedOutFH.pm
%%SITE_PERL%%/Pod/Simple/Transcode.pm
%%SITE_PERL%%/Pod/Simple/TranscodeDumb.pm
%%SITE_PERL%%/Pod/Simple/TranscodeSmart.pm
%%SITE_PERL%%/Pod/Simple/XHTML.pm
%%SITE_PERL%%/Pod/Simple/XMLOutStream.pm