Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Jun 2021 13:45:44 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: 8cb6aa8a0746 - main - textproc/p5-Marpa-HTML: Add LICENSE_FILE
Message-ID:  <202106251345.15PDjiSf087356@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=8cb6aa8a0746e286badf6e6fd35005088f99da2c

commit 8cb6aa8a0746e286badf6e6fd35005088f99da2c
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-06-25 13:36:38 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-06-25 13:36:38 +0000

    textproc/p5-Marpa-HTML: Add LICENSE_FILE
---
 textproc/p5-Marpa-HTML/Makefile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/textproc/p5-Marpa-HTML/Makefile b/textproc/p5-Marpa-HTML/Makefile
index 778cea0fcb40..f201c100db79 100644
--- a/textproc/p5-Marpa-HTML/Makefile
+++ b/textproc/p5-Marpa-HTML/Makefile
@@ -14,15 +14,17 @@ COMMENT=	High-level HTML Parser
 
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	p5-HTML-Parser>=3.64:www/p5-HTML-Parser \
 		p5-Marpa-PP>=0.012:lang/p5-Marpa-PP \
 		p5-Marpa-XS>=0.026:lang/p5-Marpa-XS
 
-NO_ARCH=	yes
-USE_PERL5=	modbuild
 USES=		perl5
+USE_PERL5=	modbuild
+
+NO_ARCH=	yes
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|lib/Marpa/Support.pod|lib/Marpa/HTML/Support.pod|' ${WRKSRC}/Build.PL



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106251345.15PDjiSf087356>