Commit graph

12 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
1733805e72 Cleanup plist 2014-10-27 12:19:12 +00:00
Antoine Brodin
d7a12c0af3 Update distinfo
Pointyhat:	pi
2014-08-07 05:55:47 +00:00
Kurt Jaeger
3c71bb81c8 editors/p5-Proc-InvokeEditor: 1.06 -> 1.07
- Apply patch from Brian Fraser to work on android
2014-08-06 15:21:53 +00:00
Vanilla I. Shu
52a68b2d9c Support STAGEDIR. 2013-11-03 09:39:04 +00:00
Baptiste Daroussin
68ede13b49 Add NO_STAGE all over the place in preparation for the staging support (cat: editors) 2013-09-20 16:36:23 +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
Steve Wills
cba84ec149 - Add missing BUILD_DEPENDS and RUN_DEPENDS [1]
- Reassign to perl@ [2]

PR:		ports/164524 [1]
Submitted by:   swills (myself) [1]
Approved by:    bapt (maintainer) [1]
Requested by:   bapt (maintainer, via IRC) [2]
2012-01-30 02:19:30 +00:00
Frederic Culot
a288d48de7 - Fix LICENSE (Artistic 1 instead of Artistic 2)
- Pet portlint(1)

PR:		ports/161336
Submitted by:	Simon Olofsson <simon@olofsson.de>
2011-10-07 11:22:46 +00:00
Baptiste Daroussin
598f2b73ea - update to 1.06
- changes: http://cpansearch.perl.org/src/MSTEVENS/Proc-InvokeEditor-1.06/Changes
2011-04-27 06:12:19 +00:00
Baptiste Daroussin
e5e5346cf2 This module provides a simple API to calling an external text editor
from within your perl program.

WWW:    http://search.cpan.org/dist/Proc-InvokeEditor/
2011-04-05 12:02:48 +00:00