Commit graph

18 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
77cba41a62 Cleanup plist 2014-10-27 15:23:30 +00:00
Vanilla I. Shu
2941f33ec8 support STAGEDIR. 2013-11-04 14:20:04 +00:00
Baptiste Daroussin
888ab73a81 Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
Mathieu Arnold
4819ca343b - Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
2013-08-02 18:52:07 +00:00
Eitan Adler
5190f14f8d For perl@ owned ports:
- Fix COMMENT
- Trim header
2013-03-29 00:44:53 +00:00
Steve Wills
1b000dfa39 - Assign clsung's p5- ports to perl@
Approved by:	clsung via IRC
2012-05-01 01:47:10 +00:00
Eitan Adler
c59a3834c4 At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:	portmgr
2012-01-21 17:40:15 +00:00
Olli Hauer
27de467a2b - remove MD5 2011-07-03 13:45:36 +00:00
Cheng-Lung Sung
24f5f0e2b3 - Update to 0.017 2007-05-30 03:45:16 +00:00
Cheng-Lung Sung
3da83b303c - remove ".if ${PERL_LEVEL} < 500600.." stuff 2007-05-01 07:42:17 +00:00
Cheng-Lung Sung
ebe57c54f5 - Update to 0.016 2007-01-02 04:53:53 +00:00
Cheng-Lung Sung
871a680720 - Update to 0.015 2006-10-08 17:45:27 +00:00
Cheng-Lung Sung
9b0ba65805 - update to 0.014 2006-08-22 10:34:49 +00:00
Cheng-Lung Sung
b3a2bfc16a - update to 0.013 2006-08-15 02:29:07 +00:00
Cheng-Lung Sung
23afebdd07 - update to 0.012
- to celebrate my no.1500 commits, I'll maintain this port.
2006-08-09 07:35:13 +00:00
Erwin Lansing
20719b088c Fix PLIST
Submitted by:	 pointyhat
2006-08-08 07:40:03 +00:00
Ying-Chieh Liao
94fb889de9 add p5-v6-alpha 0.011
An experimental compiler for Perl 6
2006-08-01 02:32:22 +00:00