Date: Sun, 20 Jun 2021 16:18:20 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: 40b4c4704a72 - main - www/p5-HTML-FromText: Add LICENSE_FILE and NO_ARCH Message-ID: <202106201618.15KGIKuM079595@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=40b4c4704a72879cd4a8341f6f64298e4cddd7ea commit 40b4c4704a72879cd4a8341f6f64298e4cddd7ea Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-06-20 16:04:10 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-06-20 16:15:57 +0000 www/p5-HTML-FromText: Add LICENSE_FILE and NO_ARCH --- www/p5-HTML-FromText/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/www/p5-HTML-FromText/Makefile b/www/p5-HTML-FromText/Makefile index da7ab7dded37..0a028f893f1a 100644 --- a/www/p5-HTML-FromText/Makefile +++ b/www/p5-HTML-FromText/Makefile @@ -12,6 +12,7 @@ COMMENT= Mark up text as HTML LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Email-Find>=0.09:mail/p5-Email-Find \ @@ -20,4 +21,6 @@ RUN_DEPENDS= p5-Email-Find>=0.09:mail/p5-Email-Find \ 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?202106201618.15KGIKuM079595>