svn commit: r496433 - head/benchmarks/p5-Benchmark-Stopwatch

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Mar 21 09:01:04 UTC 2019


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 at 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>


More information about the svn-ports-all mailing list