Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Apr 2019 09:01:14 +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: r498466 - head/finance/p5-Business-OnlinePayment-MerchantCommerce
Message-ID:  <201904090901.x3991Etv014980@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Apr  9 09:01:13 2019
New Revision: 498466
URL: https://svnweb.freebsd.org/changeset/ports/498466

Log:
  - Add LICENSE
  - Add NO_ARCH
  - Add WWW
  
  Approved by:	portmgr blanket

Modified:
  head/finance/p5-Business-OnlinePayment-MerchantCommerce/Makefile
  head/finance/p5-Business-OnlinePayment-MerchantCommerce/pkg-descr

Modified: head/finance/p5-Business-OnlinePayment-MerchantCommerce/Makefile
==============================================================================
--- head/finance/p5-Business-OnlinePayment-MerchantCommerce/Makefile	Tue Apr  9 08:57:26 2019	(r498465)
+++ head/finance/p5-Business-OnlinePayment-MerchantCommerce/Makefile	Tue Apr  9 09:01:13 2019	(r498466)
@@ -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>

Modified: head/finance/p5-Business-OnlinePayment-MerchantCommerce/pkg-descr
==============================================================================
--- head/finance/p5-Business-OnlinePayment-MerchantCommerce/pkg-descr	Tue Apr  9 08:57:26 2019	(r498465)
+++ head/finance/p5-Business-OnlinePayment-MerchantCommerce/pkg-descr	Tue Apr  9 09:01:13 2019	(r498466)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904090901.x3991Etv014980>