Commit graph

13 commits

Author SHA1 Message Date
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
Baptiste Daroussin
3edc030b9f Cleanup plist 2014-10-20 10:41:12 +00:00
Emanuel Haupt
58fb45f3dd Support staging. 2014-02-05 13:43:06 +00:00
Baptiste Daroussin
36117d7097 Add NO_STAGE all over the place in preparation for the staging support (cat: databases) 2013-09-20 16:13:47 +00:00
Jun Kuriyama
e88fe32753 - Upgrade to 0.12. 2013-08-10 11:44:28 +00:00
Jun Kuriyama
0fa55cc291 - Upgrade to 0.11. 2013-03-03 10:00:10 +00:00
Jun Kuriyama
2655b6bde1 - Upgrade to 0.08.
PR based on:	ports/171038
Submitted by:	swills
2012-08-25 16:08:02 +00:00
Jun Kuriyama
b67b151c2f - Upgrade to 0.07. 2012-07-22 10:52:00 +00:00
Steve Wills
63d09c9c9b - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
  about for a while.

PR:		ports/168208
Approved by:	portmgr (miwi)
2012-06-10 18:42:48 +00:00
Steve Wills
283af75a64 - Add TEST_DEPENDS to enable testing
PR:		ports/164363
Submitted by:	swills (myself)
Approved by:	maintainer (blanket)
2012-01-29 21:55:59 +00:00
Jun Kuriyama
f23d2e1125 - Upgrade to 0.06. 2011-12-31 10:28:14 +00:00
Jun Kuriyama
026aef6edd - Upgrade to 0.05.
Feature safe:	yes
2011-12-04 14:56:07 +00:00
Jun Kuriyama
978d929e39 Get information from $dbh.
WWW: http://search.cpan.org/dist/DBIx-Inspector/
2010-12-26 15:13:51 +00:00