Commit graph

12 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
Andrej Zverev
cdc0ff7798 - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-06 09:14:19 +00:00
Baptiste Daroussin
0c710c7b4e Add NO_STAGE all over the place in preparation for the staging support (cat: net) 2013-09-20 22:10:23 +00:00
Andrej Zverev
0e8e0bf651 - convert to the new perl5 framework
Approved by:	portmgr (bapt@, blanket)
2013-09-06 17:02:34 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +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
Jun Kuriyama
46dfffde80 - Remove unneeded dependencies which is in perl-5.8.9 dist
(part 4).

Approved by:	portmgr (itetcu)
2010-01-24 06:18:08 +00:00
Philip M. Gollucci
49a7f74b83 - Update to 0.5
PR:             ports/135784
Approved by:    maintainer timeout (lippe; 16 days)
Submitted by:   myself (pgollucci@)
2009-07-03 20:14:51 +00:00
Felippe de Meirelles Motta
95ba335408 - Update to 0.4. 2008-11-28 02:35:01 +00:00
Felippe de Meirelles Motta
bff0d25c06 - Change my mail address to lippe@.
Approved by:	araujo (mentor)
2008-03-10 00:52:12 +00:00
Gabor Kovesdan
35c60f62c4 - Fix plist
- Fix dependencies

PR:		ports/121127
Submitted by:	Felippe de Meirelles Motta <lippemail@gmail.com> (maintainer)
Reported by:	pointyhat (via pav)
Pointyhat to:	gabor
2008-02-27 10:41:23 +00:00
Gabor Kovesdan
b2294fcaef Net::Google::AuthSub - Interact with sites that implement Google style AuthSub.
WWW:	http://search.cpan.org/dist/Net-Google-AuthSub/

PR:		ports/120943
Submitted by:	Felippe de Meirelles Motta <lippemail at gmail.com>
2008-02-25 18:20:35 +00:00