mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +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:
parent
4796b52f1f
commit
36d179240d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=309189
@ -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
|
||||
|
24
finance/p5-Business-Stripe/Makefile
Normal file
24
finance/p5-Business-Stripe/Makefile
Normal 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>
|
2
finance/p5-Business-Stripe/distinfo
Normal file
2
finance/p5-Business-Stripe/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Business-Stripe-0.04.tar.gz) = 340bddb22e3b4c6bb95f82f742a7726d7895908e2b4f8a0fef9fb03da1b2281d
|
||||
SIZE (Business-Stripe-0.04.tar.gz) = 6412
|
4
finance/p5-Business-Stripe/pkg-descr
Normal file
4
finance/p5-Business-Stripe/pkg-descr
Normal 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/
|
6
finance/p5-Business-Stripe/pkg-plist
Normal file
6
finance/p5-Business-Stripe/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user