Commit graph

17 commits

Author SHA1 Message Date
Lars Thegler
3bb42bcfe7 Moving maintainership burden onto broader shoulders 2017-04-07 18:50:22 +00:00
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
Andrej Zverev
3d574e7caa - stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-05 12:30:05 +00:00
Baptiste Daroussin
8ac99398e2 Add NO_STAGE all over the place in preparation for the staging support (cat: misc) 2013-09-20 20:50:57 +00:00
Andrej Zverev
ca70e439c2 - Convert to new perl framework
per port extra changes:
devel/p5-Perl-Version remove outage PERL_LEVEL check
devel/p5-Devel-LeakTrace-Fast remove perl version requiment 5.12.0- (no need in current version)

Approved by:	lth@ (maintainer)
2013-08-07 13:20:32 +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
Lars Thegler
52e36d358e Change of email address.
Approved by:	erwin (mentor)
2004-06-01 12:32:33 +00:00
Erwin Lansing
3eea4c4686 Make PERL_LEVEL comparision match the comment :)
PR:		61882
Submitted by:	maintainer
2004-01-27 22:52:18 +00:00
Kirill Ponomarev
612db1e47d - Update to 1.04
* PREFIX-clean under perl 5.005_03

PR:		61837
Submitted by:	maintainer
2004-01-24 18:20:26 +00:00
Kirill Ponomarev
e269e8e260 - Update to version 1.03
PR:		61515
Submitted by:	maintainer
2004-01-18 18:21:17 +00:00
Kirill Ponomarev
ba9ce4f172 - Update to version 1.02
- Assign maintainership to Lars Thegler <lars@thegler.dk>

PR:		60656
Submitted by:	Lars Thegler <lars@thegler.dk>
2003-12-28 17:07:57 +00:00
Vanilla I. Shu
7f41695cdf Upgrade to 1.01.
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>
2003-10-14 13:20:35 +00:00
Jun Kuriyama
2f1942cee9 Update to 1.00.
Add WWW:.
Reset maintainer to ports@ (bounce).

Submitted by:	Mathieu Arnold <m@absolight.net>
PR:		ports/52327
2003-07-06 13:08:01 +00:00
Akinori MUSHA
4d0a0dc1c6 De-pkg-comment. 2003-02-21 12:51:06 +00:00
Vanilla I. Shu
68c2f99c63 Remove do-configure section, use PERL_CONFIGURE now. 2001-03-01 06:39:18 +00:00
Will Andrews
2965e82f1b Add p5-File-CounterFile, a perl module for persistent counters.
PR:		17416
Submitted by:	Yu-Shun Wang <yushunwa@isi.edu>
2000-06-30 01:05:41 +00:00