svn commit: r496939 - head/finance/p5-Business-OnlinePayment-SurePay

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Mar 27 09:01:09 UTC 2019


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 at 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


More information about the svn-ports-all mailing list