Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Dec 2018 09:01:37 +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: r487358 - head/devel/p5-App-Options
Message-ID:  <201812130901.wBD91b9a051790@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Dec 13 09:01:37 2018
New Revision: 487358
URL: https://svnweb.freebsd.org/changeset/ports/487358

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

Modified:
  head/devel/p5-App-Options/Makefile

Modified: head/devel/p5-App-Options/Makefile
==============================================================================
--- head/devel/p5-App-Options/Makefile	Thu Dec 13 08:45:40 2018	(r487357)
+++ head/devel/p5-App-Options/Makefile	Thu Dec 13 09:01:37 2018	(r487358)
@@ -11,8 +11,12 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Combine command line options, environment vars, and option file values
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+
 USES=		perl5 shebangfix
 USE_PERL5=	configure
 SHEBANG_FILES=	bin/*
+NO_ARCH=	yes
 
 .include <bsd.port.mk>



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