/sysutils/graveman/

/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
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
- stage support 2014-01-05T15:44:11+00:00 Andrej Zverev az@FreeBSD.org 2014-01-05T15:44:11+00:00 90158029423c03ff27aae49e1c405ae6180ea818 Approved by: portmgr (blanket infrastructure)
Approved by:	portmgr (blanket infrastructure)
Utilize %%SITE_PERL%% and %%PERL_ARCH%% in pkg-plists 2009-07-30T23:04:49+00:00 Philip M. Gollucci pgollucci@FreeBSD.org 2009-07-30T23:04:49+00:00 20cfadf5f7d59d1cd9268d1ea963c7a1cccc839e PR: ports/136771 Exp Run by: pav Approved by: portmgr (pav)
PR:             ports/136771
Exp Run by:     pav
Approved by:    portmgr (pav)
* Because NetAddr::IP::Lite depends on NetAddr::IP::Util which 2006-06-15T03:18:35+00:00 Cheng-Lung Sung clsung@FreeBSD.org 2006-06-15T03:18:35+00:00 e9d42da1db652ae4d47aa63d601379173882e124 installs by default with its primary functions compiled using Perl's XS extensions to build a 'C' library. * Add configure args -noxs to solve this problem PR: ports/98969 Submitted by: maintainer (Yuan-Chung Hsiao)
  installs by default with its primary functions compiled using
  Perl's XS extensions to build a 'C' library.
* Add configure args -noxs to solve this problem

PR:		ports/98969
Submitted by:	maintainer (Yuan-Chung Hsiao)
Add p5-NetAddr-IP-Lite 0.09, IPv4/6 and 128 bit number utilities. 2006-06-10T02:09:17+00:00 Cheng-Lung Sung clsung@FreeBSD.org 2006-06-10T02:09:17+00:00 e7a7cac2d1a8adcd207c7d804e9d35884c73488f PR: ports/97938 Submitted by: Yuan-Chung Hsiao <ychsiao@ychsiao.org>
PR:		ports/97938
Submitted by:	Yuan-Chung Hsiao <ychsiao@ychsiao.org>