X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=debian%2Fcontrol;fp=debian%2Fcontrol;h=0652f30eef3c67b22bf11f5c3e300b31fa9bc80a;hb=d671ec06a4c95f076dcf631f91525ccedd22caf5;hp=0000000000000000000000000000000000000000;hpb=b7c89634cd29d02e48767fbf177b5a66c4f4ad86;p=Business-OnlinePayment-AuthorizeNet.git 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 +Uploaders: Ivan Kohler , + Xavier Guimard +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").