Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Dec 2012 15:20:40 +0000 (UTC)
From:      Philippe Audeoud <jadawin@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r309189 - in head/finance: . p5-Business-Stripe
Message-ID:  <201212181520.qBIFKeFS071043@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jadawin
Date: Tue Dec 18 15:20:39 2012
New Revision: 309189
URL: http://svnweb.freebsd.org/changeset/ports/309189

Log:
  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

Added:
  head/finance/p5-Business-Stripe/
  head/finance/p5-Business-Stripe/Makefile   (contents, props changed)
  head/finance/p5-Business-Stripe/distinfo   (contents, props changed)
  head/finance/p5-Business-Stripe/pkg-descr   (contents, props changed)
  head/finance/p5-Business-Stripe/pkg-plist   (contents, props changed)
Modified:
  head/finance/Makefile

Modified: head/finance/Makefile
==============================================================================
--- head/finance/Makefile	Tue Dec 18 14:59:20 2012	(r309188)
+++ head/finance/Makefile	Tue Dec 18 15:20:39 2012	(r309189)
@@ -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

Added: head/finance/p5-Business-Stripe/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/finance/p5-Business-Stripe/Makefile	Tue Dec 18 15:20:39 2012	(r309189)
@@ -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>

Added: head/finance/p5-Business-Stripe/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/finance/p5-Business-Stripe/distinfo	Tue Dec 18 15:20:39 2012	(r309189)
@@ -0,0 +1,2 @@
+SHA256 (Business-Stripe-0.04.tar.gz) = 340bddb22e3b4c6bb95f82f742a7726d7895908e2b4f8a0fef9fb03da1b2281d
+SIZE (Business-Stripe-0.04.tar.gz) = 6412

Added: head/finance/p5-Business-Stripe/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/finance/p5-Business-Stripe/pkg-descr	Tue Dec 18 15:20:39 2012	(r309189)
@@ -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/

Added: head/finance/p5-Business-Stripe/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/finance/p5-Business-Stripe/pkg-plist	Tue Dec 18 15:20:39 2012	(r309189)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212181520.qBIFKeFS071043>