Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Sep 2018 09:08:17 +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: r479093 - head/devel/p5-MooseX-CompileTime-Traits
Message-ID:  <201809060908.w8698HmU045373@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Sep  6 09:08:17 2018
New Revision: 479093
URL: https://svnweb.freebsd.org/changeset/ports/479093

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

Modified:
  head/devel/p5-MooseX-CompileTime-Traits/Makefile

Modified: head/devel/p5-MooseX-CompileTime-Traits/Makefile
==============================================================================
--- head/devel/p5-MooseX-CompileTime-Traits/Makefile	Thu Sep  6 08:54:29 2018	(r479092)
+++ head/devel/p5-MooseX-CompileTime-Traits/Makefile	Thu Sep  6 09:08:17 2018	(r479093)
@@ -10,6 +10,10 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	kuriyama@FreeBSD.org
 COMMENT=	Perl extension to allow compile time traits for classes/roles
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
 BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	\
 	p5-Moose>0:devel/p5-Moose \
@@ -17,5 +21,6 @@ RUN_DEPENDS=	\
 
 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?201809060908.w8698HmU045373>