aboutsummaryrefslogtreecommitdiff
path: root/finance/p5-Business-Stripe
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update to 0.07Sunpoet Po-Chuan Hsieh2019-07-272-4/+4
| | | | | | | Changes: https://metacpan.org/changes/distribution/Business-Stripe Notes: svn path=/head/; revision=507435
* 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
* Fix a few Perl ports with Perl 5.28.Mathieu Arnold2018-06-291-1/+0
| | | | | | | | | | | | | Starting at ExtUtils::MakeMaker 7.31_06 and Perl 5.27.1, the base README.pod is no longer installed. So stop installing them altogether. PR: 229112 Reported by: many Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D15946 Notes: svn path=/head/; revision=473539
* Update WWWSunpoet Po-Chuan Hsieh2018-05-271-1/+1
| | | | | | | | | | search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl Notes: svn path=/head/; revision=470993
* 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.06Sunpoet Po-Chuan Hsieh2016-11-192-9/+9
| | | | | | | | | | | - Add BUILD_DEPENDS - Fix *_DEPENDS: MIME::Base64 is already in all supported Perl releases - Pet portlint Changes: http://search.cpan.org/dist/Business-Stripe/Changes Notes: svn path=/head/; revision=426490
* Starting at ExtUtils::MakeMaker 7.06 and Perl 5.25.1, the baseMathieu Arnold2016-05-302-1/+1
| | | | | | | | | | | | README.pod is no longer manified into a README.3, as the README.pod is installed and can be read with perldoc, remove the README.3 files that may be generated. With hat: perl@ Sponsored by: Absolight Notes: svn path=/head/; revision=416157
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-4/+4
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* Reassign perl modules from ports@ to the perl@ collective.Adam Weinberger2015-12-261-1/+1
| | | | Notes: svn path=/head/; revision=404535
* - Add LICENSEDmitry Marakasov2015-12-081-0/+4
| | | | | | | - Add NO_ARCH Notes: svn path=/head/; revision=403313
* finance/p5-Business-Stripe: update 0.04 -> 0.05Bartek Rutkowski2015-11-272-7/+4
| | | | | | | | | | - Reset maintainership upon maintainer's request PR: 204678 Submitted by: Vick Khera <vivek@khera.org> (maintainer) Notes: svn path=/head/; revision=402479
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-1/+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
* Cleanup plistBaptiste Daroussin2014-10-271-3/+0
| | | | Notes: svn path=/head/; revision=371564
* - stage supportAndrej Zverev2014-01-052-3/+2
| | | | | | | Approved by: portmgr (blanket infrastructure) Notes: svn path=/head/; revision=338757
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | finance) Notes: svn path=/head/; revision=327727
* - convert to the new perl5 frameworkAndrej Zverev2013-09-021-1/+2
| | | | | | | Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=325960
* Provides common bindings for Stripe payment system. Any API calls that do notPhilippe Audeoud2012-12-184-0/+36
have bindings can be access through the generic api method. WWW: http://search.cpan.org/dist/Business-Stripe/ PR: ports/174268 Submitted by: vivek@khera.org Notes: svn path=/head/; revision=309189