Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Apr 2018 09:03:35 +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: r466947 - head/textproc/p5-XML-Filter-BufferText
Message-ID:  <201804100903.w3A93Zqh027612@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Apr 10 09:03:35 2018
New Revision: 466947
URL: https://svnweb.freebsd.org/changeset/ports/466947

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

Modified:
  head/textproc/p5-XML-Filter-BufferText/Makefile

Modified: head/textproc/p5-XML-Filter-BufferText/Makefile
==============================================================================
--- head/textproc/p5-XML-Filter-BufferText/Makefile	Tue Apr 10 08:53:19 2018	(r466946)
+++ head/textproc/p5-XML-Filter-BufferText/Makefile	Tue Apr 10 09:03:35 2018	(r466947)
@@ -11,10 +11,14 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Filter to put all characters() in one event
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	p5-XML-SAX>=0:textproc/p5-XML-SAX
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 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?201804100903.w3A93Zqh027612>