diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2019-04-09 09:01:13 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2019-04-09 09:01:13 +0000 |
commit | f6245b31ccc7f66ff2665848b46e9011151008ae (patch) | |
tree | d84dbc4d0a207f477254d201072f5317590b1cb2 | |
parent | devel/catch: update to 2.7.1 (diff) |
- Add LICENSE
- Add NO_ARCH
- Add WWW
Approved by: portmgr blanket
-rw-r--r-- | finance/p5-Business-OnlinePayment-MerchantCommerce/Makefile | 4 | ||||
-rw-r--r-- | finance/p5-Business-OnlinePayment-MerchantCommerce/pkg-descr | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/finance/p5-Business-OnlinePayment-MerchantCommerce/Makefile b/finance/p5-Business-OnlinePayment-MerchantCommerce/Makefile index b50658f70433..c5b07d6918df 100644 --- a/finance/p5-Business-OnlinePayment-MerchantCommerce/Makefile +++ b/finance/p5-Business-OnlinePayment-MerchantCommerce/Makefile @@ -11,10 +11,14 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Business::OnlinePayment backend module for MerchantCommerce authorization service +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Business-OnlinePayment>=0:finance/p5-Business-OnlinePayment USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include <bsd.port.mk> diff --git a/finance/p5-Business-OnlinePayment-MerchantCommerce/pkg-descr b/finance/p5-Business-OnlinePayment-MerchantCommerce/pkg-descr index b2cba2165c67..bd25046a9888 100644 --- a/finance/p5-Business-OnlinePayment-MerchantCommerce/pkg-descr +++ b/finance/p5-Business-OnlinePayment-MerchantCommerce/pkg-descr @@ -1,2 +1,4 @@ This is Business::OnlinePayment::MerchantCommerce, an Business::OnlinePayment backend module for MerchantCommerce authorization service. + +WWW: https://metacpan.org/release/Business-OnlinePayment-MerchantCommerce |