Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Dec 2018 09:00:21 +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: r488303 - head/devel/p5-Test-More-UTF8
Message-ID:  <201812250900.wBP90LiE095443@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Dec 25 09:00:20 2018
New Revision: 488303
URL: https://svnweb.freebsd.org/changeset/ports/488303

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

Modified:
  head/devel/p5-Test-More-UTF8/Makefile

Modified: head/devel/p5-Test-More-UTF8/Makefile
==============================================================================
--- head/devel/p5-Test-More-UTF8/Makefile	Tue Dec 25 08:27:40 2018	(r488302)
+++ head/devel/p5-Test-More-UTF8/Makefile	Tue Dec 25 09:00:20 2018	(r488303)
@@ -11,10 +11,14 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	demon@FreeBSD.org
 COMMENT=	Enhancing Test::More for UTF-8-based projects
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	p5-Test-Simple>=0:devel/p5-Test-Simple
 
 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?201812250900.wBP90LiE095443>