Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 May 2021 19:03:50 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1eed082ecd47 - main - textproc/p5-XML-Parser-Style-EasyTree: Add LICENSE and NO_ARCH
Message-ID:  <202105261903.14QJ3omY032567@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1eed082ecd475836bcfc5d12e78342be0f903a50

commit 1eed082ecd475836bcfc5d12e78342be0f903a50
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-05-26 18:56:26 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-05-26 19:00:20 +0000

    textproc/p5-XML-Parser-Style-EasyTree: Add LICENSE and NO_ARCH
---
 textproc/p5-XML-Parser-Style-EasyTree/Makefile | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/textproc/p5-XML-Parser-Style-EasyTree/Makefile b/textproc/p5-XML-Parser-Style-EasyTree/Makefile
index 3ec29032073c..7e2aeaf7c40a 100644
--- a/textproc/p5-XML-Parser-Style-EasyTree/Makefile
+++ b/textproc/p5-XML-Parser-Style-EasyTree/Makefile
@@ -10,6 +10,9 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Parse XML to a simple tree
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	p5-XML-Parser>0:textproc/p5-XML-Parser \
 		p5-ex-lib>=0.03:devel/p5-ex-lib
@@ -17,4 +20,6 @@ RUN_DEPENDS=	p5-XML-Parser>0:textproc/p5-XML-Parser \
 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?202105261903.14QJ3omY032567>