Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Jun 2018 09:04:29 +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: r472122 - head/devel/p5-Module-Util
Message-ID:  <201806100904.w5A94TaX087082@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sun Jun 10 09:04:29 2018
New Revision: 472122
URL: https://svnweb.freebsd.org/changeset/ports/472122

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

Modified:
  head/devel/p5-Module-Util/Makefile

Modified: head/devel/p5-Module-Util/Makefile
==============================================================================
--- head/devel/p5-Module-Util/Makefile	Sun Jun 10 08:47:07 2018	(r472121)
+++ head/devel/p5-Module-Util/Makefile	Sun Jun 10 09:04:29 2018	(r472122)
@@ -10,7 +10,11 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	tobez@FreeBSD.org
 COMMENT=	Perl module name tools and transformations
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+
 USES=		perl5
 USE_PERL5=	modbuild
+NO_ARCH=	yes
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806100904.w5A94TaX087082>