From 974dcd132d6494dea632101a2cf757c92509db07 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Thu, 21 Feb 2019 09:00:49 +0000 Subject: [PATCH] - Add LICENSE - Add NO_ARCH Approved by: portmgr blanket --- devel/p5-Algorithm-FloodControl/Makefile | 4 ++++ devel/p5-Algorithm-FloodControl/pkg-descr | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/devel/p5-Algorithm-FloodControl/Makefile b/devel/p5-Algorithm-FloodControl/Makefile index db11a83aa7f3..75d94727b57e 100644 --- a/devel/p5-Algorithm-FloodControl/Makefile +++ b/devel/p5-Algorithm-FloodControl/Makefile @@ -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-Validate \ USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include diff --git a/devel/p5-Algorithm-FloodControl/pkg-descr b/devel/p5-Algorithm-FloodControl/pkg-descr index 2aa86e9f136b..7ace3c5e288a 100644 --- a/devel/p5-Algorithm-FloodControl/pkg-descr +++ b/devel/p5-Algorithm-FloodControl/pkg-descr @@ -3,5 +3,4 @@ to be processed in specific perion of time. Few examples are: web server can 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