diff options
author | jadawin <jadawin@FreeBSD.org> | 2012-12-18 23:20:39 +0800 |
---|---|---|
committer | jadawin <jadawin@FreeBSD.org> | 2012-12-18 23:20:39 +0800 |
commit | dfff93ef583569734218fa47277800f7c693317c (patch) | |
tree | 3e0b0404d7aba61a473287998febf83b7f0be9fc /finance | |
parent | a006089d43d95cb9a10eea5e2f57598bcb08ee24 (diff) | |
download | freebsd-ports-gnome-dfff93ef583569734218fa47277800f7c693317c.tar.gz freebsd-ports-gnome-dfff93ef583569734218fa47277800f7c693317c.tar.zst freebsd-ports-gnome-dfff93ef583569734218fa47277800f7c693317c.zip |
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
Diffstat (limited to 'finance')
-rw-r--r-- | finance/Makefile | 1 | ||||
-rw-r--r-- | finance/p5-Business-Stripe/Makefile | 24 | ||||
-rw-r--r-- | finance/p5-Business-Stripe/distinfo | 2 | ||||
-rw-r--r-- | finance/p5-Business-Stripe/pkg-descr | 4 | ||||
-rw-r--r-- | finance/p5-Business-Stripe/pkg-plist | 6 |
5 files changed, 37 insertions, 0 deletions
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 <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> 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 |