svn commit: r493494 - head/devel/p5-Algorithm-FloodControl

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Feb 21 09:00:51 UTC 2019


Author: amdmi3
Date: Thu Feb 21 09:00:49 2019
New Revision: 493494
URL: https://svnweb.freebsd.org/changeset/ports/493494

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

Modified:
  head/devel/p5-Algorithm-FloodControl/Makefile
  head/devel/p5-Algorithm-FloodControl/pkg-descr

Modified: head/devel/p5-Algorithm-FloodControl/Makefile
==============================================================================
--- head/devel/p5-Algorithm-FloodControl/Makefile	Thu Feb 21 07:48:18 2019	(r493493)
+++ head/devel/p5-Algorithm-FloodControl/Makefile	Thu Feb 21 09:00:49 2019	(r493494)
@@ -11,6 +11,9 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Robot protection
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	p5-Params-Validate>=0:devel/p5-Params-Validate \
 		p5-Cache-FastMmap>=0:devel/p5-Cache-FastMmap \
@@ -18,5 +21,6 @@ RUN_DEPENDS=	p5-Params-Validate>=0:devel/p5-Params-Val
 
 USES=		perl5
 USE_PERL5=	configure
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/devel/p5-Algorithm-FloodControl/pkg-descr
==============================================================================
--- head/devel/p5-Algorithm-FloodControl/pkg-descr	Thu Feb 21 07:48:18 2019	(r493493)
+++ head/devel/p5-Algorithm-FloodControl/pkg-descr	Thu Feb 21 09:00:49 2019	(r493494)
@@ -3,5 +3,4 @@ to be processed in specific perion of time. Few exampl
 limit requsets number to a page or you may want to receive no more than 10 SMS
 messages on your GSM Phone per hour. Applications of this method are unlimited.
 
-
 WWW: https://metacpan.org/release/Algorithm-FloodControl


More information about the svn-ports-all mailing list