svn commit: r470107 - head/textproc/p5-libxml

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed May 16 09:04:08 UTC 2018


Author: amdmi3
Date: Wed May 16 09:04:07 2018
New Revision: 470107
URL: https://svnweb.freebsd.org/changeset/ports/470107

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

Modified:
  head/textproc/p5-libxml/Makefile

Modified: head/textproc/p5-libxml/Makefile
==============================================================================
--- head/textproc/p5-libxml/Makefile	Wed May 16 08:34:10 2018	(r470106)
+++ head/textproc/p5-libxml/Makefile	Wed May 16 09:04:07 2018	(r470107)
@@ -12,10 +12,14 @@ DISTNAME=	libxml-perl-${PORTVERSION}
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Collection of Perl5 modules for working with XML
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	p5-XML-Parser>=0:textproc/p5-XML-Parser
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		perl5
 USE_PERL5=	configure
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list