summaryrefslogtreecommitdiff
path: root/debian/control
blob: 0652f30eef3c67b22bf11f5c3e300b31fa9bc80a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Source: libbusiness-onlinepayment-authorizenet-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ivan Kohler <ivan-debian@420.am>,
           Xavier Guimard <x.guimard@free.fr>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libbusiness-onlinepayment-perl,
                     libtext-csv-xs-perl,
                     libxml-simple-perl,
                     libxml-writer-perl,
                     perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libbusiness-onlinepayment-authorizenet-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libbusiness-onlinepayment-authorizenet-perl.git
Homepage: https://metacpan.org/release/Business-OnlinePayment-AuthorizeNet

Package: libbusiness-onlinepayment-authorizenet-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libbusiness-onlinepayment-perl,
         libtext-csv-xs-perl,
         libxml-simple-perl,
         libxml-writer-perl
Description: AuthorizeNet backend for Business::OnlinePayment
 Business::OnlinePayment::AuthorizeNet is a Business::OnlinePayment backend
 module for Authorize.Net.  It is only useful if you have a merchant account
 with Authorize.Net: http://www.authorize.net/
 .
 Business::OnlinePayment is a generic interface for processing payments through
 online credit card processors, online check acceptance houses, etc.  (If you
 like buzzwords, call it an "multiplatform ecommerce-enabling middleware
 solution").