Commit graph

18 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
Vanilla I. Shu
fb2d5da4eb Support STAGEDIR. 2013-11-07 03:52:41 +00:00
Baptiste Daroussin
0068f2d47f Add NO_STAGE all over the place in preparation for the staging support (cat: textproc) 2013-09-20 23:17:30 +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
Frederic Culot
8be486dbe2 - Update to 2013.0523
- Add WWW link to pkg-descr

Changes:	http://search.cpan.org/dist/Text-Tabs+Wrap/CHANGELOG
2013-07-22 13:13:20 +00:00
Anton Berezin
f069b5e5fc Update to 2012.0818.
Changes: http://search.cpan.org/dist/Text-Tabs+Wrap/CHANGELOG
2012-12-27 15:45:27 +00:00
Philippe Audeoud
354b25a277 - Cleaning MD5 in perl@'s ports
Approved by:	erwin@ (portmgr)
2011-05-17 11:14:02 +00:00
Yen-Ming Lee
cc4b09fcc1 - update to 2009.0305 2009-03-09 00:32:55 +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
Cheng-Lung Sung
9666a53e00 - Update to 2006.1117
- maintainer pass to perl@

PR:		ports/107506
Submitted by:	clsung
Approved by:	maintainer (Toby Allsopp <toby_AT_mi6 dot gen dot nz>)
2007-01-05 01:45:36 +00:00
Cheng-Lung Sung
65af27dcbe - Update to 2006.0711
PR:		ports/100090
Submitted by:	clsung
Approved by:	maintainer (Toby Allsopp)
2006-07-12 05:49:45 +00:00
Yen-Ming Lee
ceeec096cc - Update to 2005.0824
PR:		98195
Submitted by:	leeym
Approved by:	maintainer
2006-05-31 05:56:38 +00:00
Edwin Groothuis
84b1517c16 SHA256ify
Approved by: krion@
2006-01-24 03:16:52 +00:00
Edwin Groothuis
508b8d82f4 Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 03:01:03 +00:00
Cheng-Lung Sung
0783e00331 - To avoid warning when uninstall this package.
- by maintainer timeout.

PR:		ports/72673
Approved by:	co-mentor (vanilla)
2004-11-04 02:49:36 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Ying-Chieh Liao
c634b4bb83 utilize SITE_PERL
PR:		58166
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>
2003-10-24 12:05:09 +00:00
Max Khon
4f389c03da New port: very simple paragraph formatter
PR:		47882
2003-03-24 14:37:47 +00:00