Date: Thu, 21 Mar 2019 09:01:03 +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: r496433 - head/benchmarks/p5-Benchmark-Stopwatch Message-ID: <201903210901.x2L913u0016184@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Thu Mar 21 09:01:03 2019 New Revision: 496433 URL: https://svnweb.freebsd.org/changeset/ports/496433 Log: - Add LICENSE - Add NO_ARCH Approved by: portmgr blanket Modified: head/benchmarks/p5-Benchmark-Stopwatch/Makefile Modified: head/benchmarks/p5-Benchmark-Stopwatch/Makefile ============================================================================== --- head/benchmarks/p5-Benchmark-Stopwatch/Makefile Thu Mar 21 08:38:33 2019 (r496432) +++ head/benchmarks/p5-Benchmark-Stopwatch/Makefile Thu Mar 21 09:01:03 2019 (r496433) @@ -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 <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903210901.x2L913u0016184>