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
76983a17d1 - Support STAGEDIR 2013-09-28 17:12:38 +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
Mathieu Arnold
bac361c8e9 Update to 1.7.0. 2013-06-05 08:08:59 +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
1b000dfa39 - Assign clsung's p5- ports to perl@
Approved by:	clsung via IRC
2012-05-01 01:47:10 +00:00
Andrej Zverev
dec946ad51 - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
- Remove MD5 checksum
2011-06-20 08:37:15 +00:00
Steve Wills
828ed88bde - Make dependency on archivers/p5-Compress-LZF and devel/p5-POE a build
dependency as well as run dependency to silence build warnings
2011-05-19 02:03:57 +00:00
Andrej Zverev
d4b8ac488f Fix fetch issue. 2011-02-26 16:56:48 +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
Cheng-Lung Sung
d19de5b41d - Update to 1.6.8 (1.68)
Changes:	http://search.cpan.org/dist/POE-Filter-LZF/Changes
2008-07-26 01:48:38 +00:00
Yen-Ming Lee
0516f0682a - update to 1.66
Submitted by:	leeym
Approved by:	clsung
2008-03-11 08:14:43 +00:00
Cheng-Lung Sung
fc5cb96978 - Update to 1.6.4 (1.64)
Changes:		http://search.cpan.org/dist/POE-Filter-LZF/Changes
2008-01-05 06:33:39 +00:00
Cheng-Lung Sung
2d5be49c59 - Update to 1.6.2 2007-08-07 02:21:36 +00:00
Cheng-Lung Sung
15e68fa6c8 - Update to 1.6.1 2007-02-27 14:26:27 +00:00
Cheng-Lung Sung
a077224b25 - Update to 1.60 2007-02-05 02:24:15 +00:00
Cheng-Lung Sung
b5f5d08101 Add p5-POE-Filter-LZF 1.5, a POE filter wrapped around Compress::LZF.
PR:		ports/103096
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2006-09-27 08:45:14 +00:00