Commit graph

13 commits

Author SHA1 Message Date
Mathieu Arnold
cb41fc6623 Fix license information for portgs that use "the same license as Perl".
Sponsored by:	Absolight
2017-09-15 08:58:46 +00:00
Sunpoet Po-Chuan Hsieh
1ffbce1bc0 - Update to 0.06
- 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
2016-11-19 17:10:26 +00:00
Mathieu Arnold
06b6315ce1 Starting at ExtUtils::MakeMaker 7.06 and Perl 5.25.1, the base
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
2016-05-30 15:33:44 +00:00
Mathieu Arnold
4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00
Adam Weinberger
1d725d4e83 Reassign perl modules from ports@ to the perl@ collective. 2015-12-26 16:53:30 +00:00
Dmitry Marakasov
b4ce98d0dd - Add LICENSE
- Add NO_ARCH
2015-12-08 17:31:38 +00:00
Bartek Rutkowski
8c7eb03d32 finance/p5-Business-Stripe: update 0.04 -> 0.05
- Reset maintainership upon maintainer's request

PR:		204678
Submitted by:	Vick Khera <vivek@khera.org> (maintainer)
2015-11-27 11:20:38 +00:00
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
2ed225dfde Cleanup plist 2014-10-27 12:39:32 +00:00
Andrej Zverev
1480bef1b3 - stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-05 12:33:14 +00:00
Baptiste Daroussin
1c7169ab74 Add NO_STAGE all over the place in preparation for the staging support (cat: finance) 2013-09-20 17:18:38 +00:00
Andrej Zverev
46f9eb7bdb - convert to the new perl5 framework
Approved by:	portmgr (bapt@, blanket)
2013-09-02 09:44:14 +00:00
Philippe Audeoud
36d179240d Provides common bindings for Stripe payment system. Any API calls that do not
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
2012-12-18 15:20:39 +00:00