Commit graph

22 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
530a33f611 Cleanup plist 2014-10-27 12:13:22 +00:00
Kurt Jaeger
4d13dd502d dns/p5-DNS-ZoneParse
- add patch to support SPF records
- upstream see https://rt.cpan.org/Ticket/Display.html?id=81111

PR:		192029
2014-07-23 12:35:26 +00:00
Vanilla I. Shu
00afe0823b Support STAGEDIR. 2013-11-03 07:46:27 +00:00
Baptiste Daroussin
24a1652ff4 Add NO_STAGE all over the place in preparation for the staging support (cat: dns) 2013-09-20 16:31:57 +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
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Yen-Ming Lee
fad6113230 - update to 1.10 2010-10-04 20:22:15 +00:00
Philippe Audeoud
6f51bad626 - Update to 1.00
- Changelog: <http://cpansearch.perl.org/src/MSCHILLI/DNS-ZoneParse-1.00/Changes>
2010-07-29 06:29:57 +00:00
Wen Heping
33d923abd1 - Update to 0.99 2009-11-06 02:15:28 +00:00
Jimmy Olgeni
0549f9a44f Fix a few common typos in pkg-descr ("separate", "compatible"). 2009-08-16 14:06:52 +00:00
Mark Linimon
e963662e8c Reset mat@FreeBSD.org due to maintainer-timeouts and no response to email.
Hat:		portmgr
2009-08-16 09:55:32 +00:00
Philip M. Gollucci
c10f314307 - lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checks
PR:             ports/135398
Tested by:      2 -exp runs by pav
Approved by:    portmgr (pav)
2009-07-22 16:27:08 +00:00
Mathieu Arnold
8e2e48b5e8 Update to 0.96 2009-02-12 21:22:58 +00:00
Mathieu Arnold
d1850a3d8c Use the CPAN site macro.
Use DISTVERSION in place of DISTNAME where possible.
Remove perl 5.005 shims.
2007-08-31 13:37:23 +00:00
Edwin Groothuis
e33233f948 Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 01:55:36 +00:00
Mathieu Arnold
b1a641bc45 Be hipe and add SHA256 2005-11-14 14:16:12 +00:00
Mathieu Arnold
2981bb1e34 Update to 0.95 2004-10-25 10:57:05 +00:00
Mathieu Arnold
2a6859be00 Update to 0.94 2004-09-03 11:28:15 +00:00
Mathieu Arnold
db953b5012 Update to 0.93 2004-09-02 10:28:04 +00:00
Mathieu Arnold
b34f3b9bef Update to 0.92
Restrict to 5.6+
2004-08-23 11:51:47 +00:00
Mathieu Arnold
60e2cc7618 Add p5-DNS-ZoneParse 0.91, parse and manipulate DNS Zone Files. 2004-07-15 13:37:58 +00:00