Commit graph

17 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
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
Anton Berezin
01def2a168 Update to 0.14.
Changes: http://search.cpan.org/dist/Spreadsheet-WriteExcelXML/Changes
2012-12-16 15:53:07 +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
ffd7f7b757 - update to 0.13
- add WWW
- add licenses
- changes: http://cpansearch.perl.org/src/JMCNAMARA/Spreadsheet-WriteExcelXML-0.13/Changes
2011-03-25 22:56:20 +00:00
Anton Berezin
362332e97f Update to 0.12.
Changes: http://search.cpan.org/dist/Spreadsheet-WriteExcelXML/Changes
Feature safe:	yes
2011-01-12 08:57:43 +00:00
Anton Berezin
8c71912e64 Update to 0.11.
Changes: http://search.cpan.org/dist/Spreadsheet-WriteExcelXML/Changes
2010-03-22 08:48:24 +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
Mathieu Arnold
b71157a2ae Take a perl@ hat and add SHA256 checksums 2005-11-14 15:05:17 +00:00
Anton Berezin
29bbd9abab Update to 0.10, assign maintainership to perl. 2005-05-24 14:33:04 +00:00
Lars Thegler
526beb4c34 Update to 0.08 2005-03-02 11:46:27 +00:00
Erwin Lansing
3a8a22b697 Update to 0.05 2004-07-24 22:01:18 +00:00
Erwin Lansing
2154880bfa Update to 0.03 2004-06-03 13:43:42 +00:00
Maxim Sobolev
2c4323420f Add p5-Spreadsheet-WriteExcelXML 0.02, module for creating an Excel file in XML
format.
2004-05-07 19:37:37 +00:00