Commit graph

20 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
Sunpoet Po-Chuan Hsieh
795c75c7c2 - Support STAGEDIR 2013-09-28 17:12:34 +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
Sunpoet Po-Chuan Hsieh
7a0285baaf - Use single space after WWW: 2013-08-29 04:08:53 +00:00
Mathieu Arnold
4819ca343b - Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
2013-08-02 18:52:07 +00:00
Alexey Dokuchaev
45ada2d602 Cleanup archives/p5-POE-Filter-* ports a bit:
- Switch to modern two-line Makefile header
- Drop indefinite article from COMMENT line
- Consistently set BUILD_DEPENDS and RUN_DEPENDS
2012-12-18 07:07:28 +00:00
Steve Wills
ead9485464 - Make dependency on archivers/p5-Compress-Bzip2 and devel/p5-POE a
build dependency as well as run dependency to silence build warnings
2011-05-19 01:22:13 +00:00
Martin Wilke
65e190c0f0 - Get Rid MD5 support
With hat:	portmgr (myself)
2011-03-18 17:59:50 +00:00
Philip M. Gollucci
6564a2589c - only 13% of the p5- ports embed @comment $FreeBSD$:
so standarize and remove it

With Hat:   perl@
2010-09-24 02:03:44 +00:00
Yen-Ming Lee
29fed21d33 - update to 1.5.8 2008-07-02 06:57:21 +00:00
Yen-Ming Lee
35c98e7233 - update to 1.56 2008-03-11 03:54:57 +00:00
Cheng-Lung Sung
8423e08a7b - Update to 1.5.4 (1.54)
Changes:		http://search.cpan.org/dist/POE-Filter-Bzip2/Changes
2008-01-05 02:53:49 +00:00
Cheng-Lung Sung
3a9809297d - update to 1.5.3 (1.53) 2007-12-25 02:25:14 +00:00
Cheng-Lung Sung
096f149e18 - Update to 1.5.2 2007-07-30 02:48:51 +00:00
Cheng-Lung Sung
28ed820d22 - Update to 1.51 2007-02-26 15:37:44 +00:00
Cheng-Lung Sung
532631db95 - Update to 1.50 2007-02-03 17:35:51 +00:00
Cheng-Lung Sung
97915044af - Update to 1.4 2006-09-27 15:25:48 +00:00
Cheng-Lung Sung
0735885026 - Update to 1.3
- Transfer maintainership to perl@

PR:		ports/103631
Submitted by:	maintainer (Gea-Suan Lin)
2006-09-26 14:51:21 +00:00
Cheng-Lung Sung
09c4ec343e Add p5-POE-Filter-Bzip2 1.2, a POE filter wrapped around
Compress::Bzip2.

PR:		ports/100953
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2006-07-28 03:23:38 +00:00