debian package for 3.24 release
[Business-OnlinePayment-AuthorizeNet.git] / debian / control
1 Source: libbusiness-onlinepayment-authorizenet-perl
2 Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
3 Uploaders: Ivan Kohler <ivan-debian@420.am>,
4            Xavier Guimard <x.guimard@free.fr>
5 Section: perl
6 Testsuite: autopkgtest-pkg-perl
7 Priority: optional
8 Build-Depends: debhelper (>= 9)
9 Build-Depends-Indep: libbusiness-onlinepayment-perl,
10                      libtext-csv-xs-perl,
11                      libxml-simple-perl,
12                      libxml-writer-perl,
13                      perl
14 Standards-Version: 3.9.6
15 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libbusiness-onlinepayment-authorizenet-perl.git
16 Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libbusiness-onlinepayment-authorizenet-perl.git
17 Homepage: https://metacpan.org/release/Business-OnlinePayment-AuthorizeNet
18
19 Package: libbusiness-onlinepayment-authorizenet-perl
20 Architecture: all
21 Depends: ${misc:Depends},
22          ${perl:Depends},
23          libbusiness-onlinepayment-perl,
24          libtext-csv-xs-perl,
25          libxml-simple-perl,
26          libxml-writer-perl
27 Description: AuthorizeNet backend for Business::OnlinePayment
28  Business::OnlinePayment::AuthorizeNet is a Business::OnlinePayment backend
29  module for Authorize.Net.  It is only useful if you have a merchant account
30  with Authorize.Net: http://www.authorize.net/
31  .
32  Business::OnlinePayment is a generic interface for processing payments through
33  online credit card processors, online check acceptance houses, etc.  (If you
34  like buzzwords, call it an "multiplatform ecommerce-enabling middleware
35  solution").