diff options
author | Mark Wells <mark@freeside.biz> | 2016-06-15 11:20:13 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2016-06-15 11:20:13 -0700 |
commit | d671ec06a4c95f076dcf631f91525ccedd22caf5 (patch) | |
tree | e467e5bfef1872f30f4ccd5ae29fad882978549b /debian/control | |
parent | b7c89634cd29d02e48767fbf177b5a66c4f4ad86 (diff) |
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..0652f30 --- /dev/null +++ b/debian/control @@ -0,0 +1,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"). |