Commit graph

21 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
161b92dff7 Clean up plist 2014-10-19 23:12:06 +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
Baptiste Daroussin
a7e0a89a2e Support stage 2014-01-04 23:32:43 +00:00
Baptiste Daroussin
b80ec3e204 Add NO_STAGE all over the place in preparation for the staging support (cat: archivers) 2013-09-20 13:11:20 +00:00
Andrej Zverev
a6664fc48b - convert to the new perl5 framework
Approved by:	portmgr (bapt@, blanket)
2013-09-06 17:55:21 +00:00
Dmitry Sivachenko
f6d825b0bc Update to 2.17. 2013-08-29 11:11:29 +00:00
Dmitry Sivachenko
36cbbf5e5d Update to version 2.16. 2013-06-24 06:25:13 +00:00
Dmitry Sivachenko
69f2318b54 Update to version 2.10.
Sponsored by:
2013-03-28 13:19:41 +00:00
Martin Wilke
65e190c0f0 - Get Rid MD5 support
With hat:	portmgr (myself)
2011-03-18 17:59:50 +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
Mark Linimon
9839011ec3 Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:	gabor
Sponsored by:	Google Summer of Code 2007
Hat:		portmgr
2007-09-08 01:12:10 +00:00
Edwin Groothuis
ba5e62bd93 SHA256ify
Approved by:	krion@
2006-01-22 06:58:31 +00:00
Edwin Groothuis
ffbac30e7d Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 01:23:00 +00:00
Dmitry Sivachenko
bf58c9b3e9 Update to version 2.09.
PR:		86149
Submitted by:	Emanuel Haupt <ehaupt@critical.ch>
2005-09-16 06:58:21 +00:00
Dmitry Sivachenko
4d72ff9c07 IGNORE if perl version < 5.6. 2005-05-20 06:41:41 +00:00
Dmitry Sivachenko
9b04af568b Update to version 2.08.
PR:		80921
Submitted by:	Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
2005-05-12 06:05:08 +00:00
Trevor Johnson
3bca696b10 Add size data, approved by maintainers. 2004-03-18 18:01:13 +00:00
Dmitry Sivachenko
ad67f6b719 Update to version 1.02;
Utilize SITE_PERL variable.

PR:		53971
Submitted by:	Mathieu Arnold <m@absolight.net>
2003-07-02 07:19:23 +00:00
Dmitry Sivachenko
da38c65397 Update to version 1.01;
Add WWW.

PR:		51556
Submitted by:	Mathieu Arnold <m@absolight.net>
2003-04-29 15:20:44 +00:00
Dmitry Sivachenko
2ba25c04bb New port: Compress::Bzip2.
Bzip2 bindings for Perl5. That means you can access the
Bzip2 library from your Perl scripts there by compressing ordinary
Perl strings.
2003-02-23 08:07:17 +00:00