From 36d179240da043a094a171b1549c7e47c1b6758c Mon Sep 17 00:00:00 2001 From: Philippe Audeoud Date: Tue, 18 Dec 2012 15:20:39 +0000 Subject: [PATCH] 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 --- finance/Makefile | 1 + finance/p5-Business-Stripe/Makefile | 24 ++++++++++++++++++++++++ finance/p5-Business-Stripe/distinfo | 2 ++ finance/p5-Business-Stripe/pkg-descr | 4 ++++ finance/p5-Business-Stripe/pkg-plist | 6 ++++++ 5 files changed, 37 insertions(+) create mode 100644 finance/p5-Business-Stripe/Makefile create mode 100644 finance/p5-Business-Stripe/distinfo create mode 100644 finance/p5-Business-Stripe/pkg-descr create mode 100644 finance/p5-Business-Stripe/pkg-plist diff --git a/finance/Makefile b/finance/Makefile index 7686eac31b11..58ecfa831c92 100644 --- a/finance/Makefile +++ b/finance/Makefile @@ -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 diff --git a/finance/p5-Business-Stripe/Makefile b/finance/p5-Business-Stripe/Makefile new file mode 100644 index 000000000000..803d5752de43 --- /dev/null +++ b/finance/p5-Business-Stripe/Makefile @@ -0,0 +1,24 @@ +# Created by: Vick Khera +# $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 diff --git a/finance/p5-Business-Stripe/distinfo b/finance/p5-Business-Stripe/distinfo new file mode 100644 index 000000000000..5cf50e71f553 --- /dev/null +++ b/finance/p5-Business-Stripe/distinfo @@ -0,0 +1,2 @@ +SHA256 (Business-Stripe-0.04.tar.gz) = 340bddb22e3b4c6bb95f82f742a7726d7895908e2b4f8a0fef9fb03da1b2281d +SIZE (Business-Stripe-0.04.tar.gz) = 6412 diff --git a/finance/p5-Business-Stripe/pkg-descr b/finance/p5-Business-Stripe/pkg-descr new file mode 100644 index 000000000000..6baec06a8c99 --- /dev/null +++ b/finance/p5-Business-Stripe/pkg-descr @@ -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/ diff --git a/finance/p5-Business-Stripe/pkg-plist b/finance/p5-Business-Stripe/pkg-plist new file mode 100644 index 000000000000..da21f18e33ad --- /dev/null +++ b/finance/p5-Business-Stripe/pkg-plist @@ -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