diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2019-03-27 09:01:08 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2019-03-27 09:01:08 +0000 |
commit | e6c15ce106178f340246f067e09b7678771f7f19 (patch) | |
tree | da15d187ac033c2157ea3830cc6c21e759b6bd32 | |
parent | 6f8db9116757748957c3e3f0f20f71e6a8d524e9 (diff) | |
download | freebsd-ports-e6c15ce106178f340246f067e09b7678771f7f19.zip |
- Add LICENSE
- Add NO_ARCH
- Add WWW
Approved by: portmgr blanket
-rw-r--r-- | finance/p5-Business-OnlinePayment-SurePay/Makefile | 4 | ||||
-rw-r--r-- | finance/p5-Business-OnlinePayment-SurePay/pkg-descr | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/finance/p5-Business-OnlinePayment-SurePay/Makefile b/finance/p5-Business-OnlinePayment-SurePay/Makefile index fca290c2a7d2..36c46b0ffdcf 100644 --- a/finance/p5-Business-OnlinePayment-SurePay/Makefile +++ b/finance/p5-Business-OnlinePayment-SurePay/Makefile @@ -11,12 +11,16 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Business::OnlinePayment backend module for SurePay authorization service +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Business-CreditCard>=0:finance/p5-Business-CreditCard \ p5-Business-OnlinePayment>=0:finance/p5-Business-OnlinePayment USES= perl5 USE_PERL5= configure patch +NO_ARCH= yes post-patch: ${PERL} -pi -e 's/^our\s+([\$$\@\%]\w+)/use vars qw($$1);$$1/;' \ diff --git a/finance/p5-Business-OnlinePayment-SurePay/pkg-descr b/finance/p5-Business-OnlinePayment-SurePay/pkg-descr index 3521d242b04c..ef77234a2616 100644 --- a/finance/p5-Business-OnlinePayment-SurePay/pkg-descr +++ b/finance/p5-Business-OnlinePayment-SurePay/pkg-descr @@ -1,3 +1,5 @@ This is Business::OnlinePayment::SurePay, an Business::OnlinePayment backend module for SurePay authorization service. It is only useful if you have a merchant account with SurePay: http://www.surepay.com + +WWW: https://metacpan.org/release/AKHOBOV/Business-OnlinePayment-SurePay-0.01 |