Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Mar 2019 09:00:56 +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: r495031 - head/devel/p5-Algorithm-IncludeExclude
Message-ID:  <201903080900.x2890uRW045241@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Mar  8 09:00:56 2019
New Revision: 495031
URL: https://svnweb.freebsd.org/changeset/ports/495031

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

Modified:
  head/devel/p5-Algorithm-IncludeExclude/Makefile

Modified: head/devel/p5-Algorithm-IncludeExclude/Makefile
==============================================================================
--- head/devel/p5-Algorithm-IncludeExclude/Makefile	Fri Mar  8 08:59:20 2019	(r495030)
+++ head/devel/p5-Algorithm-IncludeExclude/Makefile	Fri Mar  8 09:00:56 2019	(r495031)
@@ -11,10 +11,14 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Build and evaluate include/exclude lists
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	p5-Test-Exception>=0:devel/p5-Test-Exception
 
 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?201903080900.x2890uRW045241>