diff options
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"). |