Date: Thu, 21 Feb 2019 09:00:49 +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: r493494 - head/devel/p5-Algorithm-FloodControl Message-ID: <201902210900.x1L90nj7081037@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902210900.x1L90nj7081037>