Commit graph

13 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
3edc030b9f Cleanup plist 2014-10-20 10:41:12 +00:00
Andrej Zverev
af6bda5de5 - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-29 17:18:46 +00:00
Baptiste Daroussin
36117d7097 Add NO_STAGE all over the place in preparation for the staging support (cat: databases) 2013-09-20 16:13:47 +00:00
Andrej Zverev
b88c23df87 - convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
2013-09-10 11:32:20 +00:00
Sunpoet Po-Chuan Hsieh
4f5f4a6c77 - Update to 0.16
- Add LICENSE
- Use TEST_DEPENDS for test-only dependencies

Changes:	http://search.cpan.org/dist/DBD-Multi/Changes
PR:		ports/168144
Submitted by:	sunpoet (myself)
Approved by:	snowfly <snowfly@yuntech.edu.tw> (maintainer)
2012-05-28 16:48:28 +00:00
Sunpoet Po-Chuan Hsieh
6fb6597c89 - Change PERL_CONFIGURE to "yes" for all values less than or equal to 5.8.0+
With hat:	perl
2011-09-17 06:49:29 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Jun Kuriyama
3efe84fba6 - Remove unneeded dependencies which is in perl-5.8.9 dist
(part 17).

Approved by:	portmgr (itetcu)
2010-01-29 04:56:59 +00:00
Martin Wilke
10bc41e86a - Update to 0.14
PR:		123270
source.
Submitted by:	Tsung-Han Yeh <snowfly@yuntech.edu.tw> (maintainer)
2008-05-02 09:15:25 +00:00
Martin Wilke
bee6d2db11 - Update to 0.12
- Use CPAN macro

PR:		120799
Submitted by:	Felippe de Meirelles Motta <lippemail@gmail.com>
Approved by:	maintainer
2008-02-20 13:16:11 +00:00
Martin Wilke
47f39e3d6e - Fix pkg-plist
Reported by: 	sat
Approved by:	maintainer
2007-07-07 20:10:27 +00:00
Martin Wilke
4a74764e7a DBD::Multi - Manage Multiple Data Sources with Failover and Load Balancing
WWW:	http://search.cpan.org/dist/DBD-Multi/

PR:		ports/114378
Submitted by:	Tsung-Han Yeh <snowfly at yuntech.edu.tw>
2007-07-07 11:57:18 +00:00