svn commit: r477217 - head/devel/p5-Log-Trace

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Aug 15 09:08:05 UTC 2018


Author: amdmi3
Date: Wed Aug 15 09:08:04 2018
New Revision: 477217
URL: https://svnweb.freebsd.org/changeset/ports/477217

Log:
  - Add LICENSE
  - Add NO_ARCH
  
  Approved by:	portmgr blanket

Modified:
  head/devel/p5-Log-Trace/Makefile

Modified: head/devel/p5-Log-Trace/Makefile
==============================================================================
--- head/devel/p5-Log-Trace/Makefile	Wed Aug 15 07:59:53 2018	(r477216)
+++ head/devel/p5-Log-Trace/Makefile	Wed Aug 15 09:08:04 2018	(r477217)
@@ -11,7 +11,11 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Provides a unified approach to tracing
 
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 USES=		perl5
 USE_PERL5=	configure
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list