Commit graph

7 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
Sunpoet Po-Chuan Hsieh
4315aba46c - Update to 0.103006
- Add TEST_DEPENDS
- Support STAGEDIR

Changes:	http://search.cpan.org/dist/Software-License/Changes
2013-10-21 09:52:34 +00:00
Frederic Culot
1af4ebe51f - Update to 0.103005
Changes:	http://search.cpan.org/dist/Software-License/Changes
2012-12-13 09:17:39 +00:00
Steve Wills
c41c3b6142 - Update to 0.103002
Changes: http://cpansearch.perl.org/dist/Software-License/Changes
2011-06-05 01:45:18 +00:00
Baptiste Daroussin
1485fac228 - update to 0.103000
- add licenses
- changes: http://cpansearch.perl.org/src/RJBS/Software-License-0.103000/Changes
2011-04-04 06:09:20 +00:00
Frederic Culot
b177477288 - Update to 0.102340.
Changes:	http://search.cpan.org/dist/Software-License/Changes
PR:		ports/151070
Submitted by:	culot@ (myself)
Approved by:	sahil@ (mentor), maintainer (timeout, >14 days)
2010-10-24 18:58:26 +00:00
Cheng-Lung Sung
88da3f1493 Software::License - packages that provide templated software licenses
WWW: http://search.cpan.org/dist/Software-License/
2010-05-11 06:43:46 +00:00