1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/biology/p5-Bio-Das/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

53 lines
2.1 KiB
Plaintext

%%SITE_PERL%%/Bio/Das.pm
%%SITE_PERL%%/Bio/Das/DSN.pm
%%SITE_PERL%%/Bio/Das/Request.pm
%%SITE_PERL%%/Bio/Das/Stylesheet.pm
%%SITE_PERL%%/Bio/Das/Map.pm
%%SITE_PERL%%/Bio/Das/FeatureIterator.pm
%%SITE_PERL%%/Bio/Das/Segment.pm
%%SITE_PERL%%/Bio/Das/Type.pm
%%SITE_PERL%%/Bio/Das/Feature.pm
%%SITE_PERL%%/Bio/Das/TypeHandler.pm
%%SITE_PERL%%/Bio/Das/Util.pm
%%SITE_PERL%%/Bio/Das/Request/Sequences.pm
%%SITE_PERL%%/Bio/Das/Request/Dnas.pm
%%SITE_PERL%%/Bio/Das/Request/Types.pm
%%SITE_PERL%%/Bio/Das/Request/Feature2Segments.pm
%%SITE_PERL%%/Bio/Das/Request/Features.pm
%%SITE_PERL%%/Bio/Das/Request/Dsn.pm
%%SITE_PERL%%/Bio/Das/Request/Entry_points.pm
%%SITE_PERL%%/Bio/Das/Request/Stylesheet.pm
%%SITE_PERL%%/Bio/Das/AGPServer/SQLStorage.pm
%%SITE_PERL%%/Bio/Das/AGPServer/Proxy.pm
%%SITE_PERL%%/Bio/Das/AGPServer/Parser.pm
%%SITE_PERL%%/Bio/Das/AGPServer/Daemon.pm
%%SITE_PERL%%/Bio/Das/AGPServer/Config.pm
%%SITE_PERL%%/Bio/Das/AGPServer/SQLStorage/CSV/DB.pm
%%SITE_PERL%%/Bio/Das/AGPServer/SQLStorage/MySQL/DB.pm
%%SITE_PERL%%/Bio/Das/HTTP/Fetch.pm
%%PERL5_MAN3%%/Bio::Das.3.gz
%%PERL5_MAN3%%/Bio::Das::AGPServer::Config.3.gz
%%PERL5_MAN3%%/Bio::Das::AGPServer::Daemon.3.gz
%%PERL5_MAN3%%/Bio::Das::AGPServer::Parser.3.gz
%%PERL5_MAN3%%/Bio::Das::AGPServer::SQLStorage.3.gz
%%PERL5_MAN3%%/Bio::Das::AGPServer::SQLStorage::CSV::DB.3.gz
%%PERL5_MAN3%%/Bio::Das::AGPServer::SQLStorage::MySQL::DB.3.gz
%%PERL5_MAN3%%/Bio::Das::DSN.3.gz
%%PERL5_MAN3%%/Bio::Das::Feature.3.gz
%%PERL5_MAN3%%/Bio::Das::FeatureIterator.3.gz
%%PERL5_MAN3%%/Bio::Das::HTTP::Fetch.3.gz
%%PERL5_MAN3%%/Bio::Das::Map.3.gz
%%PERL5_MAN3%%/Bio::Das::Request.3.gz
%%PERL5_MAN3%%/Bio::Das::Request::Dnas.3.gz
%%PERL5_MAN3%%/Bio::Das::Request::Dsn.3.gz
%%PERL5_MAN3%%/Bio::Das::Request::Entry_points.3.gz
%%PERL5_MAN3%%/Bio::Das::Request::Feature2Segments.3.gz
%%PERL5_MAN3%%/Bio::Das::Request::Sequences.3.gz
%%PERL5_MAN3%%/Bio::Das::Request::Stylesheet.3.gz
%%PERL5_MAN3%%/Bio::Das::Request::Types.3.gz
%%PERL5_MAN3%%/Bio::Das::Segment.3.gz
%%PERL5_MAN3%%/Bio::Das::Stylesheet.3.gz
%%PERL5_MAN3%%/Bio::Das::Type.3.gz
%%PERL5_MAN3%%/Bio::Das::TypeHandler.3.gz
%%PERL5_MAN3%%/Bio::Das::Util.3.gz