1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/net/p5-URI/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

64 lines
1.7 KiB
Plaintext

%%PERL5_MAN3%%/URI.3.gz
%%PERL5_MAN3%%/URI::Escape.3.gz
%%PERL5_MAN3%%/URI::Heuristic.3.gz
%%PERL5_MAN3%%/URI::QueryParam.3.gz
%%PERL5_MAN3%%/URI::Split.3.gz
%%PERL5_MAN3%%/URI::URL.3.gz
%%PERL5_MAN3%%/URI::WithBase.3.gz
%%PERL5_MAN3%%/URI::_punycode.3.gz
%%PERL5_MAN3%%/URI::data.3.gz
%%PERL5_MAN3%%/URI::file.3.gz
%%PERL5_MAN3%%/URI::ldap.3.gz
%%SITE_PERL%%/URI.pm
%%SITE_PERL%%/URI/Escape.pm
%%SITE_PERL%%/URI/Heuristic.pm
%%SITE_PERL%%/URI/IRI.pm
%%SITE_PERL%%/URI/QueryParam.pm
%%SITE_PERL%%/URI/Split.pm
%%SITE_PERL%%/URI/URL.pm
%%SITE_PERL%%/URI/WithBase.pm
%%SITE_PERL%%/URI/_foreign.pm
%%SITE_PERL%%/URI/_generic.pm
%%SITE_PERL%%/URI/_idna.pm
%%SITE_PERL%%/URI/_ldap.pm
%%SITE_PERL%%/URI/_login.pm
%%SITE_PERL%%/URI/_punycode.pm
%%SITE_PERL%%/URI/_query.pm
%%SITE_PERL%%/URI/_segment.pm
%%SITE_PERL%%/URI/_server.pm
%%SITE_PERL%%/URI/_userpass.pm
%%SITE_PERL%%/URI/data.pm
%%SITE_PERL%%/URI/file.pm
%%SITE_PERL%%/URI/file/Base.pm
%%SITE_PERL%%/URI/file/FAT.pm
%%SITE_PERL%%/URI/file/Mac.pm
%%SITE_PERL%%/URI/file/OS2.pm
%%SITE_PERL%%/URI/file/QNX.pm
%%SITE_PERL%%/URI/file/Unix.pm
%%SITE_PERL%%/URI/file/Win32.pm
%%SITE_PERL%%/URI/ftp.pm
%%SITE_PERL%%/URI/gopher.pm
%%SITE_PERL%%/URI/http.pm
%%SITE_PERL%%/URI/https.pm
%%SITE_PERL%%/URI/ldap.pm
%%SITE_PERL%%/URI/ldapi.pm
%%SITE_PERL%%/URI/ldaps.pm
%%SITE_PERL%%/URI/mailto.pm
%%SITE_PERL%%/URI/mms.pm
%%SITE_PERL%%/URI/news.pm
%%SITE_PERL%%/URI/nntp.pm
%%SITE_PERL%%/URI/pop.pm
%%SITE_PERL%%/URI/rlogin.pm
%%SITE_PERL%%/URI/rsync.pm
%%SITE_PERL%%/URI/rtsp.pm
%%SITE_PERL%%/URI/rtspu.pm
%%SITE_PERL%%/URI/sip.pm
%%SITE_PERL%%/URI/sips.pm
%%SITE_PERL%%/URI/snews.pm
%%SITE_PERL%%/URI/ssh.pm
%%SITE_PERL%%/URI/telnet.pm
%%SITE_PERL%%/URI/tn3270.pm
%%SITE_PERL%%/URI/urn.pm
%%SITE_PERL%%/URI/urn/isbn.pm
%%SITE_PERL%%/URI/urn/oid.pm