git: 1eed082ecd47 - main - textproc/p5-XML-Parser-Style-EasyTree: Add LICENSE and NO_ARCH
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed May 26 19:03:51 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=1eed082ecd475836bcfc5d12e78342be0f903a50
commit 1eed082ecd475836bcfc5d12e78342be0f903a50
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-05-26 18:56:26 +0000
Commit: Po-Chuan Hsieh <sunpoet at 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 at 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>
More information about the dev-commits-ports-all
mailing list