Commit graph

17 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
99a4f62f93 Cleanup plist 2014-10-20 09:37:00 +00:00
Mathieu Arnold
61de712f46 Remove all the bootstrap files (.bs) from the plists.
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.

PR:		190681
Submitted by:	mat
Exp-Run by:	antoine
Sponsored by:	Absolight
2014-06-10 12:14:12 +00:00
Andrej Zverev
d49a8f39af - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-29 17:00:41 +00:00
Baptiste Daroussin
1e4b97cf2b Add NO_STAGE all over the place in preparation for the staging support (cat: converters) 2013-09-20 16:05:24 +00:00
Andrej Zverev
fb5b0c84fb - convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
2013-09-10 07:55:33 +00:00
Andrej Zverev
10a2b4693f - Set default perl version for ports which currently using
(5.x+ and x < 12) scheme.

Approved by: bapt@ (portmgr@)
2012-12-16 06:12:28 +00:00
Martin Wilke
94ae943026 Update to 1.00
PR:		167433
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
Approved by:	maintainer
2012-05-03 15:39:44 +00:00
Frederic Culot
bca2cb8669 - Update to 0.97
Changes:	http://cpansearch.perl.org/dist/Storable-AMF/Changes
PR:		ports/156891
Submitted by:	Vladimir Timofeev <vovkasm@gmail.com> (maintainer)
2011-05-09 13:41:36 +00:00
Frederic Culot
c4ddffa292 - Update to 0.87.
PR:		ports/151981
Submitted by:	Vladimir Timofeev <vovkasm at gmail.com>
Approved by:	wen@ (mentor)
2010-11-07 08:27:06 +00:00
Philip M. Gollucci
6564a2589c - only 13% of the p5- ports embed @comment $FreeBSD$:
so standarize and remove it

With Hat:   perl@
2010-09-24 02:03:44 +00:00
Wen Heping
32a6f27762 - Update to 0.70
PR:		ports/150373
Submitted by:	Vladimir Timofeev <vovkasm@gmail.com> (maintainer)
2010-09-09 00:58:00 +00:00
Philip M. Gollucci
1c6f834eae - Update to 0.66
PR:             ports/141544
Approved by:    maintainer
Submitted by:   myself (pgollucci@)
2009-12-26 05:52:13 +00:00
Philippe Audeoud
eaec0882cc - Update to 0.63
PR:		136155
Submitted by:	Vladimir Timofeev <vovkasm gmail.com> (maintainer)
2009-06-29 08:46:49 +00:00
Martin Wilke
dd33f1ea71 - Update to 0.60
PR:		134309
Submitted by:	Vladimir Timofeev <vovkasm@gmail.com> (maintainer)
2009-05-09 09:18:47 +00:00
Dmitry Marakasov
0c06e35df1 - Update to 0.52
PR:		132235
Submitted by:	Vladimir Timofeev <vovkasm at gmail dot com> (maintainer)
2009-03-01 22:34:12 +00:00
Philippe Audeoud
dd8397cbf2 Perl extension for serialize/deserialize AMF0/AMF3 data
WWW:	http://search.cpan.org/dist/Storable-AMF/

PR:		ports/131361
Submitted by:	Vladimir Timofeev <vovkasm at gmail.com>
2009-02-05 08:46:25 +00:00