1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

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
This commit is contained in:
Philippe Audeoud 2012-12-18 15:20:39 +00:00
parent 4796b52f1f
commit 36d179240d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=309189
5 changed files with 37 additions and 0 deletions

View File

@ -68,6 +68,7 @@
SUBDIR += p5-Business-OnlinePayment-eSec
SUBDIR += p5-Business-OnlinePayment-iAuthorizer
SUBDIR += p5-Business-PayPal-IPN
SUBDIR += p5-Business-Stripe
SUBDIR += p5-Business-TW-Invoice-U420
SUBDIR += p5-Business-TW-TSIB-CStorePayment
SUBDIR += p5-Business-TW-TSIB-VirtualAccount

View File

@ -0,0 +1,24 @@
# Created by: Vick Khera <vivek@khera.org>
# $FreeBSD$
PORTNAME= Business-Stripe
PORTVERSION= 0.04
CATEGORIES= finance perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= vivek@khera.org
COMMENT= Perl5 module interface for the Stripe.com payment system
RUN_DEPENDS= p5-HTTP-Message>=0.0:${PORTSDIR}/www/p5-HTTP-Message \
p5-JSON>=0.0:${PORTSDIR}/converters/p5-JSON \
p5-libwww>0.0:${PORTSDIR}/www/p5-libwww \
p5-MIME-Base64>=0.0:${PORTSDIR}/converters/p5-MIME-Base64
WRKSRC= ${WRKDIR}/aquaron-Business-Stripe-c067843
PERL_CONFIGURE= YES
MAN3= Business::Stripe.3 Business::README.3
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (Business-Stripe-0.04.tar.gz) = 340bddb22e3b4c6bb95f82f742a7726d7895908e2b4f8a0fef9fb03da1b2281d
SIZE (Business-Stripe-0.04.tar.gz) = 6412

View File

@ -0,0 +1,4 @@
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/

View File

@ -0,0 +1,6 @@
%%SITE_PERL%%/Business/README.pod
%%SITE_PERL%%/Business/Stripe.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/Stripe/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/Stripe
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business
@dirrmtry %%SITE_PERL%%/Business