Commit graph

14 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
2b50ec96f8 - support stage
Approved by:	portmgr (blanket infrastructure)
2014-01-05 18:05:39 +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
67c3ce47d7 - convert to the new perl5 framework
Approved by:	portmgr (bapt@, blanket)
2013-09-06 14:30:23 +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
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Andrej Zverev
85b13ac345 Fix WWW in pkg-descr to http://search.cpan.org/dist/<MODULE> for unification.
No functional changes.

Sponsored by:	p5 namespace
2011-02-12 09:30:23 +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
Steven Kreuzer
eb503d0a81 Update to 1.5
PR:		ports/150126
Submitted by:	Masafumi NAKANE <max@FreeBSD.org>
2010-09-09 14:30:17 +00:00
Steven Kreuzer
95952a198a Update to 1.4
PR:		ports/145367
Submitted by:	Masafumi NAKANE <max@FreeBSD.org>
2010-05-26 20:19:41 +00:00
Steven Kreuzer
ae365d28aa Update to 1.3
PR:		ports/143513
Submitted by:	Masafumi NAKANE <max@FreeBSD.org>
2010-02-04 19:31:32 +00:00
Steven Kreuzer
6d25777d7c Update to 1.2
PR:		ports/138889
Submitted by:	Masafumi NAKANE <max@FreeBSD.org>
Feature safe:	yes
2009-09-23 14:12:15 +00:00
Steven Kreuzer
646c73dbc3 Update to 1.1
PR:		ports/136552
Submitted by:	Philip M. Gollucci <pgollucci@freebsd.org>
Approved by:	wxs (implicit)
2009-07-09 14:41:29 +00:00
Steven Kreuzer
5a3a432f12 Please welcome Net::OAuth::Simple
A simple Perl wrapper around the OAuth protocol

Approved by:	wxs (mentor)
2009-04-02 14:35:47 +00:00