Commit graph

19 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
Mathieu Arnold
61de712f46 Remove all the bootstrap files (.bs) from the plists.
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.

PR:		190681
Submitted by:	mat
Exp-Run by:	antoine
Sponsored by:	Absolight
2014-06-10 12:14: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
Steve Wills
fe9add25cb - Update to 0.97
PR:		ports/171051
Approved by:	maintainer timeout (nistor@snickers.org, >2 weeks)
2012-09-09 01:48:15 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Sergey Skvortsov
1e430db796 Update to 0.96
Changes:	http://cpansearch.perl.org/src/MSERGEANT/CDB_File-0.96/CHANGES
PR:		ports/132284
Submitted by:	skv
Approved by:	maintainer
2009-03-03 15:44:10 +00:00
Marcelo Araujo
4aaab89f57 - Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.
PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
2008-04-17 14:30:31 +00:00
Ion-Mihai Tetcu
50870dfa80 Update to 0.95
PR:		ports/100971
Submitted by:	Jin-Shan Tseng
Approved by:	maintainer
2006-07-29 06:11:38 +00:00
Edwin Groothuis
acd87b4ad8 SHA256ify
Approved by:    krion@
2006-01-22 08:34:46 +00:00
Sam Lawrance
f225ef5797 Update to 0.94
PR:		ports/84433
Submitted by:	Andrej Zverev <az@inec.ru>
Approved by:	Jon Nistor <nistor@snickers.org> (maintainer)
2005-08-01 18:55:19 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Mathieu Arnold
e29ce5b4f5 Update to 0.93
Cleanup Makefile
use %%SITE_PERL%%
Add WWW

PR:		51575
Submitted by:	me
Approved by:	maintainer timeout (+2 month)
2003-09-02 14:10:04 +00:00
Ade Lovett
baa68c63d4 Remove pkg-comment where COMMENT is already defined in the Makefile
Approved by:	portmgr (implicitly)
2003-03-07 02:54:37 +00:00
Sean Chittenden
9db3dbadcd Update to 0.9.2
PR:		ports/48383
Submitted by:	Jon Nistor <nistor@snickers.org>
2003-02-17 22:12:38 +00:00
Pete Fritchman
1afb61592c Update to 0.91.
PR:		35437
Submitted by:	Kimura Fuyuki <fuyuki@mj.0038.net>
Approved by:	maintainer timeout
2002-03-30 04:07:38 +00:00
Ying-Chieh Liao
f4d7cd7f73 add p5-CDB_File
Perl5 interface to the CDB package

PR:		28400
Submitted by:	Jon Nistor <nistor@snickers.org>
2001-08-04 08:41:40 +00:00