svn commit: r495031 - head/devel/p5-Algorithm-IncludeExclude

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Mar 8 09:00:57 UTC 2019


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 at 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>


More information about the svn-ports-all mailing list