Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Aug 2018 09:08:06 +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: r477317 - head/devel/p5-MooseX-Aliases
Message-ID:  <201808160908.w7G986nM047907@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Aug 16 09:08:06 2018
New Revision: 477317
URL: https://svnweb.freebsd.org/changeset/ports/477317

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

Modified:
  head/devel/p5-MooseX-Aliases/Makefile

Modified: head/devel/p5-MooseX-Aliases/Makefile
==============================================================================
--- head/devel/p5-MooseX-Aliases/Makefile	Thu Aug 16 09:02:02 2018	(r477316)
+++ head/devel/p5-MooseX-Aliases/Makefile	Thu Aug 16 09:08:06 2018	(r477317)
@@ -12,6 +12,10 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	tobez@FreeBSD.org
 COMMENT=	Easy aliasing of methods and attributes in Moose
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
 COMMON_DEPENDS=	p5-Moose>=1.09:devel/p5-Moose
 BUILD_DEPENDS=	${COMMON_DEPENDS}
 RUN_DEPENDS=	${COMMON_DEPENDS}
@@ -21,5 +25,6 @@ TEST_DEPENDS=	p5-Test-Fatal>=0.003:devel/p5-Test-Fatal
 
 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?201808160908.w7G986nM047907>