Date: Wed, 27 Mar 2019 09:01:08 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r496939 - head/finance/p5-Business-OnlinePayment-SurePay Message-ID: <201903270901.x2R918Rk040654@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Wed Mar 27 09:01:08 2019 New Revision: 496939 URL: https://svnweb.freebsd.org/changeset/ports/496939 Log: - Add LICENSE - Add NO_ARCH - Add WWW Approved by: portmgr blanket Modified: head/finance/p5-Business-OnlinePayment-SurePay/Makefile head/finance/p5-Business-OnlinePayment-SurePay/pkg-descr Modified: head/finance/p5-Business-OnlinePayment-SurePay/Makefile ============================================================================== --- head/finance/p5-Business-OnlinePayment-SurePay/Makefile Wed Mar 27 08:56:35 2019 (r496938) +++ head/finance/p5-Business-OnlinePayment-SurePay/Makefile Wed Mar 27 09:01:08 2019 (r496939) @@ -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/;' \ Modified: head/finance/p5-Business-OnlinePayment-SurePay/pkg-descr ============================================================================== --- head/finance/p5-Business-OnlinePayment-SurePay/pkg-descr Wed Mar 27 08:56:35 2019 (r496938) +++ head/finance/p5-Business-OnlinePayment-SurePay/pkg-descr Wed Mar 27 09:01:08 2019 (r496939) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903270901.x2R918Rk040654>