aboutsummaryrefslogtreecommitdiff
path: root/converters/p5-JSON-PP/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update to 4.06Sunpoet Po-Chuan Hsieh2021-01-261-3/+3
| | | | | | | Changes: https://metacpan.org/changes/distribution/JSON-PP Notes: svn path=/head/; revision=562761
* Update to 4.05Sunpoet Po-Chuan Hsieh2020-07-091-1/+1
| | | | | | | Changes: https://metacpan.org/changes/distribution/JSON-PP Notes: svn path=/head/; revision=541772
* Convert REINPLACE_CMD to patch fileSunpoet Po-Chuan Hsieh2020-05-081-2/+1
| | | | Notes: svn path=/head/; revision=534429
* Update to 4.04Sunpoet Po-Chuan Hsieh2019-06-291-1/+1
| | | | | | | Changes: https://metacpan.org/changes/distribution/JSON-PP Notes: svn path=/head/; revision=505372
* Update to 4.03Sunpoet Po-Chuan Hsieh2019-06-201-1/+1
| | | | | | | Changes: https://metacpan.org/changes/distribution/JSON-PP Notes: svn path=/head/; revision=504711
* Update to 4.02Sunpoet Po-Chuan Hsieh2019-02-251-1/+1
| | | | | | | Changes: https://metacpan.org/changes/distribution/JSON-PP Notes: svn path=/head/; revision=493907
* Add PORTSCOUTSunpoet Po-Chuan Hsieh2018-12-061-2/+5
| | | | Notes: svn path=/head/; revision=486782
* Update to 2.97001Sunpoet Po-Chuan Hsieh2017-12-251-2/+2
| | | | | | | Changes: http://search.cpan.org/dist/JSON-PP/Changes Notes: svn path=/head/; revision=457228
* Update to 2.97000Sunpoet Po-Chuan Hsieh2017-12-111-2/+1
| | | | | | | Changes: http://search.cpan.org/dist/JSON-PP/Changes Notes: svn path=/head/; revision=455953
* 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 modifier: use :S instead of :CSunpoet Po-Chuan Hsieh2017-07-151-1/+1
| | | | Notes: svn path=/head/; revision=445926
* - Update to 2.94Sunpoet Po-Chuan Hsieh2017-06-271-1/+2
| | | | | | | Changes: http://search.cpan.org/dist/JSON-PP/Changes Notes: svn path=/head/; revision=444479
* - Update to 2.27400Sunpoet Po-Chuan Hsieh2016-04-251-2/+1
| | | | | | | Changes: http://search.cpan.org/dist/JSON-PP/Changes Notes: svn path=/head/; revision=413973
* - Add NO_ARCHSunpoet Po-Chuan Hsieh2015-09-171-0/+1
| | | | | | | - Sort PLIST Notes: svn path=/head/; revision=397131
* 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 2.27300Sunpoet Po-Chuan Hsieh2014-10-091-1/+1
| | | | | | | | | - Cleanup PLIST Changes: http://search.cpan.org/dist/JSON-PP/Changes Notes: svn path=/head/; revision=370542
* - Remove outdated PERL_LEVEL checkSunpoet Po-Chuan Hsieh2014-02-271-14/+1
| | | | Notes: svn path=/head/; revision=346394
* - Update to 2.27203Sunpoet Po-Chuan Hsieh2013-10-191-1/+1
| | | | | | | Changes: http://search.cpan.org/dist/JSON-PP/Changes Notes: svn path=/head/; revision=330923
* - Support STAGEDIRSunpoet Po-Chuan Hsieh2013-10-061-8/+3
| | | | | | | - Cleanup Makefile Notes: svn path=/head/; revision=329604
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | converters) Notes: svn path=/head/; revision=327715
* - Remove leading indefinite article from COMMENTSunpoet Po-Chuan Hsieh2013-08-211-1/+1
| | | | Notes: svn path=/head/; revision=325161
* - Convert to new perl frameworkSunpoet Po-Chuan Hsieh2013-08-211-1/+2
| | | | Notes: svn path=/head/; revision=325134
* - Update to 2.27202Sunpoet Po-Chuan Hsieh2013-03-141-7/+5
| | | | | | | | | | - Add LICENSE - Cleanup Makefile header Changes: http://search.cpan.org/dist/JSON-PP/Changes Notes: svn path=/head/; revision=314177
* - Rename bin/json_pp to bin/p5json_pp to avoid CONFLICTS with lang/perl5.14Sunpoet Po-Chuan Hsieh2011-09-171-2/+20
| | | | | | | | | | - Bump PORTREVISION for PLIST change Reported by: kwm Obtained from: lth (devel/p5-Module-CoreList) Notes: svn path=/head/; revision=281884
* - Update to 2.27200Sunpoet Po-Chuan Hsieh2011-05-241-1/+1
| | | | | | | Changes: http://search.cpan.org/dist/JSON-PP/Changes Notes: svn path=/head/; revision=274585
* - Update to 2.27105Sunpoet Po-Chuan Hsieh2011-04-261-1/+1
| | | | | | | Changes: http://search.cpan.org/dist/JSON-PP/Changes Notes: svn path=/head/; revision=273196
* - Add p5-JSON-PP 2.27104Sunpoet Po-Chuan Hsieh2011-03-041-0/+24
JSON::PP is a JSON::XS compatible pure-Perl module. WWW: http://search.cpan.org/dist/JSON-PP/ Notes: svn path=/head/; revision=270242