aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Excel-Writer-XLSX/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Update to 1.03Sunpoet Po-Chuan Hsieh2019-12-291-1/+1
| | | | | | | Changes: https://metacpan.org/changes/distribution/Excel-Writer-XLSX Notes: svn path=/head/; revision=521306
* Update to 1.02Sunpoet Po-Chuan Hsieh2019-11-131-1/+1
| | | | | | | Changes: https://metacpan.org/changes/distribution/Excel-Writer-XLSX Notes: svn path=/head/; revision=517437
* Update to 1.01Sunpoet Po-Chuan Hsieh2019-10-281-1/+1
| | | | | | | Changes: https://metacpan.org/changes/distribution/Excel-Writer-XLSX Notes: svn path=/head/; revision=515916
* Update to 1.00Sunpoet Po-Chuan Hsieh2019-04-081-1/+1
| | | | | | | Changes: https://metacpan.org/changes/distribution/Excel-Writer-XLSX Notes: svn path=/head/; revision=498415
* Update to 0.99Sunpoet Po-Chuan Hsieh2019-02-111-3/+4
| | | | | | | Changes: https://metacpan.org/changes/distribution/Excel-Writer-XLSX Notes: svn path=/head/; revision=492718
* Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, exceptDag-Erling Smørgrav2018-10-061-2/+2
| | | | | | | | | | for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw) Notes: svn path=/head/; revision=481365
* Update to 0.98Sunpoet Po-Chuan Hsieh2018-04-151-1/+1
| | | | | | | Changes: http://search.cpan.org/dist/Excel-Writer-XLSX/Changes Notes: svn path=/head/; revision=467421
* Update to 0.97Sunpoet Po-Chuan Hsieh2018-04-111-1/+1
| | | | | | | Changes: http://search.cpan.org/dist/Excel-Writer-XLSX/Changes Notes: svn path=/head/; revision=467084
* Update to 0.96Sunpoet Po-Chuan Hsieh2017-09-181-1/+1
| | | | | | | Changes: http://search.cpan.org/dist/Excel-Writer-XLSX/Changes Notes: svn path=/head/; revision=450063
* Fix license information for portgs that use "the same license as Perl".Mathieu Arnold2017-09-151-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=449893
* - Update to 0.95Sunpoet Po-Chuan Hsieh2016-06-261-1/+1
| | | | | | | Changes: http://search.cpan.org/dist/Excel-Writer-XLSX/Changes Notes: svn path=/head/; revision=417563
* - Update to 0.90Sunpoet Po-Chuan Hsieh2016-05-191-1/+1
| | | | | | | Changes: http://search.cpan.org/dist/Excel-Writer-XLSX/Changes Notes: svn path=/head/; revision=415473
* - Update to 0.89Sunpoet Po-Chuan Hsieh2016-04-171-1/+1
| | | | | | | Changes: http://search.cpan.org/dist/Excel-Writer-XLSX/Changes Notes: svn path=/head/; revision=413525
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* - Update to 0.88Sunpoet Po-Chuan Hsieh2016-01-171-1/+1
| | | | | | | | Changes: http://search.cpan.org/dist/Excel-Writer-XLSX/Changes Sponsored by: PortsCamp Taiwan Notes: svn path=/head/; revision=406344
* - Update to 0.86Sunpoet Po-Chuan Hsieh2015-10-191-1/+1
| | | | | | | Changes: http://search.cpan.org/dist/Excel-Writer-XLSX/Changes Notes: svn path=/head/; revision=399721
* - Update to 0.85Sunpoet Po-Chuan Hsieh2015-08-131-1/+2
| | | | | | | | | - Add NO_ARCH Changes: http://search.cpan.org/dist/Excel-Writer-XLSX/Changes Notes: svn path=/head/; revision=394097
* - Update to 0.84Sunpoet Po-Chuan Hsieh2015-04-221-1/+1
| | | | | | | Changes: http://search.cpan.org/dist/Excel-Writer-XLSX/Changes Notes: svn path=/head/; revision=384503
* - Update to 0.83Sunpoet Po-Chuan Hsieh2015-03-181-1/+1
| | | | | | | Changes: http://search.cpan.org/dist/Excel-Writer-XLSX/Changes Notes: svn path=/head/; revision=381558
* - Update to 0.82Sunpoet Po-Chuan Hsieh2015-03-151-2/+1
| | | | | | | Changes: http://search.cpan.org/dist/Excel-Writer-XLSX/Changes Notes: svn path=/head/; revision=381304
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-261-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=373448
* - Update to 0.81Sunpoet Po-Chuan Hsieh2014-11-241-1/+1
| | | | | | | Changes: http://search.cpan.org/dist/Excel-Writer-XLSX/Changes Notes: svn path=/head/; revision=373265
* - Update to 0.78Sunpoet Po-Chuan Hsieh2014-10-011-1/+1
| | | | | | | | | - Cleanup PLIST Changes: http://search.cpan.org/dist/Excel-Writer-XLSX/Changes Notes: svn path=/head/; revision=369757
* - Update to 0.77Sunpoet Po-Chuan Hsieh2014-05-081-1/+1
| | | | | | | Changes: http://search.cpan.org/dist/Excel-Writer-XLSX/Changes Notes: svn path=/head/; revision=353241
* - Update to 0.76Sunpoet Po-Chuan Hsieh2014-01-021-1/+1
| | | | | | | Changes: http://search.cpan.org/dist/Excel-Writer-XLSX/Changes Notes: svn path=/head/; revision=338455
* - Update to 0.75Sunpoet Po-Chuan Hsieh2013-12-031-1/+1
| | | | | | | Changes: http://search.cpan.org/dist/Excel-Writer-XLSX/Changes Notes: svn path=/head/; revision=335566
* - Update to 0.74Sunpoet Po-Chuan Hsieh2013-11-191-1/+1
| | | | | | | Changes: http://search.cpan.org/dist/Excel-Writer-XLSX/Changes Notes: svn path=/head/; revision=334351
* - Update to 0.73Sunpoet Po-Chuan Hsieh2013-11-091-1/+1
| | | | | | | Changes: http://search.cpan.org/dist/Excel-Writer-XLSX/Changes Notes: svn path=/head/; revision=333320
* - Support STAGEDIRSunpoet Po-Chuan Hsieh2013-09-301-33/+0
| | | | Notes: svn path=/head/; revision=328854
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | textproc) Notes: svn path=/head/; revision=327773
* - Update to 0.72Sunpoet Po-Chuan Hsieh2013-08-291-1/+1
| | | | | | | Changes: http://search.cpan.org/dist/Excel-Writer-XLSX/Changes Notes: svn path=/head/; revision=325629
* - Update to 0.71Sunpoet Po-Chuan Hsieh2013-08-271-1/+1
| | | | | | | Changes: http://search.cpan.org/dist/Excel-Writer-XLSX/Changes Notes: svn path=/head/; revision=325465
* - Convert to new perl frameworkSunpoet Po-Chuan Hsieh2013-08-211-1/+2
| | | | Notes: svn path=/head/; revision=325134
* - Update to 0.70Sunpoet Po-Chuan Hsieh2013-07-101-1/+1
| | | | | | | Changes: http://search.cpan.org/dist/Excel-Writer-XLSX/Changes Notes: svn path=/head/; revision=322601
* - Update to 0.69Sunpoet Po-Chuan Hsieh2013-06-221-1/+1
| | | | | | | Changes: http://search.cpan.org/dist/Excel-Writer-XLSX/Changes Notes: svn path=/head/; revision=321522
* - Update to 0.68Sunpoet Po-Chuan Hsieh2013-06-131-1/+1
| | | | | | | Changes: http://search.cpan.org/dist/Excel-Writer-XLSX/Changes Notes: svn path=/head/; revision=320779
* - Update to 0.67Sunpoet Po-Chuan Hsieh2013-05-081-1/+1
| | | | | | | Changes: http://search.cpan.org/dist/Excel-Writer-XLSX/Changes Notes: svn path=/head/; revision=317672
* - Update to 0.66Sunpoet Po-Chuan Hsieh2013-04-181-1/+1
| | | | | | | | Changes: http://search.cpan.org/dist/Excel-Writer-XLSX/Changes Feature safe: yes Notes: svn path=/head/; revision=316050
* - Update to 0.65Sunpoet Po-Chuan Hsieh2013-01-301-1/+1
| | | | | | | Changes: http://search.cpan.org/dist/Excel-Writer-XLSX/Changes Notes: svn path=/head/; revision=311250
* - Update to 0.64Sunpoet Po-Chuan Hsieh2012-12-231-1/+1
| | | | | | | Changes: http://search.cpan.org/dist/Excel-Writer-XLSX/Changes Notes: svn path=/head/; revision=309432
* - Update to 0.62Sunpoet Po-Chuan Hsieh2012-12-141-1/+1
| | | | | | | Changes: http://search.cpan.org/dist/Excel-Writer-XLSX/Changes Notes: svn path=/head/; revision=308886
* - Update to 0.60Sunpoet Po-Chuan Hsieh2012-12-081-1/+1
| | | | | | | | Changes: http://search.cpan.org/dist/Excel-Writer-XLSX/Changes Feature safe: yes Notes: svn path=/head/; revision=308472
* - Update to 0.59Sunpoet Po-Chuan Hsieh2012-12-051-7/+4
| | | | | | | | | | - Cleanup Makefile header Changes: http://search.cpan.org/dist/Excel-Writer-XLSX/Changes Feature safe: yes Notes: svn path=/head/; revision=308311
* - Update to 0.51Sunpoet Po-Chuan Hsieh2012-09-281-1/+3
| | | | | | | | | - Add TEST_DEPENDS Changes: http://search.cpan.org/dist/Excel-Writer-XLSX/Changes Notes: svn path=/head/; revision=304980
* - Update to 0.50Sunpoet Po-Chuan Hsieh2012-09-141-1/+2
| | | | | | | Changes: http://search.cpan.org/dist/Excel-Writer-XLSX/Changes Notes: svn path=/head/; revision=304242
* - Update to 0.49Sunpoet Po-Chuan Hsieh2012-07-131-2/+2
| | | | | | | Changes: http://search.cpan.org/dist/Excel-Writer-XLSX/Changes Notes: svn path=/head/; revision=300830
* - Update to 0.48Sunpoet Po-Chuan Hsieh2012-06-261-1/+5
| | | | | | | | | - Add LICENSE Changes: http://search.cpan.org/dist/Excel-Writer-XLSX/Changes Notes: svn path=/head/; revision=300011
* - Update to 0.47Sunpoet Po-Chuan Hsieh2012-04-021-1/+1
| | | | | | | | Changes: http://search.cpan.org/dist/Excel-Writer-XLSX/Changes Feature safe: yes Notes: svn path=/head/; revision=294118
* - Update to 0.46Sunpoet Po-Chuan Hsieh2012-02-101-1/+1
| | | | | | | Changes: http://search.cpan.org/dist/Excel-Writer-XLSX/Changes Notes: svn path=/head/; revision=290832
* - Update to 0.45Sunpoet Po-Chuan Hsieh2012-01-131-1/+1
| | | | | | | Changes: http://search.cpan.org/dist/Excel-Writer-XLSX/Changes Notes: svn path=/head/; revision=289071