git: 8cb6aa8a0746 - main - textproc/p5-Marpa-HTML: Add LICENSE_FILE

Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Jun 25 13:45:46 UTC 2021


The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8cb6aa8a0746e286badf6e6fd35005088f99da2c

commit 8cb6aa8a0746e286badf6e6fd35005088f99da2c
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-06-25 13:36:38 +0000
Commit:     Po-Chuan Hsieh <sunpoet at 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


More information about the dev-commits-ports-main mailing list