From ef13ca64f7520dd09fe9dd3408a138b5f1a16442 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Thu, 21 Mar 2019 09:01:03 +0000 Subject: [PATCH] - Add LICENSE - Add NO_ARCH Approved by: portmgr blanket --- benchmarks/p5-Benchmark-Stopwatch/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/benchmarks/p5-Benchmark-Stopwatch/Makefile b/benchmarks/p5-Benchmark-Stopwatch/Makefile index 4b02df0e9722..35df00d4ba3b 100644 --- a/benchmarks/p5-Benchmark-Stopwatch/Makefile +++ b/benchmarks/p5-Benchmark-Stopwatch/Makefile @@ -11,11 +11,15 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Simple timing of stages of your code +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + BUILD_DEPENDS= ${RUN_DEPENDS} \ p5-Test-LongString>=0:devel/p5-Test-LongString RUN_DEPENDS= p5-Clone>=0:devel/p5-Clone USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include