Commit graph

10 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
Andrej Zverev
073942c880 - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-29 17:46:33 +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
Andrej Zverev
72185e5fb2 - convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
2013-09-11 08:56:53 +00:00
Frederic Culot
02fcc02588 - Remove SITE_PERL from *_DEPENDS [1]
- Add BUILD_DEPENDS to silence build warnings

PR:		ports/169554 [1]
Submitted by:	Zane C.B-H. <vvelox@vvelox.net> (maintainer)
2012-06-30 10:16:28 +00:00
Andrej Zverev
dec946ad51 - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
- Remove MD5 checksum
2011-06-20 08:37:15 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Philip M. Gollucci
403d68830d - Fix RUN_DEPENDS thus fixing net/p5-Net-LDAP-AutoServer
PR:             ports/147396
Reported by:    myself (pgollucci)
Submitted by:   "Zane C.B." <vvelox@vvelox.net> (maintainer)
2010-08-28 02:27:30 +00:00
Wen Heping
6293fadb3e Net::DNS::RR::SRV::Helper is a perl module to order SRV records
by priority and weight for Net::DNS.

WWW: http://search.cpan.org/dist/Net-DNS-RR-SRV-Helper/

PR:		ports/146572
Submitted by:	"Zane C.B." <vvelox@vvelox.net>
2010-05-19 06:00:57 +00:00